Battery Low Pixel Art Icon
A low battery icon for critical power warnings, 'Charge now' prompts, and near-empty energy states on devices.
Tags
batterychargepowerenergylow
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 Battery Low icon
A battery icon with only a small fill, signaling that power is running critically low. Use it in status bars and device dashboards to warn users before shutdown, in wearable or IoT companion apps that send low-battery alerts, or as a trigger icon for a 'Charge now' notification. Its meaning is urgent but not yet at alarm level. For a final power warning, battery-warning is stronger; for a moderate level, battery-medium keeps the tone neutral.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/battery-low.svg" width="24" height="24" alt="Battery Low" />
<!-- React -->
import { BatteryLow } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="battery-low.svg" width="48" height="48" style="image-rendering: pixelated" />