The Tabler dots vertical icon depicts three vertically stacked dots, commonly used to represent a menu, options, or an overflow action within a user interface.
Common uses
- Vertical context menu trigger
- Overflow menu in list items
- Action button for row-level operations
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDotsVertical } from '@tabler/icons-react';
<IconDotsVertical size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconDotsVertical size={24} stroke={2} />filled
<IconDotsVerticalFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- hellipmoreellipsisdotsverticalcontroloperationfunctioninterfacemanagementsystemmore optionsvertical ellipsiskebab menu
FAQ
- What is the dots vertical icon used for?
- It typically indicates that more options or actions are available, often revealed when clicked.
- How do I use the dots vertical icon in React?
- Import it from '@tabler/icons-react' like this: import { IconDotsVertical } from '@tabler/icons-react'.
- What is the license for the Tabler icons?
- Tabler icons are distributed under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →