# SquareChevronLeftIcon

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

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

## Install

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

## Usage

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

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

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

## Keywords

- chevron
- left
- previous

## Similar icons

- [ChevronLeftIcon](https://lucide-animated.com/icons/chevron-left.md)
- [ArrowBigLeftIcon](https://lucide-animated.com/icons/arrow-big-left.md)
- [CircleChevronLeftIcon](https://lucide-animated.com/icons/circle-chevron-left.md)
- [AlignLeftIcon](https://lucide-animated.com/icons/align-left.md)
- [ArrowBigLeftDashIcon](https://lucide-animated.com/icons/arrow-big-left-dash.md)
- [ArrowDownLeftIcon](https://lucide-animated.com/icons/arrow-down-left.md)
