The HugeIcons bebo icon depicts a speech bubble, commonly used to represent chat, messages, or communication in user interfaces.
Common uses
- Displaying unread message counts
- Indicating a new notification
- Opening a chat window
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BeboIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BeboIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- speech bubblechat bubblemessage icondialogue
FAQ
- What does the bebo icon represent?
- The bebo icon represents a speech bubble, symbolizing communication, messages, or chat.
- How do I use the bebo icon in React?
- Import BeboIcon from '@hugeicons/core-free-icons' and render it using <HugeiconsIcon icon={BeboIcon} /> from '@hugeicons/react'.
- What is the license for the bebo icon?
- The bebo icon is available under the MIT license.