Browse
Fun

Pixel art character from a description

Describe a character and get a 16 by 16 pixel sprite as crisp SVG, with a small palette and a second frame for an idle animation.

No votes yet this week
Output
Image + Text
Added
Updated

The prompt

Draw me a pixel art character as SVG.

Character: [DESCRIBE IT, e.g. "a cheerful frog wearing a tiny crown"]
Style: [e.g. 8-bit console, cosy farming game, dark dungeon crawler]

How to build it:
- A 16 by 16 grid. Every pixel is one `<rect>` of width 1 and height 1, inside an `<svg>` with viewBox 0 0 16 16 and shape-rendering set to crispEdges.
- Six colours at most. List the palette with hex codes.
- The silhouette has to read. I should recognise it as a solid black shape.
- One pixel of darker outline on the lower right, as if the light comes from the upper left.
- Then a second frame for a two frame idle animation. Change as few pixels as you can, and tell me which ones.
  • pixel-art
  • svg
  • games

What it generates

2 examples

NoteThis is an example. Results change between runs and model versions. Claude Prompts is a fan project and is not affiliated with Anthropic.

Getting the most from this prompt

Good for

Placeholder sprites for a game jam, avatars for a side project, icons with a retro feel, or just for fun. The grid is tiny on purpose. At 16 by 16 you're forced into a readable silhouette, which is the hard part of pixel art anyway.

Keep it simple

Describe one clear feature: "a frog with a crown", "a robot with one big eye". Give a character three accessories and at this size it turns into noise. A style reference, like 8-bit console or cosy farming game, steers the palette. If you want more detail, change the grid to 24 by 24 or 32 by 32 and raise the colour limit to eight.

Look at it small

Don't judge the sprite zoomed in. Shrink it to 32 pixels wide, and if you can't tell what it is, ask for a simpler silhouette. When you scale it up, keep the crispEdges setting and use image-rendering: pixelated in your CSS, or the browser will blur the pixels.

How to use this prompt

  1. [01] Copy

    Copy the prompt

    Use the copy button above. The full text is included, nothing is cut off.

  2. [02] Fill in

    Replace the yellow parts

    Everything highlighted in yellow is a placeholder. Swap it for your own topic, audience or data.

  3. [03] Vote

    Run it in Claude and vote

    If the result helped, press the heart. Votes decide which prompts make the weekly top 10.

More like this

All fun prompts
Image outputA bar chart of monthly newsletter signups from January to December, with the launch month highlighted and labelled

Turn a CSV into a clean chart

Paste raw CSV and get a clean SVG chart with sensible scales, labels on the data, and a title that says what the chart shows.

Learn the technique

All articles