Favicon Generator
Create all necessary favicon sizes from a single image.
What is a Favicon and why do I need so many?
A 'favicon' (favorites icon) is the small image that appears in the browser tab next to your page title. However, its use has expanded far beyond that.
An icon for each platform
- Desktop browsers: Use the classic `favicon.ico` or 16x16 and 32x32 PNGs.
- Apple devices (iOS): Look for an `apple-touch-icon.png` (usually 180x180) for when a user saves your website to their home screen.
- Android devices: Use icons of various sizes (like 192x192 and 512x512) defined in a `manifest.webmanifest` file for Progressive Web Apps (PWA) and shortcuts.
This tool automates the creation of all these files from a single image, saving you time and ensuring your brand looks great everywhere.
How to use the generated files?
Once you download and unzip the .zip file, upload all the files (`favicon.ico`, `apple-touch-icon.png`, etc.) to the root directory of your website. Then, add the provided HTML code lines to the `<head>` section of your pages so that browsers know where to find them.