The HugeIcons chat blocked icon visually represents a communication channel that is unavailable or restricted, commonly used to indicate that a user cannot send or receive messages.
Common uses
- Disabling chat functionality for a user.
- Indicating a blocked conversation thread.
- Signaling that direct messaging is not permitted.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ChatBlockedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ChatBlockedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- message blockedno chatcommunication restrictedchat disabled
FAQ
- What does the chat blocked icon signify?
- This icon signifies that a chat or messaging feature is unavailable or has been restricted for a user or conversation.
- How do I use the ChatBlockedIcon in a React application?
- Import both HugeiconsIcon and ChatBlockedIcon, then render it using <HugeiconsIcon icon={ChatBlockedIcon} />.
- What is the license for this icon?
- The ChatBlockedIcon is part of the HugeIcons library and is available under the MIT license.
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 →