The Tabler recharging icon visually represents the process of a device gaining power, commonly used to indicate battery status or charging functionality.
Common uses
- Displaying a low battery warning.
- Indicating a device is currently charging.
- Representing power management settings.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconRecharging } from '@tabler/icons-react';
<IconRecharging size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- batterypowerchargesocketelectricitydevicephonelaptoplowrechargingsystembattery chargingpower restoreelectricity fillcharge indicator
FAQ
- What does the recharging icon signify?
- It signifies that a device's battery is being replenished with power, often used for low battery indicators or active charging states.
- How do I use the recharging icon in React?
- You can import and use it in React with: import { IconRecharging } from '@tabler/icons-react'. Then render it as <IconRecharging />.
- What is the license for the Tabler recharging icon?
- The Tabler recharging icon is available under the MIT license.