Care
First aid icon
Also known as: Erste Hilfe, Notfall · first-aid.svg
A cross inside a box — a first-aid kit and emergency care. A clear choice for first aid, emergency and safety content.
First aidEmergencySafetyKit
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 First aid 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="9" y="9" width="30" height="30" rx="4"/><path d="M24 16 V32 M16 24 H32"/>
</svg>React component · JSX
export function IconFirstAid(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="9" y="9" width="30" height="30" rx="4"/><path d="M24 16 V32 M16 24 H32"/>
</svg>
);
}Related Care icons
More from the same category — every icon is a clean, scalable SVG.