Symptoms

Fatigue icon

Also known as: Müdigkeit, Erschöpfung · fatigue.svg

A nearly empty battery — fatigue, tiredness and low energy. Handy for symptom tracking, patient-reported outcomes and wellbeing content.

FatigueLow energySymptomsWellbeing
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 Fatigue 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="8" y="17" width="28" height="14" rx="3"/><rect x="38" y="21" width="3" height="6" rx="1.5" fill="currentColor" stroke="none"/><rect x="12" y="20.5" width="5" height="7" rx="1" fill="currentColor" stroke="none"/>
</svg>
React component · JSX
export function IconFatigue(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="8" y="17" width="28" height="14" rx="3"/><rect x="38" y="21" width="3" height="6" rx="1.5" fill="currentColor" stroke="none"/><rect x="12" y="20.5" width="5" height="7" rx="1" fill="currentColor" stroke="none"/>
    </svg>
  );
}

Related Symptoms icons

More from the same category — every icon is a clean, scalable SVG.