# ArrowUpLeftIcon

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

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

## Install

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

## Usage

```tsx
import { ArrowUpLeftIcon } from "@/components/icons/arrow-up-left";

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

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

## Keywords

- arrow
- up
- left
- direction
- northwest
- top left

## Similar icons

- [ArrowDownLeftIcon](https://lucide-animated.com/icons/arrow-down-left.md)
- [ArrowUpRightIcon](https://lucide-animated.com/icons/arrow-up-right.md)
- [CornerLeftUpIcon](https://lucide-animated.com/icons/corner-left-up.md)
- [CornerUpLeftIcon](https://lucide-animated.com/icons/corner-up-left.md)
- [AArrowUpIcon](https://lucide-animated.com/icons/a-arrow-up.md)
- [ArrowBigLeftIcon](https://lucide-animated.com/icons/arrow-big-left.md)
