# CircleChevronUpIcon

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

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

## Install

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

## Usage

```tsx
import { CircleChevronUpIcon } from "@/components/icons/circle-chevron-up";

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

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

## Keywords

- caret
- ahead
- forward
- menu
- chevron

## Similar icons

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