The Tabler battery vertical icon depicts a battery in its upright orientation, commonly used to represent power levels, charging status, or energy availability in user interfaces.
Common uses
- Displaying device battery percentage
- Indicating charging state (e.g., charging, full, low)
- Representing power source or energy options
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBatteryVertical } from '@tabler/icons-react';
<IconBatteryVertical size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBatteryVertical size={24} stroke={2} />filled
<IconBatteryVerticalFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- energypowerelectricitybatteryverticalchargehardwaretechnologyelectricelectronicdevicespower levelcharge indicatorenergy statusbattery full
FAQ
- What does the battery vertical icon represent?
- It visually represents a battery, typically used to show power status or energy levels.
- How do I use this icon in React?
- You can import and use it like this: `import { IconBatteryVertical } from '@tabler/icons-react'`. Then render it as `<IconBatteryVertical />`.
- What is the license for this icon?
- The Tabler icon library, including the battery vertical icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →