# ChevronLeftIcon

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

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

## Install

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

## Usage

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

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

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

## Keywords

- chevron
- left
- previous
- back
- direction

## Similar icons

- [ArrowLeftIcon](https://lucide-animated.com/icons/arrow-left.md)
- [CircleChevronLeftIcon](https://lucide-animated.com/icons/circle-chevron-left.md)
- [SquareChevronLeftIcon](https://lucide-animated.com/icons/square-chevron-left.md)
- [ArrowBigLeftIcon](https://lucide-animated.com/icons/arrow-big-left.md)
- [ArrowDownLeftIcon](https://lucide-animated.com/icons/arrow-down-left.md)
- [ArrowUpLeftIcon](https://lucide-animated.com/icons/arrow-up-left.md)
