Favicon Generator produces 16×16, 32×32, 48×48, and 64×64 PNG favicons from an uploaded image or from a 1–2 character text/emoji with a custom background and text color. Download all sizes at once as a ZIP or individually. An HTML snippet for the link tags is included.
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
Any image format the browser can display: JPG, PNG, WebP, or GIF (first frame only). SVG input isn't supported directly due to canvas rendering limitations in some browsers.
Modern browsers support PNG favicons referenced via <link rel="icon">. The HTML snippet provided uses PNG references — the older .ico format (which bundles multiple sizes in one file) isn't generated by this tool.
16×16, 32×32, 48×48, and 64×64 PNG files, covering the common sizes used by browser tabs, bookmarks, and shortcuts.
Yes. The Text/Emoji tab lets you enter 1-2 characters or an emoji, and choose a background color and text color to generate a simple icon-style favicon.
Download the generated files, place them in your site's root or assets folder, and copy the provided HTML <link> tag snippet into your page's <head>.
Yes. Source images are cropped to a square (centered) before being resized to each favicon size, so square or near-square source images work best.
Yes. Each generated size has its own download button in addition to the 'download all as ZIP' option.