# ArrowDown10Icon

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

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

## Install

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

## Usage

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

export function Demo() {
  return <ArrowDown10Icon 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

- [ArrowDown01Icon](https://lucide-animated.com/icons/arrow-down-0-1.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)
