Icon Sprite Extractor
Slice an evenly-spaced sprite sheet into individual icon files by column and row count, downloadable one at a time or all at once. Runs entirely in your browser.
🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.
How it works
- Choose a sprite sheet image.
- Set the number of columns and rows the icons are arranged in.
- Download each icon individually, or all of them at once.
FAQ
How do I know the right number of columns and rows?
Count the icons in your sprite sheet along each axis — if it's a 4x2 grid of 8 icons, set columns to 4 and rows to 2. The preview updates live so you can check the slicing looks right.
What if my sprite sheet has uneven spacing between icons?
This tool assumes an evenly-spaced grid with no gaps — icons with padding or irregular spacing between them won't slice cleanly.
Does this preserve transparency?
Yes — each extracted tile is a PNG, so any transparent areas in the source sprite sheet are preserved.
Is my sprite sheet uploaded anywhere?
No — slicing happens locally on a canvas in your browser.
How we compare
| Feature | Online Tool Store | Manual cropping in an editor | Desktop sprite tools |
|---|---|---|---|
| No install | ✓ | ✓ | ✗ |
| Slices every icon at once | ✓ | ✗ | ✓ |
Cropping each icon out of a sprite sheet by hand is slow. Icon Sprite Extractor slices the whole grid at once.