# FileTextIcon

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

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

## Install

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

## Usage

```tsx
import { FileTextIcon } from "@/components/icons/file-text";

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

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

## Keywords

- file
- text
- document
- document
- document

## Similar icons

- [FileCheckIcon](https://lucide-animated.com/icons/file-check.md)
- [FileCheck2Icon](https://lucide-animated.com/icons/file-check-2.md)
- [AlignCenterIcon](https://lucide-animated.com/icons/align-center.md)
- [AlignLeftIcon](https://lucide-animated.com/icons/align-left.md)
- [AlignRightIcon](https://lucide-animated.com/icons/align-right.md)
- [AttachFileIcon](https://lucide-animated.com/icons/attach-file.md)
