# ZapIcon

> 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 zap icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/zap

## Install

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

## Usage

```tsx
import { ZapIcon } from "@/components/icons/zap";

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

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

## Keywords

- electricity
- energy
- power
- lightning
- bolt

## Similar icons

- [ZapOffIcon](https://lucide-animated.com/icons/zap-off.md)
- [BatteryIcon](https://lucide-animated.com/icons/battery.md)
- [BatteryChargingIcon](https://lucide-animated.com/icons/battery-charging.md)
- [BatteryWarningIcon](https://lucide-animated.com/icons/battery-warning.md)
- [BatteryFullIcon](https://lucide-animated.com/icons/battery-full.md)
- [BatteryLowIcon](https://lucide-animated.com/icons/battery-low.md)
