The HugeIcons bubble chat add icon visually represents the action of initiating a new chat or adding a message to an existing conversation, commonly used for features like starting a new support ticket or composing a new message.
Common uses
- Button to start a new chat conversation
- Icon for adding a new comment or post
- Element in a user profile to initiate contact
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BubbleChatAddIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BubbleChatAddIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- new message iconadd comment iconstart chat iconcompose icon
FAQ
- What is the purpose of the Bubble Chat Add icon?
- This icon signifies the action of starting a new chat or adding a message. It's typically used for functions like composing a new message or opening a new support thread.
- How do I use the Bubble Chat Add icon in React?
- Import both HugeiconsIcon and BubbleChatAddIcon, then render the icon using the component: `<HugeiconsIcon icon={BubbleChatAddIcon} />`.
- What is the license for this icon?
- The Bubble Chat Add icon is available 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 →