The Tabler message icon visually represents a speech bubble, commonly used in user interfaces to indicate actions related to communication, such as sending a message, viewing a conversation, or accessing a chat feature.
Common uses
- Button to open a chat window
- Link to a user's message inbox
- Icon for a 'Contact Us' form
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconMessage } from '@tabler/icons-react';
<IconMessage size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconMessage size={24} stroke={2} />filled
<IconMessageFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Communication
- Keywords
- commentchatreplycommunicationconversationfaqmessagecontactmessaginginteractionspeech bubble
FAQ
- What does the message icon represent?
- It symbolizes a communication element, like a speech bubble, used for chat or messaging features.
- How do I use the message icon in React?
- You can import and use it like this: import { IconMessage } from '@tabler/icons-react'; <IconMessage />.
- What is the license for the Tabler message icon?
- The Tabler icons, including the message icon, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →