The Phosphor battery warning icon visually communicates a low or critically low power level, often indicating the need for charging.
Common uses
- Low battery indicator in mobile apps
- System status alert for device power
- Notification for critical power levels
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BatteryWarning } from '@phosphor-icons/react';
<BatteryWarning size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BatteryWarning size={24} />thin
<BatteryWarning size={24} weight="thin" />light
<BatteryWarning size={24} weight="light" />bold
<BatteryWarning size={24} weight="bold" />fill
<BatteryWarning size={24} weight="fill" />duotone
<BatteryWarning size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- chargedchargerchargingpoweremptycriticalsystembatterywarninglow batterypower criticalempty batterycharging needed
FAQ
- What is the battery warning icon used for?
- It's used to indicate a low or critically low battery level, prompting users to charge their device.
- How do I use the battery warning icon in React?
- Import it as `import { BatteryWarning } from '@phosphor-icons/react'` and use the `<BatteryWarning />` component.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use.
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 →