Care
Hospital icon
Also known as: Krankenhaus, Klinik · hospital.svg
A building marked with a cross — hospital, clinic and care facilities. It fits navigation, admissions and location content.
HospitalClinicAdmissionsFacility
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 Hospital 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="11" y="13" width="26" height="27"/><path d="M24 17 V25 M20 21 H28"/><rect x="15" y="29" width="5" height="5"/><rect x="28" y="29" width="5" height="5"/><rect x="21" y="33" width="6" height="7"/>
</svg>React component · JSX
export function IconHospital(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="11" y="13" width="26" height="27"/><path d="M24 17 V25 M20 21 H28"/><rect x="15" y="29" width="5" height="5"/><rect x="28" y="29" width="5" height="5"/><rect x="21" y="33" width="6" height="7"/>
</svg>
);
}Related Care icons
More from the same category — every icon is a clean, scalable SVG.