Draw Pixel Art Icon
A draw or pencil icon for freehand drawing tools, sketch modes, annotate features and illustration app entry points.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Draw icon
A pen or pencil in drawing position, representing freehand or vector drawing capabilities. Use it on a 'Draw' or 'Sketch' tool button in a whiteboard app, a markup or annotation mode toggle in a document viewer, an illustration tool's freehand instrument, or a signature-capture trigger. It implies open-ended mark-making rather than structured editing. For precision shape drawing with nodes and paths, a pen tool (Bezier) icon is more specific; for structured text editing, a text-cursor or edit icon applies.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/draw.svg" width="24" height="24" alt="Draw" />
<!-- React -->
import { Draw } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="draw.svg" width="48" height="48" style="image-rendering: pixelated" />