The Phosphor dots six vertical icon depicts six small circles arranged vertically, commonly used as a drag handle or to indicate a reorderable list.
Common uses
- Drag handle for list items
- Reorderable element indicator
- Menu or settings trigger
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { DotsSixVertical } from '@phosphor-icons/react';
<DotsSixVertical size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<DotsSixVertical size={24} />thin
<DotsSixVertical size={24} weight="thin" />light
<DotsSixVertical size={24} weight="light" />bold
<DotsSixVertical size={24} weight="bold" />fill
<DotsSixVertical size={24} weight="fill" />duotone
<DotsSixVertical size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- *updated*drag handleknurlingcirclesshapespolygons6systemdotssixverticalreorder iconvertical dotssix dots
FAQ
- What is the dots-six-vertical icon used for?
- It's typically used to indicate that an item can be dragged and reordered, or as a handle for manipulating elements in a UI.
- How do I use this icon in React?
- You can import and use it like this: import { DotsSixVertical } from '@phosphor-icons/react'. Then render it as <DotsSixVertical />.
- What is the license for this icon?
- The Phosphor icon library, including the dots-six-vertical icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →