Free Favicon Generator
Upload your image to create a favicon
or click to browse files
Supports: JPEG, PNG, WEBP, SVG
- Your favicon package includes
-
favicon.icohttps://yourwebsite.com/favicon.ico
Standard favicon format containing multiple sizes (16x16px to 256x256px) for browser compatibility.
-
favicon.svghttps://yourwebsite.com/favicon.svg
Vector format that scales perfectly to any size without quality loss.
-
apple-touch-icon.pnghttps://yourwebsite.com/apple-touch-icon.png
Required for iOS home screen icons (180x180px).
-
manifest.webmanifesthttps://yourwebsite.com/manifest.webmanifest
PWA manifest file with icon references. Edit the app name before use.
-
icons-192.pnghttps://yourwebsite.com/icons-192.png
Android Chrome home screen icon (192x192px).
-
icons-512.pnghttps://yourwebsite.com/icons-512.png
Android splash screen icon (512x512px).
HTML code for your website
<!-- Favicon Code -->
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/manifest.webmanifest">