Warning Diamond Pixel Art Icon
A diamond-shaped warning icon for hazard notices, critical cautions and severe-risk alerts where a distinctive shape separates it from triangle warnings.
Tags
cautiondangerdiamond
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Warning Diamond icon
A rotated square (diamond) containing a warning symbol, offering a visually distinct alternative to the common triangle alert. Its diamond shape stands out in interfaces that already use triangles for standard warnings, making it suitable for a second tier of caution such as severe hazards or non-recoverable errors. Use it in industrial software, compliance dashboards, or chemical-safety contexts where diamond-shaped hazard labels (like GHS symbols) are already familiar to users.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/warning-diamond.svg" width="24" height="24" alt="Warning Diamond" />
<!-- React -->
import { WarningDiamond } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="warning-diamond.svg" width="48" height="48" style="image-rendering: pixelated" />