The HugeIcons more 01 icon depicts a set of three horizontal dots, commonly used to represent an overflow menu, additional options, or a 'read more' function.
Common uses
- Triggering an overflow menu with secondary actions
- Indicating a 'read more' link for truncated content
- Opening a context menu or options panel
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { More01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={More01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- ellipsiskebab menudotsmore options
FAQ
- What does the More01Icon represent?
- The More01Icon represents additional options or content, often displayed as three horizontal dots. It's typically used for overflow menus or 'read more' indicators.
- How do I use More01Icon in React?
- To use More01Icon in React, import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { More01Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={More01Icon} />.
- What is the license for HugeIcons?
- HugeIcons are released under the MIT license, allowing 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 →