# FileCheck2Icon

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

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

## Install

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

## Usage

```tsx
import { FileCheck2Icon } from "@/components/icons/file-check-2";

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

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

## Keywords

- file
- check
- checkmark
- tick
- done
- document
- confirm
- complete

## Similar icons

- [FileCheckIcon](https://lucide-animated.com/icons/file-check.md)
- [CalendarCheckIcon](https://lucide-animated.com/icons/calendar-check.md)
- [CalendarCheck2Icon](https://lucide-animated.com/icons/calendar-check-2.md)
- [LaptopMinimalCheckIcon](https://lucide-animated.com/icons/laptop-minimal-check.md)
- [MailCheckIcon](https://lucide-animated.com/icons/mail-check.md)
- [MonitorCheckIcon](https://lucide-animated.com/icons/monitor-check.md)
