Apple touch icon generator
Make the icon iOS uses when someone adds your site to their home screen — at the correct 180×180 size.
Open the favicon generator →What an apple-touch-icon is
When a visitor taps "Add to Home Screen" on iOS or iPadOS, Safari looks for an apple-touch-icon. The recommended size is 180×180 PNG with no transparency (iOS adds its own rounded mask).
Generate and install
Upload a square image or use text mode, generate, and download apple-touch-icon.png. Then add:
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">FAQ
Should the icon have rounded corners?
No — supply a square icon. iOS applies its own corner radius automatically.
Does it need a background?
Yes, use a solid background. Transparent areas render black on some iOS versions.