Symptoms

Pain icon

Also known as: Schmerz, akut · pain.svg

A single bolt — acute pain or a sudden, sharp symptom. Use it on pain scales, symptom lists and alerts where something needs immediate attention.

PainAcute onsetSymptomsAlerts
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 Pain 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 7 L15 26 H23 L21 41 L34 21 H26 Z"/>
</svg>
React component · JSX
export function IconPain(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 7 L15 26 H23 L21 41 L34 21 H26 Z"/>
    </svg>
  );
}

Related Symptoms icons

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