The Tabler battery vertical 4 icon depicts a vertical battery with four segments, typically used to represent a full or near-full battery charge level in user interfaces.
Common uses
- Displaying battery status in a device dashboard.
- Indicating power level in a mobile app.
- Showing charge status for a connected peripheral.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBatteryVertical4 } from '@tabler/icons-react';
<IconBatteryVertical4 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBatteryVertical4 size={24} stroke={2} />filled
<IconBatteryVertical4Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- energypowerelectricitybatteryverticalchargehardwaretechnologyelectricelectronicdevices4full batterypower levelcharge indicatorenergy status
FAQ
- What does the battery vertical 4 icon represent?
- This icon represents a battery that is fully or almost fully charged, indicated by the four filled segments.
- How do I use this icon in React?
- You can import and use it in your React application with: import { IconBatteryVertical4 } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including this 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 →