← Gallery

Pixel Icons

8×8 Micro · Minimal Detail · Pure Code
SCALE:

DATA FORMAT

// Each icon is just 8 strings of 8 chars
const heart = {
  name: 'Heart',
  width: 8, height: 8,
  palette: { 'R': '#e94560', 'P': '#ff6b8a' },
  pixels: [
    '........',
    '.RR.RR..',
    'RPPRRPPR',
    'RPPPPPPR',
    '.RPPPPPR',
    '..RPPR..',
    '...RR...',
    '........',
  ]
};