The Phosphor paint brush household icon depicts a paintbrush, commonly used in UI to represent actions related to design, color selection, or editing.
Common uses
- Open color picker
- Access design settings
- Initiate a painting tool
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PaintBrushHousehold } from '@phosphor-icons/react';
<PaintBrushHousehold size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PaintBrushHousehold size={24} />thin
<PaintBrushHousehold size={24} weight="thin" />light
<PaintBrushHousehold size={24} weight="light" />bold
<PaintBrushHousehold size={24} weight="bold" />fill
<PaintBrushHousehold size={24} weight="fill" />duotone
<PaintBrushHousehold size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- colorscolor pickerartsdesigneditorobjectspaintbrushhouseholdcolor paletteart tooleditor iconpaint tool
FAQ
- What is the paint brush household icon used for?
- It's typically used for design-related functions, such as opening a color palette, accessing editing tools, or representing creative applications.
- How do I use this icon in React?
- You can import and use it like this: `import { PaintBrushHousehold } from '@phosphor-icons/react'`. Then render it as a component: `<PaintBrushHousehold />`.
- What is the license for this icon?
- The Phosphor icon library, including the paint brush household 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 →