Icon Size Checker
Verify icon sizes for different platforms
Inputs
Provide the following 2 values to run the Icon Size Checker:
- Base Icon Size (px) [number] (required)
- Target Platform [select] (required)
What it calculates
This tool returns:
- Required Sizes — primary result
- Valid Base Size?
- Sizes Needed
Worked example
For the sample inputs below:
- Base Icon Size (px): 100
- Target Platform: ios
the Icon Size Checker produces:
- Required Sizes: 20, 29, 40, 60, 76, 83.5, 1024
- Valid Base Size?: No
- Sizes Needed: 7
How it works
The result is derived through the following steps:
sizes = { ios: [20, 29, 40, 60, 76, 83.5, 1024], android: [48, 72, 96, 144, 192], web: [16, 32, 48, 64, 128, 256], macos: [16, 32, 64, 128, 256, 512, 1024] }required = sizes[platform]isBaseValid = required.includes(baseSize)
Frequently Asked Questions
What is the purpose of the Icon Size Checker?
The Icon Size Checker helps designers verify and confirm the correct icon dimensions for various platforms, ensuring optimal display quality.
Which platforms does the Icon Size Checker support?
Our tool supports standard dimensions for popular platforms like iOS, Android, web applications, and social media.
How do I use the Icon Size Checker?
Simply enter the desired icon size or dimension into the tool, and it will provide checks against platform-specific requirements.
What are the benefits of using this tool?
Using this tool ensures your icons are perfectly sized, reducing the risk of display issues across different devices and improving user experience.
Is there a cost associated with using the Icon Size Checker?
No, the Icon Size Checker is completely free to use as part of Tool World’s suite of design tools.