# AArrowUpIcon

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

Source page: https://lucide-animated.com/icons/a-arrow-up

## Install

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

## Usage

```tsx
import { AArrowUpIcon } from "@/components/icons/a-arrow-up";

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

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

## Keywords

- arrow
- up
- a

## Similar icons

- [SquareArrowUpIcon](https://lucide-animated.com/icons/square-arrow-up.md)
- [AArrowDownIcon](https://lucide-animated.com/icons/a-arrow-down.md)
- [ArrowBigUpIcon](https://lucide-animated.com/icons/arrow-big-up.md)
- [ArrowBigUpDashIcon](https://lucide-animated.com/icons/arrow-big-up-dash.md)
- [ArrowUpLeftIcon](https://lucide-animated.com/icons/arrow-up-left.md)
- [ArrowUpRightIcon](https://lucide-animated.com/icons/arrow-up-right.md)
