The Heroicons ellipsis vertical icon depicts three vertically stacked dots, commonly used to indicate a menu of overflow options or actions.
Common uses
- Vertical dropdown menu trigger
- Overflow menu in table rows
- Contextual action button
Use it in React
Install
npm i @heroicons/reactImport & render
import { EllipsisVerticalIcon } from '@heroicons/react/24/outline';
<EllipsisVerticalIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<EllipsisVerticalIcon className="size-6" />24/solid
<EllipsisVerticalIcon className="size-6" />20/solid
<EllipsisVerticalIcon className="size-6" />16/solid
<EllipsisVerticalIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- ellipsisverticalvertical dotsmore optionskebab menuvertical menu
FAQ
- What is the ellipsis vertical icon used for?
- It signifies a hidden menu or a list of additional actions that don't fit in the main interface. Clicking it reveals these options.
- How do I use this icon in React?
- Import it from Heroicons and use it as a component: `import { EllipsisVerticalIcon } from '@heroicons/react/24/outline'`. Then render it like `<EllipsisVerticalIcon className="h-6 w-6" />`.
- What is the license for Heroicons?
- Heroicons are provided under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in Heroicons.
Looking for something else? Search Heroicons 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 →