Brush Pixel Art Icon
A paintbrush icon for paint tools, theme and appearance settings, and 'customize' actions.
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 Brush icon
A paintbrush, the natural icon for painting and styling tools. It suits a brush tool in an image editor, a theme or appearance setting, a 'customize' action, and anything to do with applying color. Where a pencil suggests precise drawing or editing text, the brush suggests broader strokes and visual styling, so use it when the task is about look and feel rather than fine detail.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/brush.svg" width="24" height="24" alt="Brush" />
<!-- React -->
import { Brush } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="brush.svg" width="48" height="48" style="image-rendering: pixelated" />