The HugeIcons more horizontal icon depicts three horizontal dots, commonly used to indicate a menu, overflow options, or additional actions available for an item.
Common uses
- Ellipsis menu trigger
- Overflow options indicator
- Context menu activator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MoreHorizontalIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MoreHorizontalIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- ellipsiskebab menumeatballs menuoptions
FAQ
- What is the purpose of the MoreHorizontalIcon?
- It signifies that there are more options or actions available, often revealed upon clicking or hovering.
- How do I use the MoreHorizontalIcon in React?
- Import it as import { MoreHorizontalIcon } from '@hugeicons/core-free-icons'; and render it using <HugeiconsIcon icon={MoreHorizontalIcon} /> from '@hugeicons/react'.
- What is the license for this icon?
- The MoreHorizontalIcon is distributed under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.