Make a favicon
Drop in a square image and get back the icon sizes a site needs: PNGs for modern browsers and phones, and a genuine multi-size favicon.ico for the address bar and older ones.
Everything is built on your device and comes back as one ZIP, with a line of HTML to paste into your page's head.
Drop a square image here, or
JPG, PNG and WebP. It stays on your device.
Questions
- Are my photos uploaded?
- No. Each file is read from your disk, worked on inside the browser tab, and saved back to your disk. Nothing is sent to us or anyone else, and there is no server here that could receive a photo. Open your browser's network tab and run a batch: no request carries an image.
- What is in the ZIP?
- PNG icons at 16, 32, 48, 180 and 512 pixels, and a favicon.ico holding the 16, 32 and 48 sizes in one file. The 180 is for an iPhone home screen, the 512 for an Android install, and the rest for the browser tab.
- Is the .ico a real ICO file?
- Yes. It is a proper multi-image ICO with the 16, 32 and 48 pixel versions inside, built byte by byte here, not a PNG renamed. That is what the address bar and older browsers expect.
- Does my image need to be square?
- It should be. A favicon is shown in a square, so a rectangular image is padded to a square first, which leaves bars down the sides. Crop it square before you start for the best result.
- What do I do with the files?
- Put them in your site and paste the snippet from the result into your page's head. The snippet lists each size with the right link tag.