Vitals
Breathing icon
Also known as: Atmung, Lunge · breathing.svg
A pair of lungs with the trachea — respiration and pulmonary function. Use it for respiratory care, breathing rate, oxygenation and pulmonology content.
RespirationPulmonologyBreathing rateOxygenation
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 Breathing 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 9 V21"/><path d="M21 16 C16 19 15 25 15 31 C15 37 17 40 20 39 C23 38 23 33 23 29 V21"/><path d="M27 16 C32 19 33 25 33 31 C33 37 31 40 28 39 C25 38 25 33 25 29 V21"/>
</svg>React component · JSX
export function IconBreathing(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 9 V21"/><path d="M21 16 C16 19 15 25 15 31 C15 37 17 40 20 39 C23 38 23 33 23 29 V21"/><path d="M27 16 C32 19 33 25 33 31 C33 37 31 40 28 39 C25 38 25 33 25 29 V21"/>
</svg>
);
}Related Vitals icons
More from the same category — every icon is a clean, scalable SVG.