The HugeIcons message square dashed icon depicts a speech bubble with a dashed outline, commonly used to represent draft messages, unsent messages, or a placeholder for a chat interface.
Common uses
- Draft message indicator
- Unsent message status
- Chat input placeholder
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MessageSquareDashedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MessageSquareDashedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- draft message icondashed speech bubblechat placeholder iconunsent message icon
FAQ
- What does the dashed outline signify?
- The dashed outline typically indicates a message that is not yet sent, is in draft form, or is a placeholder for future content.
- How do I use this icon in React?
- Import both HugeiconsIcon and MessageSquareDashedIcon, then render the icon using <HugeiconsIcon icon={MessageSquareDashedIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free usage in both personal and commercial projects.
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 →