The HugeIcons message outgoing 01 icon depicts a speech bubble with an arrow pointing outwards, commonly used to represent sending a message, email, or notification.
Common uses
- Send message button
- Outgoing email indicator
- Notification sent confirmation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MessageOutgoing01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MessageOutgoing01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- send iconoutbox iconmessage sent iconemail icon
FAQ
- What does the message outgoing 01 icon represent?
- This icon represents an outgoing message, like an email or chat bubble being sent. It signifies an action of sending information.
- How do I use the MessageOutgoing01Icon in React?
- Import both HugeiconsIcon and MessageOutgoing01Icon from their respective packages and render the icon component like this: <HugeiconsIcon icon={MessageOutgoing01Icon} />.
- What is the license for this icon?
- The MessageOutgoing01Icon is distributed under the MIT license, allowing for free use in commercial and non-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 →