stethoscope icon
stethoscope from IconPark by ByteDance · Color · Health · Apache-2.0 Free for personal and commercial use.
- Name
- stethoscope
- Set
- IconPark
- Style
- Color
- Category
- Health
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
stethoscopeCarbonstethoscopeFont Awesome 6 SolidstethoscopeFont Awesome Solidstethoscope-20-filledFluent UI System IconsstethoscopeFluent EmojistethoscopeFluent Emoji FlatstethoscopeFluent Emoji High ContraststethoscopeHealth IconsstethoscopeHuge IconsstethoscopeIconPark OutlinestethoscopeIconPark SolidstethoscopeIconPark TwoTonestethoscopeLine AwesomestethoscopeLucidestethoscopeMaterial SymbolsstethoscopeMaterial Symbols LightstethoscopeMaterial Design Iconsstethoscope-fillMingCute IconstethoscopeNoto EmojistethoscopeOpenMojistethoscopePhosphorstethoscope-fillRemix Iconstethoscope-boldSolarstethoscopeTabler Icons
More health icons from IconPark
Use the stethoscope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M21.9474 4V10M10.0526 7H4C4 7 4 16 4 21C4 26 8 32 16 32C24 32 28 26 28 21C28 16 28 7 28 7H21.9474H10.0526ZM10.0526 4V10V4Z"/><path fill="#2F88FF" d="M40 23C42.2091 23 44 21.2091 44 19C44 16.7909 42.2091 15 40 15C37.7909 15 36 16.7909 36 19C36 21.2091 37.7909 23 40 23Z"/><path d="M16 32C16 38.6274 21.3726 44 28 44C34.6274 44 40 38.6274 40 32V23"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkStethoscope(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M21.9474 4V10M10.0526 7H4C4 7 4 16 4 21C4 26 8 32 16 32C24 32 28 26 28 21C28 16 28 7 28 7H21.9474H10.0526ZM10.0526 4V10V4Z"/><path fill="#2F88FF" d="M40 23C42.2091 23 44 21.2091 44 19C44 16.7909 42.2091 15 40 15C37.7909 15 36 16.7909 36 19C36 21.2091 37.7909 23 40 23Z"/><path d="M16 32C16 38.6274 21.3726 44 28 44C34.6274 44 40 38.6274 40 32V23"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M21.9474 4V10M10.0526 7H4C4 7 4 16 4 21C4 26 8 32 16 32C24 32 28 26 28 21C28 16 28 7 28 7H21.9474H10.0526ZM10.0526 4V10V4Z"/><path fill="#2F88FF" d="M40 23C42.2091 23 44 21.2091 44 19C44 16.7909 42.2091 15 40 15C37.7909 15 36 16.7909 36 19C36 21.2091 37.7909 23 40 23Z"/><path d="M16 32C16 38.6274 21.3726 44 28 44C34.6274 44 40 38.6274 40 32V23"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M21.9474%204V10M10.0526%207H4C4%207%204%2016%204%2021C4%2026%208%2032%2016%2032C24%2032%2028%2026%2028%2021C28%2016%2028%207%2028%207H21.9474H10.0526ZM10.0526%204V10V4Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M40%2023C42.2091%2023%2044%2021.2091%2044%2019C44%2016.7909%2042.2091%2015%2040%2015C37.7909%2015%2036%2016.7909%2036%2019C36%2021.2091%2037.7909%2023%2040%2023Z%22%2F%3E%3Cpath%20d%3D%22M16%2032C16%2038.6274%2021.3726%2044%2028%2044C34.6274%2044%2040%2038.6274%2040%2032V23%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M21.9474%204V10M10.0526%207H4C4%207%204%2016%204%2021C4%2026%208%2032%2016%2032C24%2032%2028%2026%2028%2021C28%2016%2028%207%2028%207H21.9474H10.0526ZM10.0526%204V10V4Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M40%2023C42.2091%2023%2044%2021.2091%2044%2019C44%2016.7909%2042.2091%2015%2040%2015C37.7909%2015%2036%2016.7909%2036%2019C36%2021.2091%2037.7909%2023%2040%2023Z%22%2F%3E%3Cpath%20d%3D%22M16%2032C16%2038.6274%2021.3726%2044%2028%2044C34.6274%2044%2040%2038.6274%2040%2032V23%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/stethoscope.svg?color=%231a73e8&size=48