stethoscope alt icon

stethoscope-alt from Unicons Solid by Iconscout · Solid · Medical · Apache-2.0 Free for personal and commercial use.

Name
stethoscope-alt
Set
Unicons Solid
Style
Solid
Category
Medical
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More medical icons from Unicons Solid

Use the stethoscope alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.8 10c-.4-1.2-1.6-2-2.8-2c-1.7 0-3 1.3-3 3c0 1.3.8 2.4 2 2.8v1.7c0 2.5-2 4.5-4.5 4.5S9 18 9 15.5v-1l3.1-2.5c1.2-1 1.9-2.4 1.9-3.9V3c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1s.4 1 1 1h1v4.1c0 .9-.4 1.8-1.1 2.3L8 12.7l-2.9-2.3C4.4 9.9 4 9 4 8.1V4h1c.6 0 1-.4 1-1s-.4-1-1-1H3c-.6 0-1 .4-1 1v5.1c0 1.5.7 3 1.9 3.9L7 14.5v1c0 3.6 2.9 6.5 6.5 6.5s6.5-2.9 6.5-6.5v-1.7c1.6-.5 2.4-2.2 1.8-3.8"/></svg>

React

import type { SVGProps } from "react";

export function UisStethoscopeAlt(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="M21.8 10c-.4-1.2-1.6-2-2.8-2c-1.7 0-3 1.3-3 3c0 1.3.8 2.4 2 2.8v1.7c0 2.5-2 4.5-4.5 4.5S9 18 9 15.5v-1l3.1-2.5c1.2-1 1.9-2.4 1.9-3.9V3c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1s.4 1 1 1h1v4.1c0 .9-.4 1.8-1.1 2.3L8 12.7l-2.9-2.3C4.4 9.9 4 9 4 8.1V4h1c.6 0 1-.4 1-1s-.4-1-1-1H3c-.6 0-1 .4-1 1v5.1c0 1.5.7 3 1.9 3.9L7 14.5v1c0 3.6 2.9 6.5 6.5 6.5s6.5-2.9 6.5-6.5v-1.7c1.6-.5 2.4-2.2 1.8-3.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.8 10c-.4-1.2-1.6-2-2.8-2c-1.7 0-3 1.3-3 3c0 1.3.8 2.4 2 2.8v1.7c0 2.5-2 4.5-4.5 4.5S9 18 9 15.5v-1l3.1-2.5c1.2-1 1.9-2.4 1.9-3.9V3c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1s.4 1 1 1h1v4.1c0 .9-.4 1.8-1.1 2.3L8 12.7l-2.9-2.3C4.4 9.9 4 9 4 8.1V4h1c.6 0 1-.4 1-1s-.4-1-1-1H3c-.6 0-1 .4-1 1v5.1c0 1.5.7 3 1.9 3.9L7 14.5v1c0 3.6 2.9 6.5 6.5 6.5s6.5-2.9 6.5-6.5v-1.7c1.6-.5 2.4-2.2 1.8-3.8"/></svg>
</template>

CSS

.icon-stethoscope-alt {
  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%22M21.8%2010c-.4-1.2-1.6-2-2.8-2c-1.7%200-3%201.3-3%203c0%201.3.8%202.4%202%202.8v1.7c0%202.5-2%204.5-4.5%204.5S9%2018%209%2015.5v-1l3.1-2.5c1.2-1%201.9-2.4%201.9-3.9V3c0-.6-.4-1-1-1h-2c-.6%200-1%20.4-1%201s.4%201%201%201h1v4.1c0%20.9-.4%201.8-1.1%202.3L8%2012.7l-2.9-2.3C4.4%209.9%204%209%204%208.1V4h1c.6%200%201-.4%201-1s-.4-1-1-1H3c-.6%200-1%20.4-1%201v5.1c0%201.5.7%203%201.9%203.9L7%2014.5v1c0%203.6%202.9%206.5%206.5%206.5s6.5-2.9%206.5-6.5v-1.7c1.6-.5%202.4-2.2%201.8-3.8%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%22M21.8%2010c-.4-1.2-1.6-2-2.8-2c-1.7%200-3%201.3-3%203c0%201.3.8%202.4%202%202.8v1.7c0%202.5-2%204.5-4.5%204.5S9%2018%209%2015.5v-1l3.1-2.5c1.2-1%201.9-2.4%201.9-3.9V3c0-.6-.4-1-1-1h-2c-.6%200-1%20.4-1%201s.4%201%201%201h1v4.1c0%20.9-.4%201.8-1.1%202.3L8%2012.7l-2.9-2.3C4.4%209.9%204%209%204%208.1V4h1c.6%200%201-.4%201-1s-.4-1-1-1H3c-.6%200-1%20.4-1%201v5.1c0%201.5.7%203%201.9%203.9L7%2014.5v1c0%203.6%202.9%206.5%206.5%206.5s6.5-2.9%206.5-6.5v-1.7c1.6-.5%202.4-2.2%201.8-3.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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