Care
Medication icon
Also known as: Medikament, Tablette · medication.svg
A capsule — medication, drugs and pharmacology. Use it for prescriptions, dosing and pharmacy content.
MedicationPharmacyDosingPrescriptions
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 Medication 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">
<g transform="rotate(-45 24 24)"><rect x="9" y="18" width="30" height="12" rx="6"/><line x1="24" y1="18" x2="24" y2="30"/></g>
</svg>React component · JSX
export function IconMedication(props) {
return (
<svg width="24" height="24" viewBox="0 0 48 48" fill="none"
stroke="currentColor" strokeWidth={2} strokeLinejoin="miter" strokeLinecap="butt" {...props}>
<g transform="rotate(-45 24 24)"><rect x="9" y="18" width="30" height="12" rx="6"/><line x1="24" y1="18" x2="24" y2="30"/></g>
</svg>
);
}Related Care icons
More from the same category — every icon is a clean, scalable SVG.