Colors Swatch Pixel Art Icon
A color swatch icon for palette pickers, theme editors, brand color settings and design-token management.
Tags
colorsswatch
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Colors Swatch icon
A grid or fan of colored swatches, the standard symbol for a color palette or color-picker panel. Use it on a 'Colors' settings page in a design tool, a theme-customization panel, a brand-color management section in a design system, or a fill-color control in an image editor. Users immediately recognize it as 'choose a color or palette'. For a single color fill action on a shape, the fill icon (a paint bucket) is more specific to that one-color operation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/colors-swatch.svg" width="24" height="24" alt="Colors Swatch" />
<!-- React -->
import { ColorsSwatch } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="colors-swatch.svg" width="48" height="48" style="image-rendering: pixelated" />