# CircleChevronDownIcon

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

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

## Install

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

## Usage

```tsx
import { CircleChevronDownIcon } from "@/components/icons/circle-chevron-down";

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

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

## Keywords

- back
- menu
- chevron

## Similar icons

- [CircleChevronLeftIcon](https://lucide-animated.com/icons/circle-chevron-left.md)
- [ChevronLeftIcon](https://lucide-animated.com/icons/chevron-left.md)
- [CircleChevronRightIcon](https://lucide-animated.com/icons/circle-chevron-right.md)
- [CircleChevronUpIcon](https://lucide-animated.com/icons/circle-chevron-up.md)
- [ArrowLeftIcon](https://lucide-animated.com/icons/arrow-left.md)
- [ChevronDownIcon](https://lucide-animated.com/icons/chevron-down.md)
