# ConnectIcon

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

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

## Install

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

## Usage

```tsx
import { ConnectIcon } from "@/components/icons/connect";

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

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

## Keywords

- electricity
- energy
- electronics
- socket
- outlet
- disconnect

## Similar icons

- [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)
- [ZapIcon](https://lucide-animated.com/icons/zap.md)
- [ZapOffIcon](https://lucide-animated.com/icons/zap-off.md)
- [BatteryFullIcon](https://lucide-animated.com/icons/battery-full.md)
