The Phosphor dots nine icon depicts a 3x3 grid of circles, commonly used to represent a menu, a dashboard, or a grid layout.
Common uses
- Main menu trigger
- App launcher or dashboard
- Grid view toggle
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { DotsNine } from '@phosphor-icons/react';
<DotsNine size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<DotsNine size={24} />thin
<DotsNine size={24} weight="thin" />light
<DotsNine size={24} weight="light" />bold
<DotsNine size={24} weight="bold" />fill
<DotsNine size={24} weight="fill" />duotone
<DotsNine size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- gridcirclesshapespolygons9designdotsninemenudashboardapp gridnine dots
FAQ
- What is the dots nine icon used for?
- It's typically used for navigation menus, app launchers, or to indicate a grid-based layout or view.
- How do I use the dots nine icon in React?
- Import it from the library like this: import { DotsNine } from '@phosphor-icons/react'. Then use it as a React component: <DotsNine />.
- What is the license for the Phosphor dots nine icon?
- The Phosphor icon library, including the dots nine 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 →