Create favicons in multiple sizes from your images
Add this code to your website's <head> section:
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<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="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
Create professional favicons for your website that look great on all devices and browsers. Our tool generates all the necessary files and HTML code.
Create a complete favicon set for your website including ICO, PNG, Apple Touch Icon, and Android Chrome icons. Get HTML code ready to paste.
A complete favicon implementation needs multiple formats and sizes: ICO for legacy browsers, PNG for modern browsers, Apple Touch Icon for iOS home screens, and specific sizes for Android Chrome. Our generator produces the complete set from your single image. Upload your logo or icon, and we generate: favicon.ico (containing 16x16, 32x32, 48x48), PNG files in 16, 32, 96, 192, and 512 sizes, Apple Touch Icon at 180x180, and a site.webmanifest file for PWA support. We also provide the HTML link tags to paste into your website's head section.