stethoscope icon

stethoscope from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
stethoscope
Set
Phosphor
Style
Regular
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="M220 160a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-4.55 39.29A48.08 48.08 0 0 1 168 240h-24a48.05 48.05 0 0 1-48-48v-40.51A64 64 0 0 1 40 88V40a8 8 0 0 1 8-8h24a8 8 0 0 1 0 16H56v40a48 48 0 0 0 48.64 48c26.11-.34 47.36-22.25 47.36-48.83V48h-16a8 8 0 0 1 0-16h24a8 8 0 0 1 8 8v47.17c0 32.84-24.53 60.29-56 64.31V192a32 32 0 0 0 32 32h24a32.06 32.06 0 0 0 31.22-25a40 40 0 1 1 16.23.27ZM232 160a24 24 0 1 0-24 24a24 24 0 0 0 24-24"/></svg>

React

import type { SVGProps } from "react";

export function PhStethoscope(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="M220 160a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-4.55 39.29A48.08 48.08 0 0 1 168 240h-24a48.05 48.05 0 0 1-48-48v-40.51A64 64 0 0 1 40 88V40a8 8 0 0 1 8-8h24a8 8 0 0 1 0 16H56v40a48 48 0 0 0 48.64 48c26.11-.34 47.36-22.25 47.36-48.83V48h-16a8 8 0 0 1 0-16h24a8 8 0 0 1 8 8v47.17c0 32.84-24.53 60.29-56 64.31V192a32 32 0 0 0 32 32h24a32.06 32.06 0 0 0 31.22-25a40 40 0 1 1 16.23.27ZM232 160a24 24 0 1 0-24 24a24 24 0 0 0 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 160a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-4.55 39.29A48.08 48.08 0 0 1 168 240h-24a48.05 48.05 0 0 1-48-48v-40.51A64 64 0 0 1 40 88V40a8 8 0 0 1 8-8h24a8 8 0 0 1 0 16H56v40a48 48 0 0 0 48.64 48c26.11-.34 47.36-22.25 47.36-48.83V48h-16a8 8 0 0 1 0-16h24a8 8 0 0 1 8 8v47.17c0 32.84-24.53 60.29-56 64.31V192a32 32 0 0 0 32 32h24a32.06 32.06 0 0 0 31.22-25a40 40 0 1 1 16.23.27ZM232 160a24 24 0 1 0-24 24a24 24 0 0 0 24-24"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220%20160a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-4.55%2039.29A48.08%2048.08%200%200%201%20168%20240h-24a48.05%2048.05%200%200%201-48-48v-40.51A64%2064%200%200%201%2040%2088V40a8%208%200%200%201%208-8h24a8%208%200%200%201%200%2016H56v40a48%2048%200%200%200%2048.64%2048c26.11-.34%2047.36-22.25%2047.36-48.83V48h-16a8%208%200%200%201%200-16h24a8%208%200%200%201%208%208v47.17c0%2032.84-24.53%2060.29-56%2064.31V192a32%2032%200%200%200%2032%2032h24a32.06%2032.06%200%200%200%2031.22-25a40%2040%200%201%201%2016.23.27ZM232%20160a24%2024%200%201%200-24%2024a24%2024%200%200%200%2024-24%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%22M220%20160a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-4.55%2039.29A48.08%2048.08%200%200%201%20168%20240h-24a48.05%2048.05%200%200%201-48-48v-40.51A64%2064%200%200%201%2040%2088V40a8%208%200%200%201%208-8h24a8%208%200%200%201%200%2016H56v40a48%2048%200%200%200%2048.64%2048c26.11-.34%2047.36-22.25%2047.36-48.83V48h-16a8%208%200%200%201%200-16h24a8%208%200%200%201%208%208v47.17c0%2032.84-24.53%2060.29-56%2064.31V192a32%2032%200%200%200%2032%2032h24a32.06%2032.06%200%200%200%2031.22-25a40%2040%200%201%201%2016.23.27ZM232%20160a24%2024%200%201%200-24%2024a24%2024%200%200%200%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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