# AtSignIcon

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

Source page: https://lucide-animated.com/icons/at-sign

## Install

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

## Usage

```tsx
import { AtSignIcon } from "@/components/icons/at-sign";

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

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

## Keywords

- mention
- at
- email
- message
- @

## Similar icons

- [MailCheckIcon](https://lucide-animated.com/icons/mail-check.md)
- [SendIcon](https://lucide-animated.com/icons/send.md)
- [BotMessageSquareIcon](https://lucide-animated.com/icons/bot-message-square.md)
- [MessageCircleDashedIcon](https://lucide-animated.com/icons/message-circle-dashed.md)
- [MessageSquareIcon](https://lucide-animated.com/icons/message-square.md)
- [MessageSquareDashedIcon](https://lucide-animated.com/icons/message-square-dashed.md)
