The Phosphor chats circle icon depicts a speech bubble within a circle, commonly used to represent messaging, chat features, or communication actions in a user interface.
Common uses
- Open chat/messaging window
- Initiate a new conversation
- Indicate a new message notification
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ChatsCircle } from '@phosphor-icons/react';
<ChatsCircle size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ChatsCircle size={24} />thin
<ChatsCircle size={24} weight="thin" />light
<ChatsCircle size={24} weight="light" />bold
<ChatsCircle size={24} weight="bold" />fill
<ChatsCircle size={24} weight="fill" />duotone
<ChatsCircle size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- sendsentmessagesmessagingsmstextingcommentroundbubblecommunicationschatscirclespeech bubblecomment iconmessage iconround chat
FAQ
- What does the chats circle icon represent?
- It represents communication, messages, or chat functionalities. It's often used for actions related to sending or receiving messages.
- How do I use the chats circle icon in React?
- You can import and use it directly from the Phosphor React library with: import { ChatsCircle } from '@phosphor-icons/react'.
- What is the license for the Phosphor chats circle icon?
- The Phosphor icon library, including the chats circle icon, is available under the MIT license.
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 →