The Phosphor dots six icon depicts six small circles arranged in a 2x3 grid, commonly used as a drag handle or to indicate a list of items that can be reordered.
Common uses
- Drag and drop reordering of list items
- Handle for moving or resizing elements
- Indicator for expandable or collapsible sections
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { DotsSix } from '@phosphor-icons/react';
<DotsSix size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<DotsSix size={24} />thin
<DotsSix size={24} weight="thin" />light
<DotsSix size={24} weight="light" />bold
<DotsSix size={24} weight="bold" />fill
<DotsSix size={24} weight="fill" />duotone
<DotsSix size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- *updated*drag handleknurlingcirclesshapespolygons6systemdotssixreorder icongrip dotssix dots
FAQ
- What is the dots-six icon used for?
- It's typically used as a drag handle to allow users to reorder items in a list or manipulate elements.
- How do I use the dots-six icon in React?
- You can import and use it like this: `import { DotsSix } from '@phosphor-icons/react'`. Then render it as `<DotsSix />`.
- What is the license for the dots-six icon?
- The Phosphor icon library, including the dots-six 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 →