The HugeIcons more horizontal circle 02 icon depicts three horizontal dots within a circle, commonly used to represent a menu, options, or an overflow action.
Common uses
- Triggering a context menu
- Accessing additional settings
- Indicating an overflow of items
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MoreHorizontalCircle02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MoreHorizontalCircle02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- ellipsiskebab menuoptionsmore
FAQ
- What does the MoreHorizontalCircle02Icon represent?
- This icon represents a menu, options, or an overflow action, indicated by three horizontal dots within a circle.
- How do I use this icon in a React application?
- Import the icon and then render it using the HugeiconsReact component: import { HugeiconsIcon } from '@hugeicons/react'; import { MoreHorizontalCircle02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={MoreHorizontalCircle02Icon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, which allows for free use 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 →