Drop image here or browse
After generating your favicons, you need to add the appropriate HTML tags to your website's head section. At minimum, include a link to your favicon.ico file and a 32x32 PNG. For full cross-platform support, also add an Apple touch icon (180x180) and a web app manifest referencing the 192x192 and 512x512 sizes.
Place your favicon.ico file in the root directory of your website. Most browsers automatically check for /favicon.ico even without an explicit HTML link tag. For the PNG versions, use link tags with the rel="icon" attribute and specify the sizes. The Apple touch icon uses rel="apple-touch-icon" and is displayed when users add your site to their iPhone or iPad home screen.
For Progressive Web Apps (PWAs), reference your larger icons (192x192 and 512x512) in your web app manifest file (manifest.json). These sizes are used when the app is installed on Android devices and displayed on the home screen or in the app drawer. Using high-quality source images ensures your favicon looks sharp across all these different contexts.
Common sizes are 16x16 (browser tab), 32x32 (taskbar), 180x180 (Apple touch icon), 192x192 (Android), and 512x512 (PWA). This tool generates all of them at once, plus 48x48, 64x64, and 128x128 for additional platform coverage. Using all eight sizes ensures your icon looks sharp everywhere.
ICO is the traditional favicon format that can contain multiple icon sizes bundled in a single file. Browsers look for favicon.ico at your site root by default. This tool generates an ICO file containing both 16x16 and 32x32 sizes, which covers the most common browser display contexts.
Yes. Switch to "From Text / Emoji" mode and type any emoji or 1-2 characters. Customize the background color, text color, font family, font size, and border radius using the controls. The live preview shows exactly how your favicon will look before you generate all sizes.
For best results, use a square PNG or SVG image with a minimum resolution of 512x512 pixels. The tool will center-crop non-square images automatically. SVG files are ideal because they scale without quality loss, but any browser-supported image format (JPG, PNG, GIF, WebP, BMP) will work.
Place the favicon.ico file in your website's root directory. Then add link tags in your HTML head section. Use rel="icon" with type="image/png" for PNG favicons and rel="apple-touch-icon" for the 180x180 Apple icon. For PWA support, reference the 192x192 and 512x512 sizes in your manifest.json file.