# SquareChevronRightIcon

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

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

## Install

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

## Usage

```tsx
import { SquareChevronRightIcon } from "@/components/icons/square-chevron-right";

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

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

## Keywords

- chevron
- right
- next

## Similar icons

- [ChevronRightIcon](https://lucide-animated.com/icons/chevron-right.md)
- [ArrowBigRightIcon](https://lucide-animated.com/icons/arrow-big-right.md)
- [CircleChevronRightIcon](https://lucide-animated.com/icons/circle-chevron-right.md)
- [AlignRightIcon](https://lucide-animated.com/icons/align-right.md)
- [ArrowBigRightDashIcon](https://lucide-animated.com/icons/arrow-big-right-dash.md)
- [ArrowDownRightIcon](https://lucide-animated.com/icons/arrow-down-right.md)
