Vitals
Fever icon
Also known as: Fieber, Temperatur · fever.svg
A thermometer with a graduated scale — body temperature and fever. It works well in symptom checklists, triage flows and vital-sign panels.
TemperatureFeverTriageSymptoms
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 Fever 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="M27 31 V12 a3 3 0 0 0 -6 0 V31"/><circle cx="24" cy="36" r="6"/><circle cx="24" cy="36" r="2.4" fill="currentColor" stroke="none"/><line x1="24" y1="22" x2="24" y2="33"/><line x1="27" y1="16" x2="30.5" y2="16"/><line x1="27" y1="21" x2="30.5" y2="21"/><line x1="27" y1="26" x2="30.5" y2="26"/>
</svg>React component · JSX
export function IconFever(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="M27 31 V12 a3 3 0 0 0 -6 0 V31"/><circle cx="24" cy="36" r="6"/><circle cx="24" cy="36" r="2.4" fill="currentColor" stroke="none"/><line x1="24" y1="22" x2="24" y2="33"/><line x1="27" y1="16" x2="30.5" y2="16"/><line x1="27" y1="21" x2="30.5" y2="21"/><line x1="27" y1="26" x2="30.5" y2="26"/>
</svg>
);
}Related Vitals icons
More from the same category — every icon is a clean, scalable SVG.