The HugeIcons battery medium 02 icon depicts a battery with a medium charge level, commonly used to indicate device power status or remaining battery life in user interfaces.
Common uses
- Displaying device battery percentage
- Showing remaining power in a game
- Indicating charge level in a power management setting
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BatteryMedium02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BatteryMedium02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- battery midpower levelenergy indicatorcharge medium
FAQ
- What does the BatteryMedium02Icon represent?
- This icon represents a battery with a medium charge level. It's used to visually communicate the approximate remaining power of a device or system.
- How do I use the BatteryMedium02Icon in a React application?
- To use it in React, first import the icon component: `import { BatteryMedium02Icon } from '@hugeicons/core-free-icons';`. Then, render it using the `HugeiconsIcon` wrapper: `<HugeiconsIcon icon={BatteryMedium02Icon} />`.
- What is the license for this icon?
- The HugeIcons battery medium 02 icon is released under the MIT license, which allows for free usage in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →