Vitals

Blood pressure icon

Also known as: Blutdruck, Manometer · blood-pressure.svg

A pressure gauge with a bulb — the sphygmomanometer, and the everyday symbol for blood pressure. A natural fit for BP readings, hypertension topics and vital-sign sets.

Blood pressureHypertensionVital signsMeasurement
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 Blood pressure 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">
  <circle cx="21" cy="21" r="11"/><circle cx="21" cy="21" r="1.6" fill="currentColor" stroke="none"/><line x1="21" y1="21" x2="27" y2="15.5"/><line x1="21" y1="11.5" x2="21" y2="13.5"/><line x1="30.5" y1="21" x2="28.5" y2="21"/><line x1="11.5" y1="21" x2="13.5" y2="21"/><path d="M16 31 C13 34 12 38 15.5 39.5 C19 41 22 38 21.5 34.5"/>
</svg>
React component · JSX
export function IconBloodPressure(props) {
  return (
    <svg width="24" height="24" viewBox="0 0 48 48" fill="none"
      stroke="currentColor" strokeWidth={2} strokeLinejoin="miter" strokeLinecap="butt" {...props}>
      <circle cx="21" cy="21" r="11"/><circle cx="21" cy="21" r="1.6" fill="currentColor" stroke="none"/><line x1="21" y1="21" x2="27" y2="15.5"/><line x1="21" y1="11.5" x2="21" y2="13.5"/><line x1="30.5" y1="21" x2="28.5" y2="21"/><line x1="11.5" y1="21" x2="13.5" y2="21"/><path d="M16 31 C13 34 12 38 15.5 39.5 C19 41 22 38 21.5 34.5"/>
    </svg>
  );
}

Related Vitals icons

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