The Tabler battery vertical 1 icon depicts a vertical battery with a single segment filled, commonly used to represent a low or partially charged battery status in user interfaces.
Common uses
- Indicate low battery level
- Show charging status
- Represent power settings
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBatteryVertical1 } from '@tabler/icons-react';
<IconBatteryVertical1 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBatteryVertical1 size={24} stroke={2} />filled
<IconBatteryVertical1Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- energypowerelectricitybatteryverticalchargehardwaretechnologyelectricelectronicdevices1low batterypower levelpartial chargeenergy indicator
FAQ
- What does the battery vertical 1 icon represent?
- This icon visually communicates a low or partially charged battery state. It's useful for quickly conveying power levels to users.
- How do I use this icon in React?
- You can import and use it directly in your React components like this: import { IconBatteryVertical1 } from '@tabler/icons-react'. Then, render it as <IconBatteryVertical1 />.
- What is the license for this icon?
- The Tabler icons, including battery vertical 1, are 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 →