stethoscope icon
stethoscope-broken from Solar by 480 Design · Broken · Medicine · CC-BY-4.0 Attribution required.
- Name
- stethoscope-broken
- Set
- Solar
- Style
- Broken
- Category
- Medicine
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
stethoscopeCarbonstethoscopeFont Awesome 6 SolidstethoscopeFont Awesome Solidstethoscope-20-filledFluent UI System IconsstethoscopeFluent EmojistethoscopeFluent Emoji FlatstethoscopeFluent Emoji High ContraststethoscopeHealth IconsstethoscopeHuge IconsstethoscopeIconParkstethoscopeIconPark OutlinestethoscopeIconPark SolidstethoscopeIconPark TwoTonestethoscopeLine AwesomestethoscopeLucidestethoscopeMaterial SymbolsstethoscopeMaterial Symbols LightstethoscopeMaterial Design Iconsstethoscope-fillMingCute IconstethoscopeNoto EmojistethoscopeOpenMojistethoscopePhosphorstethoscope-fillRemix IconstethoscopeTabler Icons
More medicine icons from Solar
adhesive-plaster-2-boldadhesive-plaster-boldbacteria-boldbenzene-ring-boldbone-boldbone-broken-bold-duotonebone-crack-boldbone-fracture-boldbones-boldbrain-bolddna-bolddropper-2-bolddropper-3-bolddropper-bolddropper-minimalistic-2-bolddropper-minimalistic-boldhealth-boldheart-pulse-2-boldheart-pulse-boldjar-of-pills-2-boldjar-of-pills-boldmedical-kit-boldpill-boldpills-2-bold
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" d="M9 14.2354V17.0001C9 19.0504 10.2341 20.8125 12 21.584M14.8824 22.0001C16.7691 22.0001 18.3595 20.7311 18.8465 19.0001"/><path stroke-linecap="round" d="M12.2857 3H12.3774C12.6902 3 12.8467 3 12.9785 3.01166C14.4267 3.13972 15.5746 4.28763 15.7026 5.73574C15.7143 5.86761 15.7143 6.02404 15.7143 6.3369V7.23529C15.7143 8.2172 15.5121 9.15189 15.1471 10M5.42857 3H5.3369C5.02404 3 4.86761 3 4.73574 3.01166C3.28763 3.13972 2.13972 4.28763 2.01166 5.73574C2 5.86761 2 6.02404 2 6.3369V7.521C2 11.2292 5.00609 14.2353 8.71429 14.2353C9.78788 14.2353 10.805 13.9936 11.7143 13.5617"/><circle cx="19" cy="16" r="3"/><path stroke-linecap="round" d="M12 2V4"/><path stroke-linecap="round" d="M6 2V4"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarStethoscopeBroken(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" d="M9 14.2354V17.0001C9 19.0504 10.2341 20.8125 12 21.584M14.8824 22.0001C16.7691 22.0001 18.3595 20.7311 18.8465 19.0001"/><path strokeLinecap="round" d="M12.2857 3H12.3774C12.6902 3 12.8467 3 12.9785 3.01166C14.4267 3.13972 15.5746 4.28763 15.7026 5.73574C15.7143 5.86761 15.7143 6.02404 15.7143 6.3369V7.23529C15.7143 8.2172 15.5121 9.15189 15.1471 10M5.42857 3H5.3369C5.02404 3 4.86761 3 4.73574 3.01166C3.28763 3.13972 2.13972 4.28763 2.01166 5.73574C2 5.86761 2 6.02404 2 6.3369V7.521C2 11.2292 5.00609 14.2353 8.71429 14.2353C9.78788 14.2353 10.805 13.9936 11.7143 13.5617"/><circle cx="19" cy="16" r="3"/><path strokeLinecap="round" d="M12 2V4"/><path strokeLinecap="round" d="M6 2V4"/></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" d="M9 14.2354V17.0001C9 19.0504 10.2341 20.8125 12 21.584M14.8824 22.0001C16.7691 22.0001 18.3595 20.7311 18.8465 19.0001"/><path stroke-linecap="round" d="M12.2857 3H12.3774C12.6902 3 12.8467 3 12.9785 3.01166C14.4267 3.13972 15.5746 4.28763 15.7026 5.73574C15.7143 5.86761 15.7143 6.02404 15.7143 6.3369V7.23529C15.7143 8.2172 15.5121 9.15189 15.1471 10M5.42857 3H5.3369C5.02404 3 4.86761 3 4.73574 3.01166C3.28763 3.13972 2.13972 4.28763 2.01166 5.73574C2 5.86761 2 6.02404 2 6.3369V7.521C2 11.2292 5.00609 14.2353 8.71429 14.2353C9.78788 14.2353 10.805 13.9936 11.7143 13.5617"/><circle cx="19" cy="16" r="3"/><path stroke-linecap="round" d="M12 2V4"/><path stroke-linecap="round" d="M6 2V4"/></g></svg> </template>
CSS
.icon-stethoscope-broken {
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%20d%3D%22M9%2014.2354V17.0001C9%2019.0504%2010.2341%2020.8125%2012%2021.584M14.8824%2022.0001C16.7691%2022.0001%2018.3595%2020.7311%2018.8465%2019.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.2857%203H12.3774C12.6902%203%2012.8467%203%2012.9785%203.01166C14.4267%203.13972%2015.5746%204.28763%2015.7026%205.73574C15.7143%205.86761%2015.7143%206.02404%2015.7143%206.3369V7.23529C15.7143%208.2172%2015.5121%209.15189%2015.1471%2010M5.42857%203H5.3369C5.02404%203%204.86761%203%204.73574%203.01166C3.28763%203.13972%202.13972%204.28763%202.01166%205.73574C2%205.86761%202%206.02404%202%206.3369V7.521C2%2011.2292%205.00609%2014.2353%208.71429%2014.2353C9.78788%2014.2353%2010.805%2013.9936%2011.7143%2013.5617%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%202V4%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%20d%3D%22M9%2014.2354V17.0001C9%2019.0504%2010.2341%2020.8125%2012%2021.584M14.8824%2022.0001C16.7691%2022.0001%2018.3595%2020.7311%2018.8465%2019.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.2857%203H12.3774C12.6902%203%2012.8467%203%2012.9785%203.01166C14.4267%203.13972%2015.5746%204.28763%2015.7026%205.73574C15.7143%205.86761%2015.7143%206.02404%2015.7143%206.3369V7.23529C15.7143%208.2172%2015.5121%209.15189%2015.1471%2010M5.42857%203H5.3369C5.02404%203%204.86761%203%204.73574%203.01166C3.28763%203.13972%202.13972%204.28763%202.01166%205.73574C2%205.86761%202%206.02404%202%206.3369V7.521C2%2011.2292%205.00609%2014.2353%208.71429%2014.2353C9.78788%2014.2353%2010.805%2013.9936%2011.7143%2013.5617%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%202V4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/stethoscope-broken.svg?color=%231a73e8&size=48