The Phosphor chat teardrop slash icon depicts a chat bubble with a slash through it, commonly used to indicate that chat or messaging functionality is disabled, unavailable, or has been turned off.
Common uses
- Disabling chat features in a user profile.
- Indicating a 'no messaging' status.
- Representing a blocked or muted conversation.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ChatTeardropSlash } from '@phosphor-icons/react';
<ChatTeardropSlash size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ChatTeardropSlash size={24} />thin
<ChatTeardropSlash size={24} weight="thin" />light
<ChatTeardropSlash size={24} weight="light" />bold
<ChatTeardropSlash size={24} weight="bold" />fill
<ChatTeardropSlash size={24} weight="fill" />duotone
<ChatTeardropSlash size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- *new*messagesmessagingsmstextingcommentbubblecommunicationschatteardropslashno messagesmessaging disabledcomment slashchat off
FAQ
- What does the chat teardrop slash icon represent?
- This icon signifies the absence or disabling of chat or messaging features. It's used to visually communicate that communication functionalities are not active.
- How do I use this icon in React?
- You can import and use it in your React application like this: import { ChatTeardropSlash } from '@phosphor-icons/react'. Then, render it as a component: <ChatTeardropSlash />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows 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 →