# MessageCircleIcon

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

Source page: https://lucide-animated.com/icons/message-circle

## Install

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

## Usage

```tsx
import { MessageCircleIcon } from "@/components/icons/message-circle";

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

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

## Keywords

- comment
- chat
- conversation
- dialog
- feedback
- speech bubble

## Similar icons

- [MessageCircleCheckIcon](https://lucide-animated.com/icons/message-circle-check.md)
- [MessageCircleDashedIcon](https://lucide-animated.com/icons/message-circle-dashed.md)
- [MessageCircleMoreIcon](https://lucide-animated.com/icons/message-circle-more.md)
- [MessageCirclePlusIcon](https://lucide-animated.com/icons/message-circle-plus.md)
- [MessageCircleXIcon](https://lucide-animated.com/icons/message-circle-x.md)
- [MessageSquareIcon](https://lucide-animated.com/icons/message-square.md)
