Generador de favicon
Genera archivos PNG de favicon en todos los tamaños estándar (16 px a 512 px) a partir de cualquier imagen.
Arrastra una imagen o haz clic para subir
Usa una imagen cuadrada (por ejemplo, 512×512) para obtener los mejores resultados
Preguntas frecuentes
- ¿Qué tamaños de favicon necesito?
- 16×16 y 32×32 son el mínimo para las pestañas del navegador. Añade 192×192 y 512×512 para los iconos de la pantalla de inicio de Android. Añade 180×180 para el icono Apple Touch (iOS/Safari). Para aplicaciones PWA, se requieren 192×192 y 512×512 en tu manifiesto web.
- ¿Debo usar formato PNG o ICO?
- Los favicons PNG funcionan en todos los navegadores modernos y son más fáciles de generar. Los archivos ICO pueden agrupar múltiples tamaños en un solo archivo y tienen mayor compatibilidad con versiones antiguas, pero requieren un codificador dedicado. Para sitios nuevos orientados a navegadores modernos, PNG es suficiente.
- ¿Con qué imagen debo empezar?
- Empieza con una imagen cuadrada de al menos 512×512 px. Los diseños simples y en negrita con alto contraste funcionan mejor — los detalles intrincados se vuelven invisibles a 16 px. Prueba tu favicon a 16×16 alejando el zoom para ver cómo se ve en una pestaña del navegador.
ACERCA DE ESTA HERRAMIENTA
Upload any image — a logo, icon, or photo — and download a complete set of favicon PNG files at every standard size from 16×16 up to 512×512 in one pass. Different platforms expect different sizes: browser tabs typically use 16×16 or 32×32, bookmarks and shortcuts often need 48×48, and mobile home screen icons and PWA manifests call for 192×192 or 512×512. Rather than manually resizing your logo eight or nine separate times in an editor, this tool generates the whole set at once so you can drop the files straight into your site's public folder and reference them in your HTML head or web manifest.
CÓMO USARLO
- Upload a square image with your logo or icon — higher resolution gives cleaner results at large sizes.
- Let the tool generate every standard favicon size automatically.
- Preview how the icon looks at each size, especially the smallest ones.
- Download the full set of PNG files.
- Add the files to your site's public directory and reference them in your HTML link tags or manifest.json.
CASOS DE USO COMUNES
- A developer launching a new website who needs a full favicon set for browser tabs, bookmarks, and mobile home screens.
- A startup rebranding its logo and needing to regenerate every icon size across its existing site.
- A PWA builder needing 192×192 and 512×512 icons specifically for the web app manifest.
- Someone setting up a static site who wants to avoid manually resizing a logo nine different times.
- A designer checking whether a detailed logo still reads clearly when shrunk down to a 16×16 browser tab icon.
CONSEJOS Y ERRORES COMUNES
- Start with a square, high-resolution source image, at least 512×512 — upscaling a small logo to fill large sizes will look blurry.
- Test how your icon looks at 16×16 specifically; fine details and thin text often disappear entirely at that size, so simpler marks work best.
- Modern browsers increasingly accept SVG favicons for scalability, but PNG sets remain the most universally compatible option across browsers, bookmarks, and app icons.
- Don't forget to also update manifest.json and any apple-touch-icon references if you're rebuilding an existing site's favicon, not just favicon.ico.
MÁS PREGUNTAS
- Why do I need so many different favicon sizes instead of just one?
- Different contexts render icons at fixed sizes — a browser tab, a phone home screen, and a PWA splash screen all expect specific pixel dimensions, and browsers pick the closest match rather than scaling one file for every use.
- Should I use PNG or ICO format for my favicon?
- PNG is simpler and works in virtually all modern browsers; ICO is an older multi-resolution format still requested by some legacy tools, but most current sites use PNG plus a manifest.
- My logo looks fine at 512px but unclear at 16px — what should I do?
- Simplify the icon for small sizes — remove fine detail or thin text and rely on a bold shape or initial, since browser tabs render far too small to show intricate designs.
- Do I need a separate icon for iOS home screens?
- Yes, iOS looks for an apple-touch-icon, typically 180×180, separately from the standard favicon set, so make sure that size is included and referenced correctly in your HTML.