stethoscope check icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the stethoscope check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.35 21l-3.55-3.55l1.425-1.4l2.125 2.125l4.25-4.25L23 15.35zm-3.85 1q-2.7 0-4.6-1.9T7 15.5v-.575q-2.15-.35-3.575-2.013T2 9V3h3V2h2v4H5V5H4v4q0 1.65 1.175 2.825T8 13t2.825-1.175T12 9V5h-1v1H9V2h2v1h3v6q0 2.25-1.425 3.913T9 14.925v.575q0 1.875 1.313 3.188T13.5 20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStethoscopeCheck(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="m17.35 21l-3.55-3.55l1.425-1.4l2.125 2.125l4.25-4.25L23 15.35zm-3.85 1q-2.7 0-4.6-1.9T7 15.5v-.575q-2.15-.35-3.575-2.013T2 9V3h3V2h2v4H5V5H4v4q0 1.65 1.175 2.825T8 13t2.825-1.175T12 9V5h-1v1H9V2h2v1h3v6q0 2.25-1.425 3.913T9 14.925v.575q0 1.875 1.313 3.188T13.5 20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.35 21l-3.55-3.55l1.425-1.4l2.125 2.125l4.25-4.25L23 15.35zm-3.85 1q-2.7 0-4.6-1.9T7 15.5v-.575q-2.15-.35-3.575-2.013T2 9V3h3V2h2v4H5V5H4v4q0 1.65 1.175 2.825T8 13t2.825-1.175T12 9V5h-1v1H9V2h2v1h3v6q0 2.25-1.425 3.913T9 14.925v.575q0 1.875 1.313 3.188T13.5 20z"/></svg>
</template>

CSS

.icon-stethoscope-check {
  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%22m17.35%2021l-3.55-3.55l1.425-1.4l2.125%202.125l4.25-4.25L23%2015.35zm-3.85%201q-2.7%200-4.6-1.9T7%2015.5v-.575q-2.15-.35-3.575-2.013T2%209V3h3V2h2v4H5V5H4v4q0%201.65%201.175%202.825T8%2013t2.825-1.175T12%209V5h-1v1H9V2h2v1h3v6q0%202.25-1.425%203.913T9%2014.925v.575q0%201.875%201.313%203.188T13.5%2020z%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%22m17.35%2021l-3.55-3.55l1.425-1.4l2.125%202.125l4.25-4.25L23%2015.35zm-3.85%201q-2.7%200-4.6-1.9T7%2015.5v-.575q-2.15-.35-3.575-2.013T2%209V3h3V2h2v4H5V5H4v4q0%201.65%201.175%202.825T8%2013t2.825-1.175T12%209V5h-1v1H9V2h2v1h3v6q0%202.25-1.425%203.913T9%2014.925v.575q0%201.875%201.313%203.188T13.5%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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