The Phosphor chat circle icon depicts a speech bubble within a circle, commonly used to represent chat, messaging, or communication features in a user interface.
Common uses
- Open chat window
- Start a new message
- Indicate a comment section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ChatCircle } from '@phosphor-icons/react';
<ChatCircle size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ChatCircle size={24} />thin
<ChatCircle size={24} weight="thin" />light
<ChatCircle size={24} weight="light" />bold
<ChatCircle size={24} weight="bold" />fill
<ChatCircle size={24} weight="fill" />duotone
<ChatCircle size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- sendsentmessagesmessagingsmstextingcommentroundbubblecommunicationschatcirclespeech bubblemessage iconcomment iconsms icon
FAQ
- What is the chat circle icon used for?
- It signifies chat, messaging, comments, or general communication features within an application.
- How do I use the chat circle icon in React?
- Import it as ChatCircle from '@phosphor-icons/react' and use it in your JSX: <ChatCircle />.
- What is the license for this icon?
- The Phosphor icon library, including the chat 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 →