The Phosphor chat dots icon depicts a speech bubble with three dots, commonly used to represent ongoing conversations, message composition, or chat features in a user interface.
Common uses
- Button to open a chat window
- Indicator for new messages
- Label for a messaging section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ChatDots } from '@phosphor-icons/react';
<ChatDots size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ChatDots size={24} />thin
<ChatDots size={24} weight="thin" />light
<ChatDots size={24} weight="light" />bold
<ChatDots size={24} weight="bold" />fill
<ChatDots size={24} weight="fill" />duotone
<ChatDots size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- sendsentmessagesmessagingsmstextingcommentsquarebubblecommunicationschatdotsspeech bubblemessage iconcomment iconsms icon
FAQ
- What does the chat dots icon represent?
- It symbolizes an active chat or conversation, often indicating that a message is being composed or that there are ongoing discussions.
- How do I use the chat dots icon in React?
- You can import and use it like this: import { ChatDots } from '@phosphor-icons/react'; <ChatDots />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →