Draw Canvas Pixel Art Icon
A drawing canvas icon for whiteboard apps, creative workspaces, artboard selectors and digital canvas tools.
Tags
drawcanvas
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Draw Canvas icon
A pencil or brush over a framed canvas area, representing a drawing workspace or artboard. Use it in a whiteboard app's new-canvas button, a design tool's artboard-mode selector, a creative-app landing screen, or a 'Open drawing board' action in a teaching platform. It conveys both the surface and the action simultaneously. For just the drawing action without a visible surface, the draw icon is the more compact choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/draw-canvas.svg" width="24" height="24" alt="Draw Canvas" />
<!-- React -->
import { DrawCanvas } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="draw-canvas.svg" width="48" height="48" style="image-rendering: pixelated" />