stethoscope icon
stethoscope-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- stethoscope-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
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 Design Iconsstethoscope-fillMingCute IconstethoscopeNoto EmojistethoscopeOpenMojistethoscopePhosphorstethoscope-fillRemix Iconstethoscope-boldSolarstethoscopeTabler Icons
More social icons from Material Symbols Light
Use the stethoscope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.464 21q-2.294 0-3.908-1.602T7.942 15.5v-.517q-1.9-.177-3.2-1.6q-1.3-1.421-1.3-3.383V5.308q0-.343.232-.576T4.25 4.5h2.192V4q0-.213.144-.356t.357-.144t.356.144t.143.356v2q0 .213-.144.356q-.144.144-.356.144q-.213 0-.357-.144T6.442 6v-.5h-2V10q0 1.65 1.175 2.825T8.442 14t2.825-1.175T12.442 10V5.5h-2V6q0 .213-.144.356q-.143.144-.356.144t-.356-.144T9.442 6V4q0-.213.144-.356t.357-.144t.356.144t.143.356v.5h2.192q.344 0 .576.232t.232.576V10q0 1.962-1.3 3.384t-3.2 1.599v.517q0 1.875 1.318 3.188Q11.58 20 13.463 20q1.875 0 3.187-1.312t1.313-3.188v-1.56q-.702-.17-1.159-.745q-.457-.576-.457-1.31q0-.882.618-1.499t1.5-.617t1.498.617t.615 1.499q0 .735-.457 1.31q-.456.574-1.158.746V15.5q0 2.296-1.602 3.898T13.464 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStethoscopeRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.464 21q-2.294 0-3.908-1.602T7.942 15.5v-.517q-1.9-.177-3.2-1.6q-1.3-1.421-1.3-3.383V5.308q0-.343.232-.576T4.25 4.5h2.192V4q0-.213.144-.356t.357-.144t.356.144t.143.356v2q0 .213-.144.356q-.144.144-.356.144q-.213 0-.357-.144T6.442 6v-.5h-2V10q0 1.65 1.175 2.825T8.442 14t2.825-1.175T12.442 10V5.5h-2V6q0 .213-.144.356q-.143.144-.356.144t-.356-.144T9.442 6V4q0-.213.144-.356t.357-.144t.356.144t.143.356v.5h2.192q.344 0 .576.232t.232.576V10q0 1.962-1.3 3.384t-3.2 1.599v.517q0 1.875 1.318 3.188Q11.58 20 13.463 20q1.875 0 3.187-1.312t1.313-3.188v-1.56q-.702-.17-1.159-.745q-.457-.576-.457-1.31q0-.882.618-1.499t1.5-.617t1.498.617t.615 1.499q0 .735-.457 1.31q-.456.574-1.158.746V15.5q0 2.296-1.602 3.898T13.464 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.464 21q-2.294 0-3.908-1.602T7.942 15.5v-.517q-1.9-.177-3.2-1.6q-1.3-1.421-1.3-3.383V5.308q0-.343.232-.576T4.25 4.5h2.192V4q0-.213.144-.356t.357-.144t.356.144t.143.356v2q0 .213-.144.356q-.144.144-.356.144q-.213 0-.357-.144T6.442 6v-.5h-2V10q0 1.65 1.175 2.825T8.442 14t2.825-1.175T12.442 10V5.5h-2V6q0 .213-.144.356q-.143.144-.356.144t-.356-.144T9.442 6V4q0-.213.144-.356t.357-.144t.356.144t.143.356v.5h2.192q.344 0 .576.232t.232.576V10q0 1.962-1.3 3.384t-3.2 1.599v.517q0 1.875 1.318 3.188Q11.58 20 13.463 20q1.875 0 3.187-1.312t1.313-3.188v-1.56q-.702-.17-1.159-.745q-.457-.576-.457-1.31q0-.882.618-1.499t1.5-.617t1.498.617t.615 1.499q0 .735-.457 1.31q-.456.574-1.158.746V15.5q0 2.296-1.602 3.898T13.464 21"/></svg> </template>
CSS
.icon-stethoscope-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.464%2021q-2.294%200-3.908-1.602T7.942%2015.5v-.517q-1.9-.177-3.2-1.6q-1.3-1.421-1.3-3.383V5.308q0-.343.232-.576T4.25%204.5h2.192V4q0-.213.144-.356t.357-.144t.356.144t.143.356v2q0%20.213-.144.356q-.144.144-.356.144q-.213%200-.357-.144T6.442%206v-.5h-2V10q0%201.65%201.175%202.825T8.442%2014t2.825-1.175T12.442%2010V5.5h-2V6q0%20.213-.144.356q-.143.144-.356.144t-.356-.144T9.442%206V4q0-.213.144-.356t.357-.144t.356.144t.143.356v.5h2.192q.344%200%20.576.232t.232.576V10q0%201.962-1.3%203.384t-3.2%201.599v.517q0%201.875%201.318%203.188Q11.58%2020%2013.463%2020q1.875%200%203.187-1.312t1.313-3.188v-1.56q-.702-.17-1.159-.745q-.457-.576-.457-1.31q0-.882.618-1.499t1.5-.617t1.498.617t.615%201.499q0%20.735-.457%201.31q-.456.574-1.158.746V15.5q0%202.296-1.602%203.898T13.464%2021%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.464%2021q-2.294%200-3.908-1.602T7.942%2015.5v-.517q-1.9-.177-3.2-1.6q-1.3-1.421-1.3-3.383V5.308q0-.343.232-.576T4.25%204.5h2.192V4q0-.213.144-.356t.357-.144t.356.144t.143.356v2q0%20.213-.144.356q-.144.144-.356.144q-.213%200-.357-.144T6.442%206v-.5h-2V10q0%201.65%201.175%202.825T8.442%2014t2.825-1.175T12.442%2010V5.5h-2V6q0%20.213-.144.356q-.143.144-.356.144t-.356-.144T9.442%206V4q0-.213.144-.356t.357-.144t.356.144t.143.356v.5h2.192q.344%200%20.576.232t.232.576V10q0%201.962-1.3%203.384t-3.2%201.599v.517q0%201.875%201.318%203.188Q11.58%2020%2013.463%2020q1.875%200%203.187-1.312t1.313-3.188v-1.56q-.702-.17-1.159-.745q-.457-.576-.457-1.31q0-.882.618-1.499t1.5-.617t1.498.617t.615%201.499q0%20.735-.457%201.31q-.456.574-1.158.746V15.5q0%202.296-1.602%203.898T13.464%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/stethoscope-rounded.svg?color=%231a73e8&size=48