The Phosphor battery charging vertical icon visually represents a device that is actively receiving power, commonly used to indicate a charging state or the availability of charging functionality.
Common uses
- Displaying the current charging status of a device.
- Indicating a 'charge' or 'power up' action button.
- Representing a battery-related setting or feature.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BatteryChargingVertical } from '@phosphor-icons/react';
<BatteryChargingVertical size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BatteryChargingVertical size={24} />thin
<BatteryChargingVertical size={24} weight="thin" />light
<BatteryChargingVertical size={24} weight="light" />bold
<BatteryChargingVertical size={24} weight="bold" />fill
<BatteryChargingVertical size={24} weight="fill" />duotone
<BatteryChargingVertical size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- chargedchargerchargingpowersystembatteryverticalchargeelectricityenergy
FAQ
- What does the battery charging vertical icon represent?
- It signifies that a battery is currently being charged or is in a state of receiving power.
- How do I use this icon in React?
- Import it as `BatteryChargingVertical` from '@phosphor-icons/react' and use it as a component: `<BatteryChargingVertical />`.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
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 →