Blog
Sprite SheetsGame DevResources

15 Best Free Sprite Sheet Resources for Game Developers

15 Best Free Sprite Sheet Resources for Game Developers

Free sprite sheet resources fall into three very different groups, and mixing them up is how indie games get takedown notices. There are CC0 and permissive packs you can ship in a commercial game without asking anyone. There are community libraries where the license changes from one file to the next. And there are reference archives of sprites ripped from commercial games, which are perfect for studying animation and useless for anything you plan to sell.

This list covers all three, says which is which, and notes what each resource is best for. If none of them has the character you need, the last section shows how to make your own.

Quick license cheat sheet

  • CC0: public domain. Use it anywhere, no credit required. The safest license there is.
  • CC-BY: free for commercial use, but you must credit the author in your game.
  • CC-BY-SA / GPL: free to use, but derivative art may have to be shared under the same license. Read the fine print before shipping.
  • Site license: the site has its own terms. CraftPix, Game Art 2D, and GameDev Market all do this. Usually fine for games, often not for reselling the assets.
  • Ripped sprites: copyrighted by the original publisher. Reference and fan projects only.

When a pack doesn’t say, assume you can’t use it commercially.

1. Kenney

Kenney's asset catalog

kenney.nl/assets is the gold standard for free game art. Everything is CC0, the packs are enormous (the all-in-one bundle has tens of thousands of files), and the clean vector-flavoured style is consistent across 2D sprites, tilesets, UI, and 3D. The 2D packs ship as sprite sheets plus individual PNGs plus XML atlases, so they drop into Unity, Godot, or Phaser with no prep.

Best for: prototypes and game jams where you need a full coherent set today. Not pixel art.

2. OpenGameArt.org

OpenGameArt front page

opengameart.org is the oldest community library and still the largest for pixel-art sprite sheets. Every submission carries an explicit license badge (CC0, CC-BY, CC-BY-SA, GPL, OGA-BY), and you can filter by it, which is the feature that makes the site usable for commercial work. The Liberated Pixel Cup collections live here.

Best for: pixel-art characters, tilesets, and effects when you’re willing to read the license on each file.

3. itch.io free game assets

itch.io free game assets listing

itch.io/game-assets/free is where most working pixel artists publish now. Filter by the Sprites and Pixel Art tags, sort by popular, and you’ll find thousands of packs. Licenses vary per creator and are stated on each page; many are CC0 or “use in any project, don’t resell.”

Best for: finding a specific style. The next five entries are individual itch creators worth following directly.

4. Pixel Frog

Pixel Frog on itch.io

pixelfrog-assets.itch.io publishes some of the most-downloaded free packs on itch: Pixel Adventure, Kings and Pigs, Pirate Bomb, and Tiny Swords. The characters come as animated sprite sheets with clean uniform cells, and the free packs are CC0.

Best for: side-view platformer characters and enemies with full animation sets.

5. 0x72

0x72's Dungeon Tileset on itch.io

0x72.itch.io is the home of the 16×16 Dungeon Tileset II, the pack behind a startling number of roguelike prototypes. It’s CC0, it includes dozens of animated characters and monsters on a single sheet, and the 16×16 grid is the easiest cell size to slice.

Best for: top-down dungeon crawlers and roguelikes.

6. ansimuz

ansimuz's game assets

ansimuz.itch.io has been releasing free and pay-what-you-want packs for years: Sunny Land, the Gothicvania series, Warped sci-fi sets. Most of the free ones are CC0, and the animation quality is a step above the average free pack, with 8-plus-frame run cycles and proper anticipation on attacks.

Best for: action platformers and Metroidvania-style games.

7. Cainos

Pixel Art Top Down Basic by Cainos

cainos.itch.io/pixel-art-top-down-basic is a free 32×32 top-down starter set: tiles, props, and an animated character in four directions. The paid packs from the same creator match the style, so you can start free and expand without redrawing.

Best for: top-down adventure and farming games in the 32×32 style.

8. Universal LPC Spritesheet Generator

Universal LPC Spritesheet Character Generator

The Universal LPC Spritesheet Character Generator is a web app that assembles a character from the Liberated Pixel Cup library: body, hair, armour, weapons, each layered onto a standard 64×64 grid with walk, slash, thrust, shoot, spellcast, and hurt animations already aligned. It exports the full sheet and a credits file.

The catch is licensing: LPC art is CC-BY-SA and GPL, so you must credit every author (the generator writes the list for you) and derivative art inherits the license.

Best for: grid RPGs that need dozens of NPC variants fast.

9. Superpowers Asset Packs

Superpowers asset packs on GitHub

github.com/sparklinlabs/superpowers-asset-packs is a lesser-known collection of CC0 packs originally made for the Superpowers engine: a prehistoric platformer, a space shooter, a western, an RPG battle set, top-down warriors, and more. Because it’s a Git repository, you can clone the whole thing at once.

Best for: complete themed sets when you don’t want to hunt across marketplaces.

10. CraftPix freebies

CraftPix free 2D game assets

craftpix.net/freebies is the free section of a commercial asset store. The freebies are polished and cover characters, tilesets, GUI, and effects in several styles, including a lot of 2D fantasy and platformer sprites. They ship under CraftPix’s own license, which allows use in games (including commercial ones) but not redistribution of the assets themselves. Read the license page once and you’re set.

Best for: professional-looking placeholder art that can survive into release.

11. Free Game Assets on itch.io

Free Game Assets on itch.io

free-game-assets.itch.io is CraftPix’s itch.io storefront, mirroring the freebies above with itch’s download and collection tools. Follow it to get notified when new free packs drop.

Best for: the same content as CraftPix if you already manage assets through itch.

12. Game Art 2D

Game Art 2D freebies

gameart2d.com/freebies.html offers free cartoon-style character sprite sheets, tilesets, and GUI kits alongside its paid catalog. The art is smooth vector-style rather than pixel art, with large 2K-ish frames that scale down cleanly for mobile. Check the site’s license page before commercial use.

Best for: mobile and casual games that want a cartoon look instead of pixels.

13. GameDev Market

GameDev Market

gamedevmarket.net is a curated marketplace, but filter by price and there’s a steady stream of free packs from the same sellers who publish the paid ones. Assets use the GDM standard license, which permits commercial use in games.

Best for: discovering artists whose paid packs you might buy later.

14. The Spriters Resource

The Spriters Resource

spriters-resource.com is the largest archive of sprites ripped from commercial games, organised by platform and title. It is invaluable for studying how professional animators handle a walk cycle, an attack, or a 16×16 silhouette. It is not a source of assets you can use: everything here belongs to the original publishers.

Best for: reference, animation study, and fan projects.

15. Sprite Database

Sprite Database

spritedatabase.net is the other major rip archive, with a different catalog and a strong console-era collection. Same rules as above: look, learn, don’t ship.

Best for: reference material that isn’t on The Spriters Resource.

How to use free sprite sheets without a headache

  • Keep a credits file from day one. Add the pack name, author, URL, and license every time you download something. Doing this at the end is how you miss one.
  • Check the cell size before you commit. A 16×16 pack and a 32×32 pack won’t share a screen without the smaller one looking wrong. Pick a grid and stick to it.
  • Don’t mix styles in one scene. Kenney’s clean flats and 0x72’s pixel dungeon are both great; together they look like a placeholder.
  • Loose PNGs aren’t a sprite sheet yet. Some packs ship one file per frame. The free sprite sheet maker on this site packs them into a single uniform-cell PNG in your browser. If you’ve never built one, how to make a sprite sheet covers the numbers and the engine settings.

Need a sprite sheet that none of these have?

Free packs are great until your game needs a specific character: a fox knight in a top-down view, a robot with a particular silhouette, a player character that isn’t the same one in a thousand other jam games. That is exactly the gap the SpriteGen sprite creator fills. Describe the character and the action, pick a perspective and style, and the AI generates an animated sprite sheet with uniform cells, ready for any engine on this page. It’s free to try, and no sign-up is needed.

[CTA] SIGN-OFF

Ready to animate your character?

Describe your character, get a game-ready sprite sheet in minutes. Free to start.

Try AI Sprite Sheet Maker →