# ExpandIcon

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

Source page: https://lucide-animated.com/icons/expand

## Install

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

## Usage

```tsx
import { ExpandIcon } from "@/components/icons/expand";

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

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

## Keywords

- scale
- fullscreen

## Similar icons

- [MaximizeIcon](https://lucide-animated.com/icons/maximize.md)
- [Maximize2Icon](https://lucide-animated.com/icons/maximize-2.md)
