# SquareChevronDownIcon

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

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

## Install

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

## Usage

```tsx
import { SquareChevronDownIcon } from "@/components/icons/square-chevron-down";

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

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

## Keywords

- chevron
- down
- expand

## Similar icons

- [ChevronDownIcon](https://lucide-animated.com/icons/chevron-down.md)
- [ChevronFirstIcon](https://lucide-animated.com/icons/chevron-first.md)
- [ChevronsLeftRightIcon](https://lucide-animated.com/icons/chevrons-left-right.md)
- [ChevronsUpDownIcon](https://lucide-animated.com/icons/chevrons-up-down.md)
- [AArrowDownIcon](https://lucide-animated.com/icons/a-arrow-down.md)
- [ArrowBigDownIcon](https://lucide-animated.com/icons/arrow-big-down.md)
