Battery Medium Pixel Art Icon
A half-charged battery icon for moderate power levels, mid-range charge indicators, and neutral energy status displays.
Tags
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 Medium icon
A battery filled to roughly half capacity, representing a moderate charge level that is neither critical nor full. Use it in device dashboards, hardware companion apps, or IoT management consoles where showing the exact charge tier matters without triggering alarm. It sits visually between battery-low and battery-full in a graduated status set, helping users plan when to charge. Combining all four charge states (low, medium, full, charging) creates a complete and intuitive power indicator system.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/battery-medium.svg" width="24" height="24" alt="Battery Medium" />
<!-- React -->
import { BatteryMedium } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="battery-medium.svg" width="48" height="48" style="image-rendering: pixelated" />