Favicon Party
Back to Reference

Web Icon Specifications Guide

Modern web browsers and devices require a clean set of icon files to render your site correctly in tabs, bookmarks, and on mobile home screens. Favicon Party processes your uploaded artwork to generate a minimal, high-compatibility set of icon sizes.

Generated Sizes and Formats

Each file in the generated package serves a specific purpose, representing only the essential modern web standards:

The Role of favicon.ico

Historically, the .ico format was the only supported favicon format. Modern browsers fully support PNG and SVG. However, a multi-resolution favicon.ico (containing 16x16, 32x32, and 48x48 PNG frames) is still generated for two reasons:

  1. It acts as a legacy fallback for older browsers.
  2. Placing a favicon.ico file directly in your website's root directory prevents web servers from logging 404 errors when crawlers or legacy clients search for it automatically.

Maskable Icons

On Android and other platforms, application icons are cropped into various shapes (circles, squircles, or rounded rectangles) depending on the user's system theme. A standard icon might get cropped awkwardly, cutting off important logo details.

A Maskable Icon provides a safe zone (the central 80% of the image) containing the logo, surrounded by a background colour. The operating system can safely mask this icon into any shape without clipping the artwork.

Read more about the Docs specification on MDN.

Legacy Configurations to Avoid

Older tutorials often recommend declaring multiple obsolete link tags. You can safely omit the following to keep your HTML clean and fast: