Battery Warning Pixel Art Icon
A battery with a warning symbol for critical power alerts, hardware failures, and 'Battery health degraded' notifications.
Tags
batterychargepowerenergycautiondanger
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Battery Warning icon
A battery icon combined with an alert or warning indicator, signaling not just a low charge but a problem with the battery itself, such as degraded health, overheating, or an error condition. Use it for battery health warnings in a device diagnostics panel, a thermal alert in a hardware dashboard, or a notification that a battery requires replacement. It carries a stronger alarm than battery-low, which simply reflects charge level rather than a hardware issue.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/battery-warning.svg" width="24" height="24" alt="Battery Warning" />
<!-- React -->
import { BatteryWarning } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="battery-warning.svg" width="48" height="48" style="image-rendering: pixelated" />