# CircleChevronRightIcon

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

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

## Install

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

## Usage

```tsx
import { CircleChevronRightIcon } from "@/components/icons/circle-chevron-right";

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

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

## Keywords

- next
- forward
- more than
- greater
- menu
- >
- chevron

## Similar icons

- [ChevronRightIcon](https://lucide-animated.com/icons/chevron-right.md)
- [CircleChevronUpIcon](https://lucide-animated.com/icons/circle-chevron-up.md)
- [ArrowRightIcon](https://lucide-animated.com/icons/arrow-right.md)
- [CircleChevronDownIcon](https://lucide-animated.com/icons/circle-chevron-down.md)
- [CircleChevronLeftIcon](https://lucide-animated.com/icons/circle-chevron-left.md)
- [SquareChevronRightIcon](https://lucide-animated.com/icons/square-chevron-right.md)
