Battery Full Pixel Art Icon
A fully charged battery icon for 100% power states, 'Fully charged' confirmations, and healthy energy status indicators.
Tags
batterychargepowerenergyfull
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 Full icon
A battery icon depicted as completely filled, indicating a full or near-full charge level. Place it in a device status bar when charge reaches 100%, a battery health check that returns a positive result, or a 'Fully charged' notification. It conveys readiness and eliminates charging anxiety in the user. For a partial charge, battery-medium or battery-low carries the right level of urgency; for active charging, battery-charging adds the sense of energy flowing in.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/battery-full.svg" width="24" height="24" alt="Battery Full" />
<!-- React -->
import { BatteryFull } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="battery-full.svg" width="48" height="48" style="image-rendering: pixelated" />