stethoscope icon

stethoscope-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
stethoscope-thin
Set
Phosphor
Style
Thin
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="M216 160a8 8 0 1 1-8-8a8 8 0 0 1 8 8m-4.17 35.79A44.06 44.06 0 0 1 168 236h-24a44.05 44.05 0 0 1-44-44v-44.15A60 60 0 0 1 44 88V40a4 4 0 0 1 4-4h24a4 4 0 0 1 0 8H52v44a52 52 0 0 0 52.69 52C133 139.63 156 115.93 156 87.17V44h-20a4 4 0 0 1 0-8h24a4 4 0 0 1 4 4v47.17c0 32-24.84 58.59-56 60.69V192a36 36 0 0 0 36 36h24a36.05 36.05 0 0 0 35.8-32.25a36 36 0 1 1 8 0ZM236 160a28 28 0 1 0-28 28a28 28 0 0 0 28-28"/></svg>

React

import type { SVGProps } from "react";

export function PhStethoscopeThin(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="M216 160a8 8 0 1 1-8-8a8 8 0 0 1 8 8m-4.17 35.79A44.06 44.06 0 0 1 168 236h-24a44.05 44.05 0 0 1-44-44v-44.15A60 60 0 0 1 44 88V40a4 4 0 0 1 4-4h24a4 4 0 0 1 0 8H52v44a52 52 0 0 0 52.69 52C133 139.63 156 115.93 156 87.17V44h-20a4 4 0 0 1 0-8h24a4 4 0 0 1 4 4v47.17c0 32-24.84 58.59-56 60.69V192a36 36 0 0 0 36 36h24a36.05 36.05 0 0 0 35.8-32.25a36 36 0 1 1 8 0ZM236 160a28 28 0 1 0-28 28a28 28 0 0 0 28-28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 160a8 8 0 1 1-8-8a8 8 0 0 1 8 8m-4.17 35.79A44.06 44.06 0 0 1 168 236h-24a44.05 44.05 0 0 1-44-44v-44.15A60 60 0 0 1 44 88V40a4 4 0 0 1 4-4h24a4 4 0 0 1 0 8H52v44a52 52 0 0 0 52.69 52C133 139.63 156 115.93 156 87.17V44h-20a4 4 0 0 1 0-8h24a4 4 0 0 1 4 4v47.17c0 32-24.84 58.59-56 60.69V192a36 36 0 0 0 36 36h24a36.05 36.05 0 0 0 35.8-32.25a36 36 0 1 1 8 0ZM236 160a28 28 0 1 0-28 28a28 28 0 0 0 28-28"/></svg>
</template>

CSS

.icon-stethoscope-thin {
  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%22M216%20160a8%208%200%201%201-8-8a8%208%200%200%201%208%208m-4.17%2035.79A44.06%2044.06%200%200%201%20168%20236h-24a44.05%2044.05%200%200%201-44-44v-44.15A60%2060%200%200%201%2044%2088V40a4%204%200%200%201%204-4h24a4%204%200%200%201%200%208H52v44a52%2052%200%200%200%2052.69%2052C133%20139.63%20156%20115.93%20156%2087.17V44h-20a4%204%200%200%201%200-8h24a4%204%200%200%201%204%204v47.17c0%2032-24.84%2058.59-56%2060.69V192a36%2036%200%200%200%2036%2036h24a36.05%2036.05%200%200%200%2035.8-32.25a36%2036%200%201%201%208%200ZM236%20160a28%2028%200%201%200-28%2028a28%2028%200%200%200%2028-28%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%22M216%20160a8%208%200%201%201-8-8a8%208%200%200%201%208%208m-4.17%2035.79A44.06%2044.06%200%200%201%20168%20236h-24a44.05%2044.05%200%200%201-44-44v-44.15A60%2060%200%200%201%2044%2088V40a4%204%200%200%201%204-4h24a4%204%200%200%201%200%208H52v44a52%2052%200%200%200%2052.69%2052C133%20139.63%20156%20115.93%20156%2087.17V44h-20a4%204%200%200%201%200-8h24a4%204%200%200%201%204%204v47.17c0%2032-24.84%2058.59-56%2060.69V192a36%2036%200%200%200%2036%2036h24a36.05%2036.05%200%200%200%2035.8-32.25a36%2036%200%201%201%208%200ZM236%20160a28%2028%200%201%200-28%2028a28%2028%200%200%200%2028-28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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