Symptoms
Dizziness icon
Also known as: Schwindel, Vertigo · dizziness.svg
A tightening spiral — vertigo, dizziness and balance problems. Use it for neurological symptoms, triage and patient-reported complaints.
VertigoBalanceNeurologySymptoms
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 Dizziness 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="M24 24 Q27 24 27 21 Q27 17 23 17 Q17 17 17 23 Q17 31 25 31 Q35 31 35 20 Q35 8 22 8 Q8 8 8 22"/>
</svg>React component · JSX
export function IconDizziness(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="M24 24 Q27 24 27 21 Q27 17 23 17 Q17 17 17 23 Q17 31 25 31 Q35 31 35 20 Q35 8 22 8 Q8 8 8 22"/>
</svg>
);
}Related Symptoms icons
More from the same category — every icon is a clean, scalable SVG.