John KuehJohn Kueh

chat centered dots icon

Phosphor · chat-centered-dots · MIT

Download SVG

The Phosphor chat centered dots icon visually represents an ongoing conversation or a chat interface, often indicating a message status or a chat feature.

Common uses

  • Indicate a new message or unread chat
  • Button to open a chat window
  • Status for sent or pending messages

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { ChatCenteredDots } from '@phosphor-icons/react';

<ChatCenteredDots size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<ChatCenteredDots size={24} />
thin
<ChatCenteredDots size={24} weight="thin" />
light
<ChatCenteredDots size={24} weight="light" />
bold
<ChatCenteredDots size={24} weight="bold" />
fill
<ChatCenteredDots size={24} weight="fill" />
duotone
<ChatCenteredDots size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
communications
Keywords
sendsentmessagesmessagingsmstextingcommentsquarebubblecommunicationschatcentereddotsmessage bubblesms iconchat bubble with dots

FAQ

What does the chat centered dots icon represent?
It signifies a chat or messaging context, commonly used to show message activity or access a chat feature.
How do I use this icon in React?
Import it from the library like so: import { ChatCenteredDots } from '@phosphor-icons/react'. Then use it as a React component: <ChatCenteredDots />.
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 →