stethoscope icon
stethoscope from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- stethoscope
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
stethoscopeCarbonstethoscopeFont Awesome 6 SolidstethoscopeFont Awesome Solidstethoscope-20-filledFluent UI System IconsstethoscopeFluent EmojistethoscopeFluent Emoji FlatstethoscopeFluent Emoji High ContraststethoscopeHealth IconsstethoscopeIconParkstethoscopeIconPark OutlinestethoscopeIconPark SolidstethoscopeIconPark TwoTonestethoscopeLine AwesomestethoscopeLucidestethoscopeMaterial SymbolsstethoscopeMaterial Symbols LightstethoscopeMaterial Design Iconsstethoscope-fillMingCute IconstethoscopeNoto EmojistethoscopeOpenMojistethoscopePhosphorstethoscope-fillRemix Iconstethoscope-boldSolarstethoscopeTabler Icons
Related icons in Huge Icons
Use the stethoscope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M13.001 2c1.104 0 2 .931 2 2.08c0 .95.035 1.794-.732 2.492C11.76 8.857 10.503 10 9 10S6.242 8.857 3.731 6.572c-.767-.698-.73-1.543-.73-2.492C3 2.93 3.894 2 4.998 2M9 14v3.5a4.5 4.5 0 0 0 9 0V16"/><path stroke-linecap="round" stroke-linejoin="round" d="m14 7l-1.302 3.256c-.346.865-.52 1.298-.81 1.653c-.29.356-.678.612-1.456 1.126L8.97 14l-1.437-.968c-.76-.512-1.141-.768-1.425-1.12c-.283-.35-.454-.776-.794-1.628L4 7"/><path d="M21 13a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.125 13H18m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStethoscope(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M13.001 2c1.104 0 2 .931 2 2.08c0 .95.035 1.794-.732 2.492C11.76 8.857 10.503 10 9 10S6.242 8.857 3.731 6.572c-.767-.698-.73-1.543-.73-2.492C3 2.93 3.894 2 4.998 2M9 14v3.5a4.5 4.5 0 0 0 9 0V16"/><path strokeLinecap="round" strokeLinejoin="round" d="m14 7l-1.302 3.256c-.346.865-.52 1.298-.81 1.653c-.29.356-.678.612-1.456 1.126L8.97 14l-1.437-.968c-.76-.512-1.141-.768-1.425-1.12c-.283-.35-.454-.776-.794-1.628L4 7"/><path d="M21 13a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M18.125 13H18m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M13.001 2c1.104 0 2 .931 2 2.08c0 .95.035 1.794-.732 2.492C11.76 8.857 10.503 10 9 10S6.242 8.857 3.731 6.572c-.767-.698-.73-1.543-.73-2.492C3 2.93 3.894 2 4.998 2M9 14v3.5a4.5 4.5 0 0 0 9 0V16"/><path stroke-linecap="round" stroke-linejoin="round" d="m14 7l-1.302 3.256c-.346.865-.52 1.298-.81 1.653c-.29.356-.678.612-1.456 1.126L8.97 14l-1.437-.968c-.76-.512-1.141-.768-1.425-1.12c-.283-.35-.454-.776-.794-1.628L4 7"/><path d="M21 13a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.125 13H18m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg> </template>
CSS
.icon-stethoscope {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.001%202c1.104%200%202%20.931%202%202.08c0%20.95.035%201.794-.732%202.492C11.76%208.857%2010.503%2010%209%2010S6.242%208.857%203.731%206.572c-.767-.698-.73-1.543-.73-2.492C3%202.93%203.894%202%204.998%202M9%2014v3.5a4.5%204.5%200%200%200%209%200V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m14%207l-1.302%203.256c-.346.865-.52%201.298-.81%201.653c-.29.356-.678.612-1.456%201.126L8.97%2014l-1.437-.968c-.76-.512-1.141-.768-1.425-1.12c-.283-.35-.454-.776-.794-1.628L4%207%22%2F%3E%3Cpath%20d%3D%22M21%2013a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.125%2013H18m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.001%202c1.104%200%202%20.931%202%202.08c0%20.95.035%201.794-.732%202.492C11.76%208.857%2010.503%2010%209%2010S6.242%208.857%203.731%206.572c-.767-.698-.73-1.543-.73-2.492C3%202.93%203.894%202%204.998%202M9%2014v3.5a4.5%204.5%200%200%200%209%200V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m14%207l-1.302%203.256c-.346.865-.52%201.298-.81%201.653c-.29.356-.678.612-1.456%201.126L8.97%2014l-1.437-.968c-.76-.512-1.141-.768-1.425-1.12c-.283-.35-.454-.776-.794-1.628L4%207%22%2F%3E%3Cpath%20d%3D%22M21%2013a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.125%2013H18m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/stethoscope.svg?color=%231a73e8&size=48