Battery Charging Pixel Art Icon
A battery with a lightning bolt for active charging states, power-connected indicators, and 'Plugged in' status badges.
Tags
batterychargepowerenergycharging
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Battery Charging icon
A battery icon overlaid with a lightning bolt or charge indicator, signaling that a device is currently connected to power and charging. Use it in a device status bar, a wearable companion app, or an IoT dashboard that distinguishes between charging and discharging states. It reassures users that energy is flowing in, not out. When the battery is fully charged but still plugged in, battery-full is often clearer; for a dangerously low level, pair battery-warning with a contextual alert.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/battery-charging.svg" width="24" height="24" alt="Battery Charging" />
<!-- React -->
import { BatteryCharging } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="battery-charging.svg" width="48" height="48" style="image-rendering: pixelated" />