WELCOME TO THE
LARGEST PIXEL-ART
INGREDIENT PACK

Discover, copy, install — 176 retro food sprites for games, recipes, and UI.

TOP CATEGORIES

01
TOMATO
Format
PNG · 32×32
Category
vegetables
▶ INSTALL

One npm install. Zero deps.

$ npm install pixelfood

const { manifest, all, path: iconPath } = require("pixelfood");

iconPath("tomato");
// → /…/node_modules/pixelfood/src/assets/icons/tomato.png

manifest.categories.fruits;
// → ["apple","pear","orange","banana", …]

all.length; // → 176
▶ REACT

Sprite sheet, one request.

import { PixelfoodIcon } from "pixelfood/react";

<PixelfoodIcon name="tomato" size={64} />
<PixelfoodIcon name="salmon" size={48} />
<PixelfoodIcon name="olive_oil" />

// CSS background-position on a single webp.
// Crisp at any integer multiple of 32.
▶ BROWSE

The whole pantry.

— / —
▶ LICENSE

CC BY-NC-SA 4.0

Full terms: creativecommons.org/licenses/by-nc-sa/4.0 · LICENSE

COPIED