The Phosphor dots three outline icon depicts three small circles arranged horizontally, commonly used to represent a menu, overflow options, or a 'more' action.
Common uses
- Triggering a context menu
- Indicating additional options or settings
- Representing an overflow or 'see more' action
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { DotsThreeOutline } from '@phosphor-icons/react';
<DotsThreeOutline size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<DotsThreeOutline size={24} />thin
<DotsThreeOutline size={24} weight="thin" />light
<DotsThreeOutline size={24} weight="light" />bold
<DotsThreeOutline size={24} weight="bold" />fill
<DotsThreeOutline size={24} weight="fill" />duotone
<DotsThreeOutline size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- menuoverflowcirclesshapespolygons3ellipsisellipsesmoresystemdotsthreeoutlinemore optionsmenu iconhorizontal dots
FAQ
- What is the dots three outline icon used for?
- It's typically used to signify a menu, overflow, or additional options that are not immediately visible.
- How do I use this icon in React?
- Import it as `DotsThreeOutline` from '@phosphor-icons/react' and use it as a component: `<DotsThreeOutline />`.
- What is the license for this icon?
- The Phosphor icon library, including this 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 →