Vitals

Cardiac icon

Also known as: Herz, Kardiologie · cardiac.svg

A heart crossed by an ECG trace — the universal mark for cardiac function, heart rate and circulation. Reach for it in cardiology sections, vital-sign dashboards, or anywhere you need to signal “heart” at a glance.

CardiologyVital signsPulse & heart rateCirculation
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 Cardiac 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="M24 39 C10 29 8 20 8 16 A7.5 7.5 0 0 1 24 13 A7.5 7.5 0 0 1 40 16 C40 20 38 29 24 39 Z"/><path d="M12 23 H19 L22 18 L26 28 L29 23 H36"/>
</svg>
React component · JSX
export function IconCardiac(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="M24 39 C10 29 8 20 8 16 A7.5 7.5 0 0 1 24 13 A7.5 7.5 0 0 1 40 16 C40 20 38 29 24 39 Z"/><path d="M12 23 H19 L22 18 L26 28 L29 23 H36"/>
    </svg>
  );
}

Related Vitals icons

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