# SquareStackIcon

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

Source page: https://lucide-animated.com/icons/square-stack

## Install

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

## Usage

```tsx
import { SquareStackIcon } from "@/components/icons/square-stack";

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

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

## Keywords

- versions
- clone
- copy
- duplicate
- multiple
- revisions
- version control
- backup
- history

## Similar icons

- [FileStackIcon](https://lucide-animated.com/icons/file-stack.md)
- [CopyIcon](https://lucide-animated.com/icons/copy.md)
- [GalleryHorizontalEndIcon](https://lucide-animated.com/icons/gallery-horizontal-end.md)
- [GalleryVerticalEndIcon](https://lucide-animated.com/icons/gallery-vertical-end.md)
- [ArchiveIcon](https://lucide-animated.com/icons/archive.md)
- [DatabaseBackupIcon](https://lucide-animated.com/icons/database-backup.md)
