The Phosphor battery medium icon visually represents a partially charged battery, commonly used in user interfaces to indicate a moderate power level.
Common uses
- Displaying current device battery status
- Indicating a medium charge level in a settings menu
- Showing progress in a battery-related task
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BatteryMedium } from '@phosphor-icons/react';
<BatteryMedium size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BatteryMedium size={24} />thin
<BatteryMedium size={24} weight="thin" />light
<BatteryMedium size={24} weight="light" />bold
<BatteryMedium size={24} weight="bold" />fill
<BatteryMedium size={24} weight="fill" />duotone
<BatteryMedium size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- chargedchargerchargingpowersystembatterymediumhalf batterypower levelenergy mediumcharge indicator
FAQ
- What does the battery medium icon represent?
- It signifies a battery that is neither fully charged nor empty, indicating a medium power level.
- How do I use this icon in React?
- Import it using `import { BatteryMedium } from '@phosphor-icons/react'` and then use it as a component: `<BatteryMedium />`.
- What is the license for this icon?
- The Phosphor icon library, including this icon, is distributed 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 →