# SquareChevronUpIcon

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

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

## Install

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

## Usage

```tsx
import { SquareChevronUpIcon } from "@/components/icons/square-chevron-up";

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

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

## Keywords

- chevron
- up
- collapse

## Similar icons

- [ChevronUpIcon](https://lucide-animated.com/icons/chevron-up.md)
- [ChevronsDownUpIcon](https://lucide-animated.com/icons/chevrons-down-up.md)
- [ChevronsRightLeftIcon](https://lucide-animated.com/icons/chevrons-right-left.md)
- [AArrowUpIcon](https://lucide-animated.com/icons/a-arrow-up.md)
- [ArrowBigUpIcon](https://lucide-animated.com/icons/arrow-big-up.md)
- [ArrowBigUpDashIcon](https://lucide-animated.com/icons/arrow-big-up-dash.md)
