stethoscope icon
stethoscope-duotone from Reicon by REICON · Duotone · Medicine · MIT Free for personal and commercial use.
- Name
- stethoscope-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All stethoscope icons →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 Iconstethoscope-boldSolar
More medicine icons from Reicon
Use the stethoscope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="19" cy="16" r="3"/><path d="M12 1.25a.75.75 0 0 1 .75.75v.251a3.75 3.75 0 0 1 3.7 3.418c.014.166.014.354.014.629V7.52A7.464 7.464 0 0 1 9 14.985a7.75 7.75 0 0 1-7.75-7.75v-.937c0-.275 0-.463.015-.628A3.75 3.75 0 0 1 4.67 2.265a7 7 0 0 1 .58-.015V2a.75.75 0 1 1 1.5 0v2a.75.75 0 0 1-1.5 0v-.25c-.263 0-.366.001-.448.009a2.25 2.25 0 0 0-2.043 2.043c-.008.09-.009.206-.009.535v.898A6.25 6.25 0 0 0 9 13.485a5.964 5.964 0 0 0 5.964-5.964V6.337c0-.329 0-.445-.008-.535a2.25 2.25 0 0 0-2.206-2.05V4a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75"/><path d="M8.25 14.95V17A5.75 5.75 0 0 0 14 22.75h.882a4.87 4.87 0 0 0 4.23-2.458c.247-.432.37-.896.43-1.34a3 3 0 0 1-1.5-.108a2.1 2.1 0 0 1-.232.705a3.37 3.37 0 0 1-2.928 1.701H14A4.25 4.25 0 0 1 9.75 17v-2.052a7.5 7.5 0 0 1-1.5.002" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconStethoscopeDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="19" cy="16" r="3"/><path d="M12 1.25a.75.75 0 0 1 .75.75v.251a3.75 3.75 0 0 1 3.7 3.418c.014.166.014.354.014.629V7.52A7.464 7.464 0 0 1 9 14.985a7.75 7.75 0 0 1-7.75-7.75v-.937c0-.275 0-.463.015-.628A3.75 3.75 0 0 1 4.67 2.265a7 7 0 0 1 .58-.015V2a.75.75 0 1 1 1.5 0v2a.75.75 0 0 1-1.5 0v-.25c-.263 0-.366.001-.448.009a2.25 2.25 0 0 0-2.043 2.043c-.008.09-.009.206-.009.535v.898A6.25 6.25 0 0 0 9 13.485a5.964 5.964 0 0 0 5.964-5.964V6.337c0-.329 0-.445-.008-.535a2.25 2.25 0 0 0-2.206-2.05V4a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75"/><path d="M8.25 14.95V17A5.75 5.75 0 0 0 14 22.75h.882a4.87 4.87 0 0 0 4.23-2.458c.247-.432.37-.896.43-1.34a3 3 0 0 1-1.5-.108a2.1 2.1 0 0 1-.232.705a3.37 3.37 0 0 1-2.928 1.701H14A4.25 4.25 0 0 1 9.75 17v-2.052a7.5 7.5 0 0 1-1.5.002" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="19" cy="16" r="3"/><path d="M12 1.25a.75.75 0 0 1 .75.75v.251a3.75 3.75 0 0 1 3.7 3.418c.014.166.014.354.014.629V7.52A7.464 7.464 0 0 1 9 14.985a7.75 7.75 0 0 1-7.75-7.75v-.937c0-.275 0-.463.015-.628A3.75 3.75 0 0 1 4.67 2.265a7 7 0 0 1 .58-.015V2a.75.75 0 1 1 1.5 0v2a.75.75 0 0 1-1.5 0v-.25c-.263 0-.366.001-.448.009a2.25 2.25 0 0 0-2.043 2.043c-.008.09-.009.206-.009.535v.898A6.25 6.25 0 0 0 9 13.485a5.964 5.964 0 0 0 5.964-5.964V6.337c0-.329 0-.445-.008-.535a2.25 2.25 0 0 0-2.206-2.05V4a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75"/><path d="M8.25 14.95V17A5.75 5.75 0 0 0 14 22.75h.882a4.87 4.87 0 0 0 4.23-2.458c.247-.432.37-.896.43-1.34a3 3 0 0 1-1.5-.108a2.1 2.1 0 0 1-.232.705a3.37 3.37 0 0 1-2.928 1.701H14A4.25 4.25 0 0 1 9.75 17v-2.052a7.5 7.5 0 0 1-1.5.002" opacity=".5"/></g></svg> </template>
CSS
.icon-stethoscope-duotone {
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%22currentColor%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M12%201.25a.75.75%200%200%201%20.75.75v.251a3.75%203.75%200%200%201%203.7%203.418c.014.166.014.354.014.629V7.52A7.464%207.464%200%200%201%209%2014.985a7.75%207.75%200%200%201-7.75-7.75v-.937c0-.275%200-.463.015-.628A3.75%203.75%200%200%201%204.67%202.265a7%207%200%200%201%20.58-.015V2a.75.75%200%201%201%201.5%200v2a.75.75%200%200%201-1.5%200v-.25c-.263%200-.366.001-.448.009a2.25%202.25%200%200%200-2.043%202.043c-.008.09-.009.206-.009.535v.898A6.25%206.25%200%200%200%209%2013.485a5.964%205.964%200%200%200%205.964-5.964V6.337c0-.329%200-.445-.008-.535a2.25%202.25%200%200%200-2.206-2.05V4a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20d%3D%22M8.25%2014.95V17A5.75%205.75%200%200%200%2014%2022.75h.882a4.87%204.87%200%200%200%204.23-2.458c.247-.432.37-.896.43-1.34a3%203%200%200%201-1.5-.108a2.1%202.1%200%200%201-.232.705a3.37%203.37%200%200%201-2.928%201.701H14A4.25%204.25%200%200%201%209.75%2017v-2.052a7.5%207.5%200%200%201-1.5.002%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M12%201.25a.75.75%200%200%201%20.75.75v.251a3.75%203.75%200%200%201%203.7%203.418c.014.166.014.354.014.629V7.52A7.464%207.464%200%200%201%209%2014.985a7.75%207.75%200%200%201-7.75-7.75v-.937c0-.275%200-.463.015-.628A3.75%203.75%200%200%201%204.67%202.265a7%207%200%200%201%20.58-.015V2a.75.75%200%201%201%201.5%200v2a.75.75%200%200%201-1.5%200v-.25c-.263%200-.366.001-.448.009a2.25%202.25%200%200%200-2.043%202.043c-.008.09-.009.206-.009.535v.898A6.25%206.25%200%200%200%209%2013.485a5.964%205.964%200%200%200%205.964-5.964V6.337c0-.329%200-.445-.008-.535a2.25%202.25%200%200%200-2.206-2.05V4a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20d%3D%22M8.25%2014.95V17A5.75%205.75%200%200%200%2014%2022.75h.882a4.87%204.87%200%200%200%204.23-2.458c.247-.432.37-.896.43-1.34a3%203%200%200%201-1.5-.108a2.1%202.1%200%200%201-.232.705a3.37%203.37%200%200%201-2.928%201.701H14A4.25%204.25%200%200%201%209.75%2017v-2.052a7.5%207.5%200%200%201-1.5.002%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/stethoscope-duotone.svg?color=%231a73e8&size=48