Quick Answer
What favicon sizes should I generate? Modern sites need at minimum: 16x16, 32x32, and 180x180 (Apple Touch Icon). The generator creates all standard sizes automatically from your source image.
Frequently Asked Questions
Use a square PNG or SVG at 512x512 pixels or larger for best results. The tool scales down from your source to create all required sizes.
Standard output includes 16x16, 32x32, 48x48, 64x64, 128x128, and 180x180 (Apple Touch Icon). The package also includes an ICO file combining multiple sizes.
The ICO format is used by Windows and older browsers. Modern sites primarily use PNG favicons, but including an ICO file ensures compatibility with all environments.
Place favicon.ico in your site root and add to your HTML head: link rel icon href /favicon.ico. For Apple Touch Icon, add link rel apple-touch-icon href /apple-touch-icon.png.
Yes -- PNG favicons support transparency. Use a transparent PNG source to get transparent favicons. ICO files also support transparency in most browsers.
Yes -- the ICO file ensures compatibility with Internet Explorer. Modern browsers use the PNG versions which are included in the download package.