# ScanTextIcon

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

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

## Install

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

## Usage

```tsx
import { ScanTextIcon } from "@/components/icons/scan-text";

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

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

## Keywords

- recognition
- read
- translate
- copy
- lines

## Similar icons

- [EarthIcon](https://lucide-animated.com/icons/earth.md)
- [EyeIcon](https://lucide-animated.com/icons/eye.md)
- [FileStackIcon](https://lucide-animated.com/icons/file-stack.md)
- [LanguagesIcon](https://lucide-animated.com/icons/languages.md)
- [LayersIcon](https://lucide-animated.com/icons/layers.md)
- [SquareStackIcon](https://lucide-animated.com/icons/square-stack.md)
