The Phosphor battery low icon visually represents a device with a critically low power level, commonly used to indicate a need for charging.
Common uses
- Low battery warning indicator
- Battery status display in mobile apps
- System status alerts
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BatteryLow } from '@phosphor-icons/react';
<BatteryLow size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BatteryLow size={24} />thin
<BatteryLow size={24} weight="thin" />light
<BatteryLow size={24} weight="light" />bold
<BatteryLow size={24} weight="bold" />fill
<BatteryLow size={24} weight="fill" />duotone
<BatteryLow size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- chargedchargerchargingpowersystembatterylowlow powerempty batterypower offbattery warning
FAQ
- What is the battery low icon used for?
- It signifies that a device's battery is nearly depleted and requires charging. It's often used in system status areas or notifications.
- How do I use the battery low icon in React?
- You can import it directly from the library like this: import { BatteryLow } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon set, including the battery low 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 →