# FileStackIcon

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

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

## Install

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

## Usage

```tsx
import { FileStackIcon } from "@/components/icons/file-stack";

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

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

## Keywords

- versions
- multiple
- copy
- documents
- revisions
- version control
- history

## Similar icons

- [SquareStackIcon](https://lucide-animated.com/icons/square-stack.md)
- [GalleryHorizontalEndIcon](https://lucide-animated.com/icons/gallery-horizontal-end.md)
- [GalleryVerticalEndIcon](https://lucide-animated.com/icons/gallery-vertical-end.md)
- [CopyIcon](https://lucide-animated.com/icons/copy.md)
- [FolderGitIcon](https://lucide-animated.com/icons/folder-git.md)
- [FolderGit2Icon](https://lucide-animated.com/icons/folder-git-2.md)
