Symptoms

Headache icon

Also known as: Kopfschmerz, Migräne · headache.svg

A head ringed by radiating lines — headache or migraine. It suits neurology sections and symptom checklists where head pain is the lead complaint.

HeadacheMigraineNeurologySymptoms
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 Headache 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">
  <circle cx="24" cy="24" r="10"/><path d="M37 17 l3 -1.5 M38 24 h3.5 M37 31 l3 1.5 M11 17 l-3 -1.5 M10 24 h-3.5 M11 31 l-3 1.5"/>
</svg>
React component · JSX
export function IconHeadache(props) {
  return (
    <svg width="24" height="24" viewBox="0 0 48 48" fill="none"
      stroke="currentColor" strokeWidth={2} strokeLinejoin="miter" strokeLinecap="butt" {...props}>
      <circle cx="24" cy="24" r="10"/><path d="M37 17 l3 -1.5 M38 24 h3.5 M37 31 l3 1.5 M11 17 l-3 -1.5 M10 24 h-3.5 M11 31 l-3 1.5"/>
    </svg>
  );
}

Related Symptoms icons

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