The Phosphor battery vertical medium icon depicts a battery with a medium charge level, commonly used to indicate device power status in user interfaces.
Common uses
- Displaying current battery life in a mobile app.
- Showing power status on a desktop application.
- Indicating a device's charge level in a system settings panel.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BatteryVerticalMedium } from '@phosphor-icons/react';
<BatteryVerticalMedium size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BatteryVerticalMedium size={24} />thin
<BatteryVerticalMedium size={24} weight="thin" />light
<BatteryVerticalMedium size={24} weight="light" />bold
<BatteryVerticalMedium size={24} weight="bold" />fill
<BatteryVerticalMedium size={24} weight="fill" />duotone
<BatteryVerticalMedium size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- chargedchargerchargingpowersystembatteryverticalmediumpower iconcharge iconenergy iconmedium battery
FAQ
- What does the battery vertical medium icon represent?
- It represents a battery that is partially charged, typically indicating a medium power level.
- How do I use this icon in React?
- You can import and use it like this: import { BatteryVerticalMedium } from '@phosphor-icons/react'. Then render it as <BatteryVerticalMedium />.
- What is the license for this icon?
- The Phosphor icon library, including this 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 →