John KuehJohn Kueh

chat circle slash icon

Phosphor · chat-circle-slash · MIT

Download SVG

The Phosphor chat circle slash icon depicts a chat bubble with a diagonal line through it, commonly used to indicate that chat or messaging functionality is disabled, unavailable, or blocked.

Common uses

  • Muting notifications for a chat
  • Disabling direct messaging for a user
  • Indicating a blocked conversation

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { ChatCircleSlash } from '@phosphor-icons/react';

<ChatCircleSlash size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<ChatCircleSlash size={24} />
thin
<ChatCircleSlash size={24} weight="thin" />
light
<ChatCircleSlash size={24} weight="light" />
bold
<ChatCircleSlash size={24} weight="bold" />
fill
<ChatCircleSlash size={24} weight="fill" />
duotone
<ChatCircleSlash size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
communications
Keywords
*new*messagesmessagingsmstextingcommentroundbubblecommunicationschatcircleslashno chatmessage disabledblocked messageschat off

FAQ

What does the chat circle slash icon represent?
It signifies the absence or disabling of chat or messaging features, like a muted or blocked conversation.
How do I use this icon in React?
Import it from the Phosphor library: `import { ChatCircleSlash } from '@phosphor-icons/react'`. Then use it as a component: `<ChatCircleSlash />`.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, allowing 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 →