stethoscope icon

stethoscope-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
stethoscope-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the stethoscope icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M218 160a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-4.35 37.58A46.05 46.05 0 0 1 168 238h-24a46.06 46.06 0 0 1-46-46v-42.29A62 62 0 0 1 42 88V40a6 6 0 0 1 6-6h24a6 6 0 0 1 0 12H54v42a50 50 0 0 0 50 50h.67c27.2-.36 49.33-23.16 49.33-50.83V46h-18a6 6 0 0 1 0-12h24a6 6 0 0 1 6 6v47.17c0 32.43-24.68 59.44-56 62.52V192a34 34 0 0 0 34 34h24a34.05 34.05 0 0 0 33.56-28.56a38 38 0 1 1 12.09.14M234 160a26 26 0 1 0-26 26a26 26 0 0 0 26-26"/></svg>

React

import type { SVGProps } from "react";

export function PhStethoscopeLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M218 160a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-4.35 37.58A46.05 46.05 0 0 1 168 238h-24a46.06 46.06 0 0 1-46-46v-42.29A62 62 0 0 1 42 88V40a6 6 0 0 1 6-6h24a6 6 0 0 1 0 12H54v42a50 50 0 0 0 50 50h.67c27.2-.36 49.33-23.16 49.33-50.83V46h-18a6 6 0 0 1 0-12h24a6 6 0 0 1 6 6v47.17c0 32.43-24.68 59.44-56 62.52V192a34 34 0 0 0 34 34h24a34.05 34.05 0 0 0 33.56-28.56a38 38 0 1 1 12.09.14M234 160a26 26 0 1 0-26 26a26 26 0 0 0 26-26"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M218 160a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-4.35 37.58A46.05 46.05 0 0 1 168 238h-24a46.06 46.06 0 0 1-46-46v-42.29A62 62 0 0 1 42 88V40a6 6 0 0 1 6-6h24a6 6 0 0 1 0 12H54v42a50 50 0 0 0 50 50h.67c27.2-.36 49.33-23.16 49.33-50.83V46h-18a6 6 0 0 1 0-12h24a6 6 0 0 1 6 6v47.17c0 32.43-24.68 59.44-56 62.52V192a34 34 0 0 0 34 34h24a34.05 34.05 0 0 0 33.56-28.56a38 38 0 1 1 12.09.14M234 160a26 26 0 1 0-26 26a26 26 0 0 0 26-26"/></svg>
</template>

CSS

.icon-stethoscope-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M218%20160a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m-4.35%2037.58A46.05%2046.05%200%200%201%20168%20238h-24a46.06%2046.06%200%200%201-46-46v-42.29A62%2062%200%200%201%2042%2088V40a6%206%200%200%201%206-6h24a6%206%200%200%201%200%2012H54v42a50%2050%200%200%200%2050%2050h.67c27.2-.36%2049.33-23.16%2049.33-50.83V46h-18a6%206%200%200%201%200-12h24a6%206%200%200%201%206%206v47.17c0%2032.43-24.68%2059.44-56%2062.52V192a34%2034%200%200%200%2034%2034h24a34.05%2034.05%200%200%200%2033.56-28.56a38%2038%200%201%201%2012.09.14M234%20160a26%2026%200%201%200-26%2026a26%2026%200%200%200%2026-26%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M218%20160a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m-4.35%2037.58A46.05%2046.05%200%200%201%20168%20238h-24a46.06%2046.06%200%200%201-46-46v-42.29A62%2062%200%200%201%2042%2088V40a6%206%200%200%201%206-6h24a6%206%200%200%201%200%2012H54v42a50%2050%200%200%200%2050%2050h.67c27.2-.36%2049.33-23.16%2049.33-50.83V46h-18a6%206%200%200%201%200-12h24a6%206%200%200%201%206%206v47.17c0%2032.43-24.68%2059.44-56%2062.52V192a34%2034%200%200%200%2034%2034h24a34.05%2034.05%200%200%200%2033.56-28.56a38%2038%200%201%201%2012.09.14M234%20160a26%2026%200%201%200-26%2026a26%2026%200%200%200%2026-26%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/stethoscope-light.svg?color=%231a73e8&size=48

Stethoscope light icon — Phosphor · IconsDB