The Phosphor chat teardrop icon depicts a speech bubble with a trailing point, commonly used to represent chat messages, comments, or communication features in a user interface.
Common uses
- Send message button
- New comment indicator
- Chat notification badge
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ChatTeardrop } from '@phosphor-icons/react';
<ChatTeardrop size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ChatTeardrop size={24} />thin
<ChatTeardrop size={24} weight="thin" />light
<ChatTeardrop size={24} weight="light" />bold
<ChatTeardrop size={24} weight="bold" />fill
<ChatTeardrop size={24} weight="fill" />duotone
<ChatTeardrop size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- sendsentmessagesmessagingsmstextingcommentbubblecommunicationschatteardropspeech bubblemessage iconcomment iconsms icon
FAQ
- What is the chat teardrop icon used for?
- This icon is ideal for representing chat messages, comments, or any form of communication within an application.
- How do I use the chat teardrop icon in React?
- Import it using `import { ChatTeardrop } from '@phosphor-icons/react'` and then use it as a component: `<ChatTeardrop />`.
- What is the license for this icon?
- The Phosphor icon library, including the chat teardrop 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 →