Vitals

Heart rate icon

Also known as: Herzfrequenz, Puls · heart-rate.svg

A bedside monitor showing a pulse waveform — heart rate and patient monitoring. It fits telemetry screens, vital-sign panels and anything about tracking the pulse over time.

Vital signsMonitoringTelemetryPulse
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 Heart rate 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">
  <rect x="7" y="13" width="34" height="22" rx="3"/><path d="M12 24 H18 L21 19 L25 29 L28 24 H36"/>
</svg>
React component · JSX
export function IconHeartRate(props) {
  return (
    <svg width="24" height="24" viewBox="0 0 48 48" fill="none"
      stroke="currentColor" strokeWidth={2} strokeLinejoin="miter" strokeLinecap="butt" {...props}>
      <rect x="7" y="13" width="34" height="22" rx="3"/><path d="M12 24 H18 L21 19 L25 29 L28 24 H36"/>
    </svg>
  );
}

Related Vitals icons

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