The Tabler battery 2 icon depicts a battery with a medium charge level, commonly used to represent power status or energy levels in user interfaces.
Common uses
- Displaying battery life indicator
- Showing device power status
- Indicating energy consumption
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBattery2 } from '@tabler/icons-react';
<IconBattery2 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBattery2 size={24} stroke={2} />filled
<IconBattery2Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- energypowerelectricitybatterychargehardwaretechnologyelectricelectronicgadgetdevices2medium batterypower levelhalf chargedenergy indicator
FAQ
- What does the battery 2 icon represent?
- It represents a battery with a partial charge, indicating a medium level of power or energy.
- How do I use the battery 2 icon in React?
- You can import and use it directly with: import { IconBattery2 } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including battery 2, 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 →