# ArchiveIcon

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

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

## Install

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

## Usage

```tsx
import { ArchiveIcon } from "@/components/icons/archive";

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

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

## Keywords

- index
- backup
- box
- storage
- records

## Similar icons

- [DatabaseBackupIcon](https://lucide-animated.com/icons/database-backup.md)
- [BoxIcon](https://lucide-animated.com/icons/box.md)
- [BoxesIcon](https://lucide-animated.com/icons/boxes.md)
- [FolderArchiveIcon](https://lucide-animated.com/icons/folder-archive.md)
- [FolderCheckIcon](https://lucide-animated.com/icons/folder-check.md)
- [FolderCodeIcon](https://lucide-animated.com/icons/folder-code.md)
