Pixelarticons

Paint Bucket Pixel Art Icon

A paint-bucket icon for fill tools, background-color actions, theme color pickers, and flood-fill operations.

design Pro 4 variants

Tags

paintbucket

Style variants

base

Outline · rounded corners

Get Pro

sharp

Outline · sharp corners

Get Pro

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Paint Bucket icon

A bucket tipped to pour paint, representing the flood-fill action found in nearly every raster and vector editor. It appears in toolbars for applying a solid color fill to a region, in theme editors for setting a background color, and in no-code tools for filling a section with a chosen hue. For picking a specific color without filling, the pipette (color picker) is the right choice; the paint bucket is specifically about applying color broadly to an area.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/paint-bucket.svg" width="24" height="24" alt="Paint Bucket" />

<!-- React -->
import { PaintBucket } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="paint-bucket.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons