The Phosphor paint bucket icon visually represents a container of paint, commonly used in user interfaces to signify actions related to filling areas with color or selecting a color palette.
Common uses
- Color fill tool in a drawing application
- Selecting a default background color
- Applying a theme or style
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PaintBucket } from '@phosphor-icons/react';
<PaintBucket size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PaintBucket size={24} />thin
<PaintBucket size={24} weight="thin" />light
<PaintBucket size={24} weight="light" />bold
<PaintBucket size={24} weight="bold" />fill
<PaintBucket size={24} weight="fill" />duotone
<PaintBucket size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- *updated*paintbucketcolorscolor pickerfillartsdesigneditorobjectspaintbucketfill toolpaint can
FAQ
- What is the paint bucket icon used for?
- It's typically used to represent actions involving color selection, filling, or applying a specific hue within a UI.
- How do I use the paint bucket icon in React?
- You can import and use it like this: `import { PaintBucket } from '@phosphor-icons/react'`. Then render it as a component: `<PaintBucket />`.
- What is the license for the Phosphor paint bucket icon?
- The Phosphor icon library, including the paint bucket 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 →