The Phosphor chat centered slash icon, also known as chat-centered-slash, visually represents the absence or disabling of chat functionality, often used to indicate that messaging is turned off or unavailable.
Common uses
- Disabling chat features in a user interface.
- Indicating a user is offline or not available for messaging.
- Representing a 'no chat' or 'blocked messages' status.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ChatCenteredSlash } from '@phosphor-icons/react';
<ChatCenteredSlash size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ChatCenteredSlash size={24} />thin
<ChatCenteredSlash size={24} weight="thin" />light
<ChatCenteredSlash size={24} weight="light" />bold
<ChatCenteredSlash size={24} weight="bold" />fill
<ChatCenteredSlash size={24} weight="fill" />duotone
<ChatCenteredSlash size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- *new*messagesmessagingsmstextingcommentsquarebubblecommunicationschatcenteredslashno chatmessage disabledchat offmessaging blocked
FAQ
- What does the chat centered slash icon signify?
- This icon signifies the negation or unavailability of chat. It's commonly used to show that messaging features are disabled or that a user is not available to chat.
- How do I use this icon in React?
- You can import and use it in React like this: import { ChatCenteredSlash } from '@phosphor-icons/react'. Then render it as a component: <ChatCenteredSlash />.
- What is the license for this icon?
- The Phosphor icon library, including the chat centered slash 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 →