# ChevronsUpDownIcon

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

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

## Install

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

## Usage

```tsx
import { ChevronsUpDownIcon } from "@/components/icons/chevrons-up-down";

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

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

## Keywords

- expand
- unfold
- vertical
- chevron

## Similar icons

- [ChevronDownIcon](https://lucide-animated.com/icons/chevron-down.md)
- [ChevronsLeftRightIcon](https://lucide-animated.com/icons/chevrons-left-right.md)
- [ChevronUpIcon](https://lucide-animated.com/icons/chevron-up.md)
- [ChevronsDownUpIcon](https://lucide-animated.com/icons/chevrons-down-up.md)
- [SquareChevronDownIcon](https://lucide-animated.com/icons/square-chevron-down.md)
- [ChevronFirstIcon](https://lucide-animated.com/icons/chevron-first.md)
