stethoscope emoji
stethoscope from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- stethoscope
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji 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 EmojistethoscopePhosphorstethoscope-fillRemix Iconstethoscope-boldSolarstethoscopeTabler Icons
More objects icons from OpenMoji
Use the stethoscope emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="49.5" cy="51.5" r="3" fill="#d0cfce"/><circle cx="49.5" cy="51.5" r="1.5" fill="#9b9b9a"/><path fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.1 13c-.576.49-2.052.652-1.461 5.457C29.144 22.56 33 38.5 36.5 38.5s7.164-16.959 7.86-20.057c.58-2.583.13-3.095-1.36-4.943"/><g stroke="#000" stroke-miterlimit="10"><path stroke-linecap="round" d="M41.203 9.905c1.155.667 1.883 1.087 1.279 2.133s-1.332.626-2.487-.041s-2.092-1.208-1.488-2.254s1.54-.505 2.696.162Z"/><path fill="none" stroke-linecap="round" stroke-width="2" d="M31.5 11.5c-2 1-5 2-3.861 6.957c.958 4.17 3.543 21.043 8.861 21.043c5.251 0 8-18 8.86-21.057c.854-3.038-1.86-5.943-3.86-6.943"/><path fill="none" stroke-width="2" d="M47.5 49.5c-5-6-5 8-10 12c-11.713 9.37-21-9-7-11c5.94-.848 6-11 6-11"/><circle cx="49.5" cy="51.5" r="3" fill="none"/><path stroke-linecap="round" d="M32.331 9.967c1.11-.404 1.81-.658 2.175.347s-.333 1.26-1.443 1.663s-2.01.732-2.376-.273s.534-1.333 1.644-1.737Z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiStethoscope(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="49.5" cy="51.5" r="3" fill="#d0cfce"/><circle cx="49.5" cy="51.5" r="1.5" fill="#9b9b9a"/><path fill="none" stroke="#9b9b9a" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M30.1 13c-.576.49-2.052.652-1.461 5.457C29.144 22.56 33 38.5 36.5 38.5s7.164-16.959 7.86-20.057c.58-2.583.13-3.095-1.36-4.943"/><g stroke="#000" strokeMiterlimit="10"><path strokeLinecap="round" d="M41.203 9.905c1.155.667 1.883 1.087 1.279 2.133s-1.332.626-2.487-.041s-2.092-1.208-1.488-2.254s1.54-.505 2.696.162Z"/><path fill="none" strokeLinecap="round" strokeWidth="2" d="M31.5 11.5c-2 1-5 2-3.861 6.957c.958 4.17 3.543 21.043 8.861 21.043c5.251 0 8-18 8.86-21.057c.854-3.038-1.86-5.943-3.86-6.943"/><path fill="none" strokeWidth="2" d="M47.5 49.5c-5-6-5 8-10 12c-11.713 9.37-21-9-7-11c5.94-.848 6-11 6-11"/><circle cx="49.5" cy="51.5" r="3" fill="none"/><path strokeLinecap="round" d="M32.331 9.967c1.11-.404 1.81-.658 2.175.347s-.333 1.26-1.443 1.663s-2.01.732-2.376-.273s.534-1.333 1.644-1.737Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="49.5" cy="51.5" r="3" fill="#d0cfce"/><circle cx="49.5" cy="51.5" r="1.5" fill="#9b9b9a"/><path fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.1 13c-.576.49-2.052.652-1.461 5.457C29.144 22.56 33 38.5 36.5 38.5s7.164-16.959 7.86-20.057c.58-2.583.13-3.095-1.36-4.943"/><g stroke="#000" stroke-miterlimit="10"><path stroke-linecap="round" d="M41.203 9.905c1.155.667 1.883 1.087 1.279 2.133s-1.332.626-2.487-.041s-2.092-1.208-1.488-2.254s1.54-.505 2.696.162Z"/><path fill="none" stroke-linecap="round" stroke-width="2" d="M31.5 11.5c-2 1-5 2-3.861 6.957c.958 4.17 3.543 21.043 8.861 21.043c5.251 0 8-18 8.86-21.057c.854-3.038-1.86-5.943-3.86-6.943"/><path fill="none" stroke-width="2" d="M47.5 49.5c-5-6-5 8-10 12c-11.713 9.37-21-9-7-11c5.94-.848 6-11 6-11"/><circle cx="49.5" cy="51.5" r="3" fill="none"/><path stroke-linecap="round" d="M32.331 9.967c1.11-.404 1.81-.658 2.175.347s-.333 1.26-1.443 1.663s-2.01.732-2.376-.273s.534-1.333 1.644-1.737Z"/></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%2072%2072%22%3E%3Ccircle%20cx%3D%2249.5%22%20cy%3D%2251.5%22%20r%3D%223%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2249.5%22%20cy%3D%2251.5%22%20r%3D%221.5%22%20fill%3D%22%239b9b9a%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M30.1%2013c-.576.49-2.052.652-1.461%205.457C29.144%2022.56%2033%2038.5%2036.5%2038.5s7.164-16.959%207.86-20.057c.58-2.583.13-3.095-1.36-4.943%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M41.203%209.905c1.155.667%201.883%201.087%201.279%202.133s-1.332.626-2.487-.041s-2.092-1.208-1.488-2.254s1.54-.505%202.696.162Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M31.5%2011.5c-2%201-5%202-3.861%206.957c.958%204.17%203.543%2021.043%208.861%2021.043c5.251%200%208-18%208.86-21.057c.854-3.038-1.86-5.943-3.86-6.943%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20d%3D%22M47.5%2049.5c-5-6-5%208-10%2012c-11.713%209.37-21-9-7-11c5.94-.848%206-11%206-11%22%2F%3E%3Ccircle%20cx%3D%2249.5%22%20cy%3D%2251.5%22%20r%3D%223%22%20fill%3D%22none%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32.331%209.967c1.11-.404%201.81-.658%202.175.347s-.333%201.26-1.443%201.663s-2.01.732-2.376-.273s.534-1.333%201.644-1.737Z%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%2072%2072%22%3E%3Ccircle%20cx%3D%2249.5%22%20cy%3D%2251.5%22%20r%3D%223%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2249.5%22%20cy%3D%2251.5%22%20r%3D%221.5%22%20fill%3D%22%239b9b9a%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M30.1%2013c-.576.49-2.052.652-1.461%205.457C29.144%2022.56%2033%2038.5%2036.5%2038.5s7.164-16.959%207.86-20.057c.58-2.583.13-3.095-1.36-4.943%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M41.203%209.905c1.155.667%201.883%201.087%201.279%202.133s-1.332.626-2.487-.041s-2.092-1.208-1.488-2.254s1.54-.505%202.696.162Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M31.5%2011.5c-2%201-5%202-3.861%206.957c.958%204.17%203.543%2021.043%208.861%2021.043c5.251%200%208-18%208.86-21.057c.854-3.038-1.86-5.943-3.86-6.943%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20d%3D%22M47.5%2049.5c-5-6-5%208-10%2012c-11.713%209.37-21-9-7-11c5.94-.848%206-11%206-11%22%2F%3E%3Ccircle%20cx%3D%2249.5%22%20cy%3D%2251.5%22%20r%3D%223%22%20fill%3D%22none%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32.331%209.967c1.11-.404%201.81-.658%202.175.347s-.333%201.26-1.443%201.663s-2.01.732-2.376-.273s.534-1.333%201.644-1.737Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/stethoscope.svg?color=%231a73e8&size=48