Turn a logo or simple brand initials into a favicon package with browser icons, Apple touch icon, Android sizes, and copy-ready HTML.
Check tiny, mobile, and PWA sizes before downloading. Small icons need strong contrast and simple shapes.
Source
Text icon
6 Sizes
Use a square logo if possible. Transparent PNG, JPG, WebP, and SVG image files work best.
Download individual PNG sizes or copy the implementation snippets.
Place these tags inside the head of your page after uploading the downloaded files to /favicon.
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="48x48" href="/favicon/favicon-48x48.png"> <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"> <link rel="manifest" href="/site.webmanifest">
Add these icon entries to your web app manifest when using PWA install prompts.
{
"icons": [
{
"src": "/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}Save this result, compare previous runs, or share a report.
A good favicon set needs more than one 16px image. This tool prepares common PNG sizes for browser tabs, bookmarks, mobile home screens, and PWA manifests, then shows the link tags you can paste into your site head.
No. The image is read and resized in your browser with canvas.
Modern sites can use PNG icons. If you support very old browsers, you can additionally convert the 32px PNG to .ico with a desktop tool.
Keep exploring
Jump into related tools from the same category and popular picks across Gogotem.
Compress, resize, convert, filter, and OCR images from one page.
Extract PNG icons from ICO favicons or create a multi-size ICO file from a PNG logo.
Convert JPG or PNG images into lightweight WebP files.
Convert iPhone HEIC photos into easy-to-share JPG files.
Re-encode photos to remove metadata such as location details.
Convert transparent PNG images into white-background JPG files for uploads and email.