# ArrowBigDownDashIcon

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

Source page: https://lucide-animated.com/icons/arrow-big-down-dash

## Install

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

## Usage

```tsx
import { ArrowBigDownDashIcon } from "@/components/icons/arrow-big-down-dash";

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

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

## Keywords

- arrow
- down
- big
- below
- south
- bottom
- dash

## Similar icons

- [ArrowBigDownIcon](https://lucide-animated.com/icons/arrow-big-down.md)
- [ArrowBigLeftDashIcon](https://lucide-animated.com/icons/arrow-big-left-dash.md)
- [ArrowBigRightDashIcon](https://lucide-animated.com/icons/arrow-big-right-dash.md)
- [ArrowDownIcon](https://lucide-animated.com/icons/arrow-down.md)
- [ArrowBigUpDashIcon](https://lucide-animated.com/icons/arrow-big-up-dash.md)
- [AArrowDownIcon](https://lucide-animated.com/icons/a-arrow-down.md)
