# ArrowDown01Icon

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

Source page: https://lucide-animated.com/icons/arrow-down-0-1

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/arrow-down-0-1.json"
```

## Usage

```tsx
import { ArrowDown01Icon } from "@/components/icons/arrow-down-0-1";

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

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

## Keywords

- filter
- sort
- ascending
- descending
- increasing
- decreasing
- rising
- falling
- numerical

## Similar icons

- [ArrowDown10Icon](https://lucide-animated.com/icons/arrow-down-1-0.md)
- [ArrowDownAZIcon](https://lucide-animated.com/icons/arrow-down-a-z.md)
- [ArrowDownZAIcon](https://lucide-animated.com/icons/arrow-down-z-a.md)
- [ChartBarDecreasingIcon](https://lucide-animated.com/icons/chart-bar-decreasing.md)
- [ChartBarIncreasingIcon](https://lucide-animated.com/icons/chart-bar-increasing.md)
- [ChartColumnDecreasingIcon](https://lucide-animated.com/icons/chart-column-decreasing.md)
