# ScanFaceIcon

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

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

## Install

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

## Usage

```tsx
import { ScanFaceIcon } from "@/components/icons/scan-face";

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

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

## Keywords

- scan
- face
- emotion

## Similar icons

- [AngryIcon](https://lucide-animated.com/icons/angry.md)
- [AnnoyedIcon](https://lucide-animated.com/icons/annoyed.md)
- [FrownIcon](https://lucide-animated.com/icons/frown.md)
- [LaughIcon](https://lucide-animated.com/icons/laugh.md)
- [MehIcon](https://lucide-animated.com/icons/meh.md)
- [SmileIcon](https://lucide-animated.com/icons/smile.md)
