Stethoscope icon in outline, twotone, bold and bulk. Free in all four styles, for health, clinics, pharmacy, gym, activity tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconStethoscope } from "@devigner-ui/icons";
<IconStethoscope className="size-6" />
<script setup>
import { IconStethoscope } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStethoscope class="size-6" />
</template>
<script>
import { IconStethoscope } from "@devigner-ui/icons-svelte";
</script>
<IconStethoscope class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M9 14.24V17a5 5 0 0 0 5 5h.88a4.1 4.1 0 0 0 3.97-3" stroke="currentColor" stroke-width="1.5"></path><path d="M5.43 3h-.1l-.6.01a3 3 0 0 0-2.72 2.73l-.01.6v.9a7 7 0 0 0 7 7c3.7 0 6.71-3.01 6.71-6.72V5.74A3 3 0 0 0 12.97 3l-.6-.01h-.1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle cx="19" cy="16.0002" r="3" stroke="currentColor" stroke-width="1.5"></circle><path d="M12 2v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M6 2v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>