# MessageSquareCheckIcon

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

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

## Install

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

## Usage

```tsx
import { MessageSquareCheckIcon } from "@/components/icons/message-square-check";

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

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

## Keywords

- comment
- chat
- conversation
- dialog
- feedback
- speech bubble
- moderate
- check
- done
- todo
- complete

## Similar icons

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