ios

Apple touch icon: make it look right on iOS (no crop, no blur)

iOS uses apple-touch-icon.png for home screen icons. This guide explains why icons look cropped or blurry, and how to fix it with a proper 180x180 export.

FaviconMaker Editorial Team

2 min read
#ios#apple-touch-icon
Share this guide
Apple touch icon: make it look right on iOS (no crop, no blur)
On this page7 sections

iOS does not use your browser tab favicon for everything. When someone adds your site to their home screen, iOS uses apple-touch-icon.png.

If you want it to look correct quickly:

Why Apple touch icons look wrong

Cropping

iOS applies rounding and visual treatment in some contexts. If your icon touches the edges, it will feel cropped even if the image is technically correct.

Fix: include padding. Your logo should sit inside the square, not touch the borders.

Blur

If you start from a small source image, iOS will upscale it. That is where blur comes from.

Fix: start from a large source (512x512 or SVG), then generate down to 180x180.

The simplest workflow

  1. Open the Favicon Generator.
  2. Upload your logo (SVG is a good option if you have it).
  3. Pick a background color that matches your brand.
  4. Adjust the scale so the mark has breathing room.
  5. Download the ZIP and deploy apple-touch-icon.png (and the rest of the pack).
  6. Paste the snippet so the tag is present.

The tag you want looks like this:

<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png" />

Quick do/don't list

Do:

  • Use a large, square source
  • Keep the icon simple
  • Add padding

Don't:

  • Export a 180x180 icon from a 32x32 source
  • Let thin strokes sit on the edge of the square
  • Forget to deploy the file you reference in the tag

How to verify on iOS

iOS caches aggressively too. For a clean test:

  • Change the URL (cache busting) or uninstall the home screen icon
  • Reload the page in Safari
  • Add to Home Screen again

If you need a general cache checklist, start here:

Put this guide into practice

Build a complete favicon pack, then test the live result before you ship.

Written by

FaviconMaker Editorial Team

Practical favicon guidance for designers, developers, and site owners, with a focus on files you can verify in production.

Follow new guides via RSS

Worth sharing?

Send this guide to someone fixing their site icon.

Keep learning

wix3 min

How to Change Favicon on Wix

Step-by-step: change your Wix favicon from the dashboard Settings, understand Premium + domain requirements, choose the right file format/size, and troubleshoot caching and Google display.

Read guide
shopify4 min

How to Change Favicon on Shopify

Step-by-step: change your Shopify store favicon via Theme settings, pick the right 16×16/32×32 image, understand plan limitations, and fix common caching and Google display issues.

Read guide