# HatGlassesIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `/icons/<name>.md` — for example https://lucide-animated.com/icons/activity.md. An MCP server is available at `/mcp`.

> Animated hat glasses icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/hat-glasses

## Install

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

## Usage

```tsx
import { HatGlassesIcon } from "@/components/icons/hat-glasses";

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

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

## Keywords

- incognito
- disguise
- costume
- masked
- anonymous
- anonymity
- privacy
- private browsing
- stealth
- hidden
- undercover
- cloak
- invisible
- ghost
- spy
- agent
- detective
- identity
- cap
- fedora
- spectacles
- shades
- sunglasses
- eyewear

## Similar icons

- [EyeOffIcon](https://lucide-animated.com/icons/eye-off.md)
- [FingerprintIcon](https://lucide-animated.com/icons/fingerprint.md)
- [IdCardIcon](https://lucide-animated.com/icons/id-card.md)
