# ArrowDownRightIcon

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

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

## Install

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

## Usage

```tsx
import { ArrowDownRightIcon } from "@/components/icons/arrow-down-right";

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

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

## Keywords

- arrow
- down
- right
- direction
- southeast
- bottom right

## Similar icons

- [ArrowDownLeftIcon](https://lucide-animated.com/icons/arrow-down-left.md)
- [ArrowUpRightIcon](https://lucide-animated.com/icons/arrow-up-right.md)
- [CornerDownRightIcon](https://lucide-animated.com/icons/corner-down-right.md)
- [CornerRightDownIcon](https://lucide-animated.com/icons/corner-right-down.md)
- [AArrowDownIcon](https://lucide-animated.com/icons/a-arrow-down.md)
- [ArrowBigDownIcon](https://lucide-animated.com/icons/arrow-big-down.md)
