stethoscope icon

stethoscope from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.

Name
stethoscope
Set
Health Icons
Style
Filled
Category
Devices
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More devices icons from Health Icons

Use the stethoscope icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12 10a2 2 0 1 0-1.732-3H10a3 3 0 0 0-3 3v9c-.552 0-1.005.449-.955.999A11 11 0 0 0 14 29.583V32c0 1.306.835 2.418 2 2.83a7.25 7.25 0 0 0 14.5-.08v-4a3.75 3.75 0 1 1 7.5 0v2.42a3.001 3.001 0 1 0 2 0v-2.42a5.75 5.75 0 0 0-11.5 0v4a5.25 5.25 0 0 1-10.5.08A3 3 0 0 0 20 32v-2.417a11 11 0 0 0 7.955-9.584c.05-.55-.403-.999-.955-.999v-9a3 3 0 0 0-3-3h-.268A2 2 0 0 0 20 8a2 2 0 0 0 3.732 1H24a1 1 0 0 1 1 1v9h.21c-.553 0-.993.45-1.07.997a7.21 7.21 0 0 1-14.28 0C9.783 19.45 9.343 19 8.79 19H9v-9a1 1 0 0 1 1-1h.268A2 2 0 0 0 12 10"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsStethoscope(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12 10a2 2 0 1 0-1.732-3H10a3 3 0 0 0-3 3v9c-.552 0-1.005.449-.955.999A11 11 0 0 0 14 29.583V32c0 1.306.835 2.418 2 2.83a7.25 7.25 0 0 0 14.5-.08v-4a3.75 3.75 0 1 1 7.5 0v2.42a3.001 3.001 0 1 0 2 0v-2.42a5.75 5.75 0 0 0-11.5 0v4a5.25 5.25 0 0 1-10.5.08A3 3 0 0 0 20 32v-2.417a11 11 0 0 0 7.955-9.584c.05-.55-.403-.999-.955-.999v-9a3 3 0 0 0-3-3h-.268A2 2 0 0 0 20 8a2 2 0 0 0 3.732 1H24a1 1 0 0 1 1 1v9h.21c-.553 0-.993.45-1.07.997a7.21 7.21 0 0 1-14.28 0C9.783 19.45 9.343 19 8.79 19H9v-9a1 1 0 0 1 1-1h.268A2 2 0 0 0 12 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12 10a2 2 0 1 0-1.732-3H10a3 3 0 0 0-3 3v9c-.552 0-1.005.449-.955.999A11 11 0 0 0 14 29.583V32c0 1.306.835 2.418 2 2.83a7.25 7.25 0 0 0 14.5-.08v-4a3.75 3.75 0 1 1 7.5 0v2.42a3.001 3.001 0 1 0 2 0v-2.42a5.75 5.75 0 0 0-11.5 0v4a5.25 5.25 0 0 1-10.5.08A3 3 0 0 0 20 32v-2.417a11 11 0 0 0 7.955-9.584c.05-.55-.403-.999-.955-.999v-9a3 3 0 0 0-3-3h-.268A2 2 0 0 0 20 8a2 2 0 0 0 3.732 1H24a1 1 0 0 1 1 1v9h.21c-.553 0-.993.45-1.07.997a7.21 7.21 0 0 1-14.28 0C9.783 19.45 9.343 19 8.79 19H9v-9a1 1 0 0 1 1-1h.268A2 2 0 0 0 12 10"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2010a2%202%200%201%200-1.732-3H10a3%203%200%200%200-3%203v9c-.552%200-1.005.449-.955.999A11%2011%200%200%200%2014%2029.583V32c0%201.306.835%202.418%202%202.83a7.25%207.25%200%200%200%2014.5-.08v-4a3.75%203.75%200%201%201%207.5%200v2.42a3.001%203.001%200%201%200%202%200v-2.42a5.75%205.75%200%200%200-11.5%200v4a5.25%205.25%200%200%201-10.5.08A3%203%200%200%200%2020%2032v-2.417a11%2011%200%200%200%207.955-9.584c.05-.55-.403-.999-.955-.999v-9a3%203%200%200%200-3-3h-.268A2%202%200%200%200%2020%208a2%202%200%200%200%203.732%201H24a1%201%200%200%201%201%201v9h.21c-.553%200-.993.45-1.07.997a7.21%207.21%200%200%201-14.28%200C9.783%2019.45%209.343%2019%208.79%2019H9v-9a1%201%200%200%201%201-1h.268A2%202%200%200%200%2012%2010%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2010a2%202%200%201%200-1.732-3H10a3%203%200%200%200-3%203v9c-.552%200-1.005.449-.955.999A11%2011%200%200%200%2014%2029.583V32c0%201.306.835%202.418%202%202.83a7.25%207.25%200%200%200%2014.5-.08v-4a3.75%203.75%200%201%201%207.5%200v2.42a3.001%203.001%200%201%200%202%200v-2.42a5.75%205.75%200%200%200-11.5%200v4a5.25%205.25%200%200%201-10.5.08A3%203%200%200%200%2020%2032v-2.417a11%2011%200%200%200%207.955-9.584c.05-.55-.403-.999-.955-.999v-9a3%203%200%200%200-3-3h-.268A2%202%200%200%200%2020%208a2%202%200%200%200%203.732%201H24a1%201%200%200%201%201%201v9h.21c-.553%200-.993.45-1.07.997a7.21%207.21%200%200%201-14.28%200C9.783%2019.45%209.343%2019%208.79%2019H9v-9a1%201%200%200%201%201-1h.268A2%202%200%200%200%2012%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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