The HugeIcons bullet icon depicts a small, solid circle, commonly used to represent list items, menu points, or status indicators in user interfaces.
Common uses
- Unordered lists
- Navigation menus
- Status indicators
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BulletIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BulletIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- dotcirclelist itempoint
FAQ
- What is the BulletIcon used for?
- It's typically used for list items, menu points, or status indicators in UI design.
- How do I use BulletIcon in React?
- Import both HugeiconsIcon and BulletIcon, then render <HugeiconsIcon icon={BulletIcon} />.
- What is the license for HugeIcons?
- HugeIcons are distributed under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.