Care

Stethoscope icon

Also known as: Stethoskop, Untersuchung · stethoscope.svg

A stethoscope — examination, auscultation and clinicians in general. A versatile stand-in for “doctor”, the physical exam and primary care.

ExaminationAuscultationPrimary careClinician
Weight
PNG size
px

Exports use the selected weight and currentColor — they inherit your text color. Free for commercial & educational use, no attribution required.

Use the Stethoscope icon in code

Paste it straight into your project. It uses currentColor, so it inherits your text color, and scales without blurring.

Inline SVG · HTML
<svg width="24" height="24" viewBox="0 0 48 48" fill="none"
     stroke="currentColor" stroke-width="2" stroke-linejoin="miter" stroke-linecap="butt">
  <path d="M16 9 V15 C16 22 20 25 24 25 C28 25 32 22 32 15 V9"/><circle cx="16" cy="8.5" r="1.8"/><circle cx="32" cy="8.5" r="1.8"/><path d="M24 25 V31 a7 7 0 0 0 7 7"/><circle cx="33" cy="37" r="4"/>
</svg>
React component · JSX
export function IconStethoscope(props) {
  return (
    <svg width="24" height="24" viewBox="0 0 48 48" fill="none"
      stroke="currentColor" strokeWidth={2} strokeLinejoin="miter" strokeLinecap="butt" {...props}>
      <path d="M16 9 V15 C16 22 20 25 24 25 C28 25 32 22 32 15 V9"/><circle cx="16" cy="8.5" r="1.8"/><circle cx="32" cy="8.5" r="1.8"/><path d="M24 25 V31 a7 7 0 0 0 7 7"/><circle cx="33" cy="37" r="4"/>
    </svg>
  );
}

Related Care icons

More from the same category — every icon is a clean, scalable SVG.