Vitals

Oxygen icon

Also known as: Sauerstoff, O₂ · oxygen.svg

An O₂ cylinder marked with a plus — supplemental oxygen and gas supply. Use it across respiratory care, emergency and medical-equipment contexts.

Oxygen therapyRespiratory careEmergencyEquipment
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 Oxygen 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="17" y="11" width="14" height="29" rx="7"/><path d="M21 11 V7.5 a3 3 0 0 1 6 0 V11"/><line x1="24" y1="18" x2="24" y2="24"/><line x1="21" y1="21" x2="27" y2="21"/>
</svg>
React component · JSX
export function IconOxygen(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="17" y="11" width="14" height="29" rx="7"/><path d="M21 11 V7.5 a3 3 0 0 1 6 0 V11"/><line x1="24" y1="18" x2="24" y2="24"/><line x1="21" y1="21" x2="27" y2="21"/>
    </svg>
  );
}

Related Vitals icons

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