The Phosphor paint brush broad icon depicts a wide paintbrush, commonly used in UI to represent tools for editing, applying colors, or accessing design settings.
Common uses
- Color palette selection
- Design tool activation
- Style editor access
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PaintBrushBroad } from '@phosphor-icons/react';
<PaintBrushBroad size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PaintBrushBroad size={24} />thin
<PaintBrushBroad size={24} weight="thin" />light
<PaintBrushBroad size={24} weight="light" />bold
<PaintBrushBroad size={24} weight="bold" />fill
<PaintBrushBroad size={24} weight="fill" />duotone
<PaintBrushBroad size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- fillcolorscolor pickerartsdesigneditorobjectspaintbrushbroadcolor toolart brushdesign tool
FAQ
- What is the paint brush broad icon used for?
- It's typically used to signify actions related to design, color editing, or applying styles within an application.
- How do I use the paint brush broad icon in React?
- Import it from the library and use it as a component: import { PaintBrushBroad } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the paint brush broad 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 →