Favicon Generator
Turn one PNG, JPG or SVG into favicon.ico and every icon size your site needs, packed into a ZIP.
The whole image stays visible, centered with padding around it.
Transparent suits browser tabs; for iPhone home-screen icons a background color is safer.
Your favicon and icon pack will appear here.
Put the files in the root folder of your site, then add these lines to every page.
Your image is turned into icons in your browser. Nothing is uploaded to BroBroGo.
FAQ
Which files are in the icon pack?
favicon.ico with 16, 32 and 48 pixel versions inside, PNG icons at 16, 32, 180, 192 and 512 pixels, and a site.webmanifest that lists the big icons. Start from an SVG and the vector itself is included too. One ZIP holds everything.
What size should my source image be?
An SVG is ideal — every icon is drawn from the vector, so even 16 pixels stays sharp. For PNG or JPG, start from at least 512 × 512; smaller images get upscaled and can look soft.
Should the background be transparent or a color?
Tab icons look fine transparent. iPhone and iPad home screens, though, paint transparent areas black — if people may add your site to their home screen, pick a background color.
What happens to an image that is not square?
Icons are square, but your image is never stretched. By default it is centered with padding around it; switch to "Fill (crop)" to trim the long edges away instead.
Where do the files go on my site?
Upload them to the root folder of your site, so favicon.ico is reachable as /favicon.ico, then paste the generated lines into the <head> of your pages. Browsers pick the right size on their own.