Generate all favicon sizes from a single image. Download as ZIP with ready-to-use HTML code.
Drop image here or click to upload
PNG, JPG, SVG • Square images work best
Add this code to the <head> section of your HTML:
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="shortcut icon" href="/favicon.ico">
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<!-- Android Chrome -->
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png">
<!-- Web App Manifest (optional) -->
<link rel="manifest" href="/site.webmanifest">Improve your web development workflow with these guides: