# SquarePenIcon

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

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

## Install

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

## Usage

```tsx
import { SquarePenIcon } from "@/components/icons/square-pen";

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

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

## Keywords

- pencil
- change
- create
- draw
- sketch
- draft
- writer
- writing
- biro
- ink
- marker
- felt tip
- stationery
- artist

## Similar icons

- [MapPinPlusIcon](https://lucide-animated.com/icons/map-pin-plus.md)
- [MapPinPlusInsideIcon](https://lucide-animated.com/icons/map-pin-plus-inside.md)
- [BookmarkPlusIcon](https://lucide-animated.com/icons/bookmark-plus.md)
- [ContrastIcon](https://lucide-animated.com/icons/contrast.md)
- [FeatherIcon](https://lucide-animated.com/icons/feather.md)
- [GitPullRequestCreateIcon](https://lucide-animated.com/icons/git-pull-request-create.md)
