Tested tool guide
Tested browser tools
Checked August 16, 2026
What Icon Set Resizer does, with a checked example
Icon Set Resizer takes one or more icon images and makes a size ladder for each source: 16, 24, 32, 48, 64, 128, and 256 pixels. It is intended for producing repeated square-size assets in one pass instead of resizing each file separately. The work stays in the browser, so the selected icon files are not uploaded. The important surprise is that dimensional resizing is not optical redesign: a detailed mark that is clear at 256 pixels may become muddy or unreadable at 16 pixels.
Worked example
A concrete input and expected output from the current implementation.
Input
One square icon file named compass.png, 512 x 512 pixels.
->
Expected output
Seven resized images of the compass icon: 16 x 16, 24 x 24, 32 x 32, 48 x 48, 64 x 64, 128 x 128, and 256 x 256 pixels.
There is one output for each of the seven fixed target sizes. All seven are downscaled because 512 is larger than the greatest target dimension, 256.