stethoscope from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
stethoscope
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
stethoscope-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the stethoscope icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.464 21q-2.294 0-3.908-1.602T7.942 15.5v-.517q-1.9-.177-3.2-1.6q-1.3-1.421-1.3-3.383V4.5h3v-1h1v3h-1v-1h-2V10q0 1.65 1.175 2.825T8.442 14t2.825-1.175T12.442 10V5.5h-2v1h-1v-3h1v1h3V10q0 1.962-1.3 3.384t-3.2 1.599v.517q0 1.875 1.318 3.188Q11.58 20 13.463 20q1.875 0 3.187-1.312t1.313-3.188v-1.56q-.702-.165-1.159-.738t-.457-1.318q0-.88.618-1.498q.618-.617 1.5-.617t1.498.617t.615 1.499q0 .744-.457 1.317q-.456.573-1.158.739V15.5q0 2.296-1.602 3.898T13.464 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightStethoscope(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.464 21q-2.294 0-3.908-1.602T7.942 15.5v-.517q-1.9-.177-3.2-1.6q-1.3-1.421-1.3-3.383V4.5h3v-1h1v3h-1v-1h-2V10q0 1.65 1.175 2.825T8.442 14t2.825-1.175T12.442 10V5.5h-2v1h-1v-3h1v1h3V10q0 1.962-1.3 3.384t-3.2 1.599v.517q0 1.875 1.318 3.188Q11.58 20 13.463 20q1.875 0 3.187-1.312t1.313-3.188v-1.56q-.702-.165-1.159-.738t-.457-1.318q0-.88.618-1.498q.618-.617 1.5-.617t1.498.617t.615 1.499q0 .744-.457 1.317q-.456.573-1.158.739V15.5q0 2.296-1.602 3.898T13.464 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.464 21q-2.294 0-3.908-1.602T7.942 15.5v-.517q-1.9-.177-3.2-1.6q-1.3-1.421-1.3-3.383V4.5h3v-1h1v3h-1v-1h-2V10q0 1.65 1.175 2.825T8.442 14t2.825-1.175T12.442 10V5.5h-2v1h-1v-3h1v1h3V10q0 1.962-1.3 3.384t-3.2 1.599v.517q0 1.875 1.318 3.188Q11.58 20 13.463 20q1.875 0 3.187-1.312t1.313-3.188v-1.56q-.702-.165-1.159-.738t-.457-1.318q0-.88.618-1.498q.618-.617 1.5-.617t1.498.617t.615 1.499q0 .744-.457 1.317q-.456.573-1.158.739V15.5q0 2.296-1.602 3.898T13.464 21"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.464%2021q-2.294%200-3.908-1.602T7.942%2015.5v-.517q-1.9-.177-3.2-1.6q-1.3-1.421-1.3-3.383V4.5h3v-1h1v3h-1v-1h-2V10q0%201.65%201.175%202.825T8.442%2014t2.825-1.175T12.442%2010V5.5h-2v1h-1v-3h1v1h3V10q0%201.962-1.3%203.384t-3.2%201.599v.517q0%201.875%201.318%203.188Q11.58%2020%2013.463%2020q1.875%200%203.187-1.312t1.313-3.188v-1.56q-.702-.165-1.159-.738t-.457-1.318q0-.88.618-1.498q.618-.617%201.5-.617t1.498.617t.615%201.499q0%20.744-.457%201.317q-.456.573-1.158.739V15.5q0%202.296-1.602%203.898T13.464%2021%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.464%2021q-2.294%200-3.908-1.602T7.942%2015.5v-.517q-1.9-.177-3.2-1.6q-1.3-1.421-1.3-3.383V4.5h3v-1h1v3h-1v-1h-2V10q0%201.65%201.175%202.825T8.442%2014t2.825-1.175T12.442%2010V5.5h-2v1h-1v-3h1v1h3V10q0%201.962-1.3%203.384t-3.2%201.599v.517q0%201.875%201.318%203.188Q11.58%2020%2013.463%2020q1.875%200%203.187-1.312t1.313-3.188v-1.56q-.702-.165-1.159-.738t-.457-1.318q0-.88.618-1.498q.618-.617%201.5-.617t1.498.617t.615%201.499q0%20.744-.457%201.317q-.456.573-1.158.739V15.5q0%202.296-1.602%203.898T13.464%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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