The Lucide message square check icon visually represents a confirmed or completed message, commonly used to indicate a successful action, a completed task, or a verified piece of communication.
Common uses
- Confirming a successful message send.
- Indicating a completed to-do item in a list.
- Showing a verified user comment or feedback.
Use it in React
Install
npm i lucide-reactImport & render
import { MessageSquareCheck } from 'lucide-react';
<MessageSquareCheck size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- commentchatconversationdialogfeedbackspeech bubblemoderatecheckdonetodocompletemessagesquarecomment checkchat completedialogue verified
FAQ
- What does the message square check icon signify?
- It signifies a message that has been checked, completed, or verified. It's often used for confirmation or status updates.
- How do I use this icon in React?
- You can import and use it like this: import { MessageSquareCheck } from 'lucide-react'. Then render it as <MessageSquareCheck />.
- What is the license for this icon?
- This icon is provided under the ISC license, which is a permissive open-source license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →