Siren Pixel Art Icon
A flashing siren icon for emergency alerts, critical system errors, live incident indicators and high-priority notification badges.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Siren icon
A dome-shaped flashing siren with rays indicating rotation or light, the universal symbol for emergencies and critical alerts. Use it on an incident-monitoring dashboard to flag an active outage, in a security system UI to show an alarm is triggered, or as the icon for a high-priority notification category. Its strong emergency connotation means it should be reserved for genuinely critical states; for routine warnings, circle-alert or a triangle caution keeps the urgency proportionate.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/siren.svg" width="24" height="24" alt="Siren" />
<!-- React -->
import { Siren } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="siren.svg" width="48" height="48" style="image-rendering: pixelated" />