# CornerUpLeftIcon

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

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

## Install

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

## Usage

```tsx
import { CornerUpLeftIcon } from "@/components/icons/corner-up-left";

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

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

## Keywords

- corner
- up
- left
- arrow

## Similar icons

- [CornerLeftUpIcon](https://lucide-animated.com/icons/corner-left-up.md)
- [ArrowUpLeftIcon](https://lucide-animated.com/icons/arrow-up-left.md)
- [CornerDownLeftIcon](https://lucide-animated.com/icons/corner-down-left.md)
- [CornerLeftDownIcon](https://lucide-animated.com/icons/corner-left-down.md)
- [CornerRightUpIcon](https://lucide-animated.com/icons/corner-right-up.md)
- [CornerUpRightIcon](https://lucide-animated.com/icons/corner-up-right.md)
