Care
Patient chart icon
Also known as: Befund, Patientenakte · patient-chart.svg
A clipboard with ruled lines — patient charts, records and documentation. Use it for the EHR, clinical notes and findings.
RecordsDocumentationEHRClinical notes
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 Patient chart 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="9" width="26" height="32" rx="3"/><rect x="18" y="6" width="12" height="6" rx="2"/><line x1="16" y1="21" x2="32" y2="21"/><line x1="16" y1="27" x2="32" y2="27"/><line x1="16" y1="33" x2="27" y2="33"/>
</svg>React component · JSX
export function IconPatientChart(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="9" width="26" height="32" rx="3"/><rect x="18" y="6" width="12" height="6" rx="2"/><line x1="16" y1="21" x2="32" y2="21"/><line x1="16" y1="27" x2="32" y2="27"/><line x1="16" y1="33" x2="27" y2="33"/>
</svg>
);
}Related Care icons
More from the same category — every icon is a clean, scalable SVG.