The Phosphor battery charging icon visually represents a device actively receiving power to replenish its battery level.
Common uses
- Indicating a device is currently charging.
- Showing charging status in a battery widget.
- Visual cue for a 'charge device' action.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BatteryCharging } from '@phosphor-icons/react';
<BatteryCharging size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BatteryCharging size={24} />thin
<BatteryCharging size={24} weight="thin" />light
<BatteryCharging size={24} weight="light" />bold
<BatteryCharging size={24} weight="bold" />fill
<BatteryCharging size={24} weight="fill" />duotone
<BatteryCharging size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- chargedchargerchargingpowersystembatteryrechargeenergyelectricity
FAQ
- What does the battery charging icon represent?
- It signifies that a battery is currently in the process of being recharged.
- How do I use the battery charging icon in React?
- Import it from the Phosphor library and use it as a component: import { BatteryCharging } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the battery charging icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →