Grave 2 Pixel Art Icon
An alternate gravestone icon, shaped slightly differently from grave, for memorial pages, horror interfaces and lifecycle-end states.
Tags
grave
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Grave 2 icon
A second gravestone silhouette with a distinct outline compared to the base grave icon, giving designers a choice between two tombstone shapes for the same conceptual territory. Both suit horror-game menus, cemetery map markers, and tongue-in-cheek 'rest in peace' UI messages. When a project needs two visually distinct death-related markers side by side, pairing grave and grave-2 avoids repetition. For a single use, either version conveys the same meaning.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/grave-2.svg" width="24" height="24" alt="Grave 2" />
<!-- React -->
import { Grave2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="grave-2.svg" width="48" height="48" style="image-rendering: pixelated" />