Circle Alert Pixel Art Icon
A circle alert icon with an exclamation mark for warnings, validation errors, attention states and informational notices in dialogs.
Tags
circlenoticedanger
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Circle Alert icon
A circle enclosing an exclamation mark, the standard alert glyph for calling attention to something important. Use it on validation error messages in forms, warning banners at the top of a page, or an attention badge on a dashboard card. The circle shape is softer than a triangle warning; it reads more as an informational notice than an imminent danger. When urgency or hazard needs to be strongly communicated, a triangle alert conveys severity more immediately.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/circle-alert.svg" width="24" height="24" alt="Circle Alert" />
<!-- React -->
import { CircleAlert } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="circle-alert.svg" width="48" height="48" style="image-rendering: pixelated" />