Smartphone Charging Pixel Art Icon
A smartphone with a charging bolt for battery-low warnings, charging status indicators and power-management notification flows.
Tags
smartphonecharging
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Smartphone Charging icon
A phone icon with a lightning bolt overlaid, indicating the device is plugged in and receiving power. Use it in battery-status screens, device-management dashboards that report charging state, and notification flows triggered by low battery. It quickly reassures users that charging is in progress. When the goal is to show a fully charged state rather than charging in progress, supplementing with a full-battery indicator creates a clearer picture.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/smartphone-charging.svg" width="24" height="24" alt="Smartphone Charging" />
<!-- React -->
import { SmartphoneCharging } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="smartphone-charging.svg" width="48" height="48" style="image-rendering: pixelated" />