Free Online Pixel Art Editor

Published 2026-05-27

Draw pixel art in your browser with a simple grid editor. Presets for common sizes, color palettes, undo/redo, and export at any scale. Free, no signup.

Try Pixel Art Editor free →

The problem

You need a quick piece of pixel art — a favicon for your website, a sprite for a game jam, an avatar for a profile, or just something fun to draw. Professional tools like Aseprite cost money and have a learning curve. Browser-based alternatives are either loaded with ads, require accounts, or try to be full illustration apps when you just want a grid to color in.

For small-scale pixel art (8x8 through 64x64), you need a grid, a color picker, a few basic tools, and a clean export. Nothing more.

How it works

  1. Choose your canvas size — presets for 8x8, 16x16, 32x32, and 64x64, or type custom dimensions.
  2. Pick a color — start with a preset retro palette, or use the color picker for any color. Your 8 most recent colors are saved for quick access.
  3. Draw — click or drag on the grid. Four tools:
    • Pencil — draw one pixel at a time
    • Eraser — set pixels to transparent
    • Fill bucket — flood-fill a connected region with your selected color
    • Eyedropper — pick a color from an existing pixel
  4. Undo/redo — up to 50 steps. Mistakes are free.
  5. Export — choose a scale (1x, 2x, 4x, 8x, 16x) and download as PNG. The export uses nearest-neighbor scaling so pixels stay crisp with no blurring.

Your work auto-saves to your browser. If you refresh or close the tab, your drawing is still there when you come back.

Common pixel art sizes

Export scaling explained

Pixel art at its native size is tiny — a 16x16 image is literally 16 pixels wide. To use it on a website, in a game, or as a profile picture, you need to scale it up. The critical detail: use nearest-neighbor scaling, not bilinear or bicubic.

Standard image scaling smooths edges, which destroys the crisp pixel look. Nearest-neighbor scaling just makes each pixel into a larger square, preserving the hard edges that define pixel art.

This tool exports with nearest-neighbor by default:

Using with other tools

Your pixel art can flow into other ToolRack image tools:

Click "Use in other tools" to save your artwork and jump to any tool — the image carries over automatically.

Favicon workflow

To make a favicon for your website:

  1. Set canvas to 16x16 (or 32x32 for higher detail)
  2. Draw your icon — keep it simple, favicons are viewed at tiny sizes
  3. Export at 1x as PNG
  4. Rename to favicon.png or convert to .ico format
  5. Add <link rel="icon" href="/favicon.png"> to your HTML

For best browser coverage, also export at 32x32 and 180x180 (Apple touch icon). The 16x16 version handles the browser tab; the larger versions handle bookmarks and home screen shortcuts.


Built with vanilla HTML/JS. No frameworks, no backend, loads instantly.

Related tools