# BoxIcon

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

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

## Install

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

## Usage

```tsx
import { BoxIcon } from "@/components/icons/box";

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

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

## Keywords

- cube
- package
- container
- storage
- geometry
- 3d
- isometric

## Similar icons

- [BoxesIcon](https://lucide-animated.com/icons/boxes.md)
- [ArchiveIcon](https://lucide-animated.com/icons/archive.md)
- [BlocksIcon](https://lucide-animated.com/icons/blocks.md)
- [DatabaseBackupIcon](https://lucide-animated.com/icons/database-backup.md)
- [FolderArchiveIcon](https://lucide-animated.com/icons/folder-archive.md)
- [FolderCheckIcon](https://lucide-animated.com/icons/folder-check.md)
