# WifiPenIcon

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

Source page: https://lucide-animated.com/icons/wifi-pen

## Install

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

## Usage

```tsx
import { WifiPenIcon } from "@/components/icons/wifi-pen";

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

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

## Keywords

- wifi
- pen
- edit
- write

## Similar icons

- [CloudCogIcon](https://lucide-animated.com/icons/cloud-cog.md)
- [CogIcon](https://lucide-animated.com/icons/cog.md)
- [FilePenLineIcon](https://lucide-animated.com/icons/file-pen-line.md)
- [SettingsIcon](https://lucide-animated.com/icons/settings.md)
- [WifiCogIcon](https://lucide-animated.com/icons/wifi-cog.md)
- [WifiSyncIcon](https://lucide-animated.com/icons/wifi-sync.md)
