John KuehJohn Kueh

battery vertical low icon

Phosphor · battery-vertical-low · MIT

Download SVG

The Phosphor battery vertical low icon depicts a battery with a low charge level, commonly used to indicate a device's power status in a user interface.

Common uses

  • Displaying low battery warning
  • Indicating device power level
  • System status indicator

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { BatteryVerticalLow } from '@phosphor-icons/react';

<BatteryVerticalLow size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<BatteryVerticalLow size={24} />
thin
<BatteryVerticalLow size={24} weight="thin" />
light
<BatteryVerticalLow size={24} weight="light" />
bold
<BatteryVerticalLow size={24} weight="bold" />
fill
<BatteryVerticalLow size={24} weight="fill" />
duotone
<BatteryVerticalLow size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
system
Keywords
chargedchargerchargingpowersystembatteryverticallowlow powerempty batterypower statusbattery empty

FAQ

What does the battery vertical low icon represent?
This icon represents a battery that is nearly depleted. It's used to visually communicate a low power state to the user.
How do I use this icon in React?
You can import and use it in your React application with: import { BatteryVerticalLow } from '@phosphor-icons/react'. Then render it as <BatteryVerticalLow />.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, which allows 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 →