# ChevronUpIcon

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

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

## Install

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

## Usage

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

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

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

## Keywords

- chevron
- up
- collapse
- fold
- vertical

## Similar icons

- [ChevronsDownUpIcon](https://lucide-animated.com/icons/chevrons-down-up.md)
- [ChevronsRightLeftIcon](https://lucide-animated.com/icons/chevrons-right-left.md)
- [SquareChevronUpIcon](https://lucide-animated.com/icons/square-chevron-up.md)
- [ChevronDownIcon](https://lucide-animated.com/icons/chevron-down.md)
- [ChevronsUpDownIcon](https://lucide-animated.com/icons/chevrons-up-down.md)
- [AArrowUpIcon](https://lucide-animated.com/icons/a-arrow-up.md)
