The HugeIcons bubble chat blocked icon visually represents a communication channel that is currently unavailable or restricted, often used to indicate that messaging features are disabled.
Common uses
- Disabling user-to-user chat in a community.
- Showing a blocked message thread.
- Indicating a feature is temporarily unavailable.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BubbleChatBlockedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BubbleChatBlockedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- chat disabledmessage blockedno communicationrestricted chat
FAQ
- What does the bubble chat blocked icon signify?
- This icon signifies that a chat or messaging function is blocked, disabled, or unavailable for use.
- How do I use the BubbleChatBlockedIcon in React?
- Import both HugeiconsIcon and BubbleChatBlockedIcon, then render it using <HugeiconsIcon icon={BubbleChatBlockedIcon} />.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free usage.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →