How Favicon generator works
Favicon Generator takes any image you provide and resizes it to the standard favicon dimensions using the Canvas drawImage API: 16x16, 32x32, 48x48, 180x180 (Apple touch icon), 192x192 (Android Chrome) and 512x512 (PWA manifest). All six sizes are generated in your browser, along with a multi-size favicon.ico that bundles the 16x16, 32x32 and 48x48 images into one legacy file. Your source image never leaves your device.
A complete favicon set covers the full range of browser tab icons, bookmarks, home screen shortcuts and PWA splash screens. Using a high-resolution source image (at least 512x512 pixels) gives the downscaling algorithm the most detail to work with. The HTML link tags you need to reference each generated file are shown in a snippet you can copy directly into your page's head element.