Symptoms
Bleeding icon
Also known as: Blutung, Blut · bleeding.svg
A falling drop — blood, bleeding or hemorrhage. A clear choice for trauma, wound care and hematology or lab contexts.
BleedingHemorrhageTraumaWound care
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 Bleeding 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 8 C24 8 14 22 14 30 a10 10 0 0 0 20 0 C34 22 24 8 24 8 Z"/>
</svg>React component · JSX
export function IconBleeding(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 8 C24 8 14 22 14 30 a10 10 0 0 0 20 0 C34 22 24 8 24 8 Z"/>
</svg>
);
}Related Symptoms icons
More from the same category — every icon is a clean, scalable SVG.