The HugeIcons more icon depicts three horizontal dots, commonly used to indicate that there are additional options or content available beyond what is immediately visible.
Common uses
- Expanding a collapsed menu
- Showing overflow options in a toolbar
- Indicating a 'read more' link
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MoreIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MoreIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- ellipsiskebab menuvertical ellipsisdots
FAQ
- What does the 'more' icon represent?
- It represents additional options, content, or actions that are not currently displayed. It signals that there's more to see or do.
- How do I use the MoreIcon in React?
- Import both HugeiconsIcon and MoreIcon, then render <HugeiconsIcon icon={MoreIcon} />. Ensure you have installed '@hugeicons/react' and '@hugeicons/core-free-icons'.
- What is the license for this icon?
- The HugeIcons library, including the more icon, is distributed under the MIT license.
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 →