Home / Guides / Voxels

What Is Voxel Art? A Beginner's Guide

6 min read · Published 2026-09-24 · By the ImageTo3DFree team

If a pixel is a colored square on a flat grid, a voxel is a colored cube in a 3D grid. The word is a blend of "volume" and "pixel". Voxel art builds objects out of those cubes, the way a sculpture might be built from toy bricks.

Voxels versus polygons

A regular 3D model stores only the surface, as a skin of triangles. A voxel model stores space: for every cell in a grid, is there a cube here, and what color is it? That difference explains most of the pros and cons.

Polygon meshVoxel model
Basic unitTriangleCube on a grid
Smooth curvesYes, with enough trianglesNo; blocky by nature
EditingNeeds modelling skillsSimple: add, remove or paint a cube
LookRealistic to stylizedDistinctive, retro, toy-like
Inside the objectEmpty shellCan be solid or hollow

Why the blocky look is popular

Voxel styling became familiar through games such as Minecraft, whose world is a grid of blocks, and by many casual mobile games whose characters are small voxel sculptures with bright flat colors. The appeal is practical as well as aesthetic:

Where voxel art is used

How an image becomes a voxel model here

Our voxel tool first estimates the 3D shape of the object in your photo (the same shape step described in how AI turns a photo into a 3D model), then samples that shape onto a grid at the resolution you choose. Each occupied cell becomes a cube. Then colors are assigned: either painted by AI from every side, projected quickly from the photo (front only), or left blank so you can paint it in the built-in editor.

You can choose between the "Cartoon" look, with bright, flat, simplified colors, and a "natural" look that keeps the photo's own tones. Structure can be solid, filled all the way through, or hollow, a shell only, which is lighter for game export. The choices of grid size and colors matter a lot; see choosing voxel resolution and palette size.

Working with the result

The voxel editor in the browser lets you repaint, delete and add cubes, pick colors with an eyedropper, fill areas, mirror edits with symmetry, and undo. You can export .vox, the format used by MagicaVoxel, a popular free voxel editor, as well as GLB and OBJ for game engines, and a PNG preview. The formats are compared in STL, GLB and OBJ.

Edits happen in your browser and are not saved to our server, so export before closing the page.

Try it on your own image

Upload a photo and get a 3D model or a voxel build. Free, no sign-up.

Image to 3D Image to Voxel

Keep reading