# CircleChevronLeftIcon

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

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

## Install

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

## Usage

```tsx
import { CircleChevronLeftIcon } from "@/components/icons/circle-chevron-left";

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

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

## Keywords

- back
- previous
- less than
- fewer
- menu
- <
- chevron

## Similar icons

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