# SquareArrowRightIcon

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

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

## Install

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

## Usage

```tsx
import { SquareArrowRightIcon } from "@/components/icons/square-arrow-right";

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

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

## Keywords

- arrow
- right
- a

## Similar icons

- [AArrowDownIcon](https://lucide-animated.com/icons/a-arrow-down.md)
- [AArrowUpIcon](https://lucide-animated.com/icons/a-arrow-up.md)
- [ArrowBigRightIcon](https://lucide-animated.com/icons/arrow-big-right.md)
- [ArrowBigRightDashIcon](https://lucide-animated.com/icons/arrow-big-right-dash.md)
- [ArrowDownRightIcon](https://lucide-animated.com/icons/arrow-down-right.md)
- [ArrowUpRightIcon](https://lucide-animated.com/icons/arrow-up-right.md)
