The Phosphor chat circle dots icon depicts a speech bubble with three dots, commonly used to represent chat, messaging, or ongoing conversations in a user interface.
Common uses
- Indicate a new message or notification
- Open a chat or messaging window
- Represent a comment section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ChatCircleDots } from '@phosphor-icons/react';
<ChatCircleDots size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ChatCircleDots size={24} />thin
<ChatCircleDots size={24} weight="thin" />light
<ChatCircleDots size={24} weight="light" />bold
<ChatCircleDots size={24} weight="bold" />fill
<ChatCircleDots size={24} weight="fill" />duotone
<ChatCircleDots size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- sendsentmessagesmessagingsmstextingcommentroundbubblecommunicationschatcircledotsspeech bubblemessage iconcomment icon
FAQ
- What is the chat circle dots icon used for?
- It signifies chat, messaging, or an ongoing conversation. It's useful for indicating notifications or opening communication interfaces.
- How do I use the chat circle dots icon in React?
- Import it from the library and use it as a component: `import { ChatCircleDots } from '@phosphor-icons/react'; <ChatCircleDots />`.
- 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 →