# MaximizeIcon

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

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

## Install

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

## Usage

```tsx
import { MaximizeIcon } from "@/components/icons/maximize";

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

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

## Keywords

- maximize
- fullscreen
- expand
- screen

## Similar icons

- [Maximize2Icon](https://lucide-animated.com/icons/maximize-2.md)
- [AirplayIcon](https://lucide-animated.com/icons/airplay.md)
- [CastIcon](https://lucide-animated.com/icons/cast.md)
- [ChevronDownIcon](https://lucide-animated.com/icons/chevron-down.md)
- [ChevronsLeftRightIcon](https://lucide-animated.com/icons/chevrons-left-right.md)
- [ChevronsUpDownIcon](https://lucide-animated.com/icons/chevrons-up-down.md)
