⇢ Check also SVG Favicon Generator, PNG Favicon Generator, and JPG Favicon Generator
Apple devices use different icon sizes depending on the device model and context. Our tool generates all sizes you need:
Note: Our tool generates all sizes in a single package, with the appropriate HTML code for implementation.
Once you've generated your Apple Touch Icons, add the following code to the <head>
section of your HTML:
<!-- Apple Touch Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<!-- Optional: Safari Pinned Tab -->
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#007aff">
You can also use the HTML code provided with your download, which will be customized for the specific icons you generated.
When users add your website to their home screen, they'll see your custom icon instead of a screenshot.
A well-designed Apple Touch Icon reinforces your brand identity across Apple devices.
Essential for PWAs to provide a more app-like experience on iOS devices.
Properly optimized icons demonstrate attention to detail and iOS platform conventions.