# BotMessageSquareIcon

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

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

## Install

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

## Usage

```tsx
import { BotMessageSquareIcon } from "@/components/icons/bot-message-square";

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

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

## Keywords

- bot
- message
- square
- bubble
- chat
- conversation

## Similar icons

- [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)
- [MessageSquareMoreIcon](https://lucide-animated.com/icons/message-square-more.md)
- [MessageCircleIcon](https://lucide-animated.com/icons/message-circle.md)
- [MessageCircleCheckIcon](https://lucide-animated.com/icons/message-circle-check.md)
