Skull Pixel Art Icon
A skull icon for danger warnings, game-over states, death counters, pirate themes, and hazard indicators.
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 Skull icon
A frontal skull face, a symbol spanning danger, death, poison, and playful pirate aesthetics. In games it marks a 'Game over' screen, a death counter, or a hazard zone on a map. In non-game interfaces it signals a critical danger warning or a permanently destructive action. Its tone varies widely with context: friendly in gaming, alarming in safety-critical UIs. Pairing it with a label or color (red for danger, grey for neutral) ensures users read the intended severity correctly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/skull.svg" width="24" height="24" alt="Skull" />
<!-- React -->
import { Skull } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="skull.svg" width="48" height="48" style="image-rendering: pixelated" />