# BatteryPlusIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated battery plus icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/battery-plus

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/battery-plus.json"
```

## Usage

```tsx
import { BatteryPlusIcon } from "@/components/icons/battery-plus";

export function Demo() {
  return <BatteryPlusIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- accumulator
- charge
- plus
- add
- battery
- new

## Similar icons

- [UserRoundPlusIcon](https://lucide-animated.com/icons/user-round-plus.md)
- [BatteryIcon](https://lucide-animated.com/icons/battery.md)
- [BatteryFullIcon](https://lucide-animated.com/icons/battery-full.md)
- [BatteryLowIcon](https://lucide-animated.com/icons/battery-low.md)
- [BatteryMediumIcon](https://lucide-animated.com/icons/battery-medium.md)
- [BookmarkPlusIcon](https://lucide-animated.com/icons/bookmark-plus.md)
