Favicon 192×192

Client

192×192 px is a standard favicon dimension for select tabs, tiles, touch, or manifest entries. Upload and export that exact square below.

Manifest icons

Add exported 192×192 and 512×512 PNGs under icons in your web app manifest. Copy the JSON snippet below after setting your asset folder path.

We read width and height locally, then resize with center crop. Max 8 MB.

HTML + manifest snippets

Set the folder where PNGs will live (site root is /). Copy tags into your document <head>.

Current export (512×512)

<link rel="icon" type="image/png" sizes="512x512" href="/icon-512x512.png">

Full favicon block

<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="48x48" href="/favicon-48x48.png">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="/icon-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/icon-512x512.png">

Manifest icons JSON

"icons": [
    { "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512x512.png", "sizes": "512x512", "type": "image/png" }
  ]

Export size

?

Choose the pixel size your HTML link, manifest, or platform expects. Preview shows how center crop will look at that size.

Common use cases

  • Download a 192×192 PNG for HTML link tags or manifest icons.
  • Confirm 192×192 favicon requirements before updating HTML link tags or a CMS upload field.
  • Export a square PNG locally after upload—no server processing of your logo.

Common mistakes to avoid

  • Using a non-square logo without padding

    Center crop helps but cannot fix edge-to-edge text. Add margin before export.

  • Upsampling a smaller icon to 192×192 instead of exporting from high-res art.

FAQ

When do I need a 192×192 favicon?

See the standard sizes table on this page for typical surfaces; export when your spec names this pixel count.

Can I export the PNG in my browser?

Yes. Upload your image, pick the target pixel size, and download—processing stays on your device.

Common search terms

Phrases people search for that match this tool. See the full long-tail keyword index.

  • favicon size
  • favicon sizes
  • favicon dimensions
  • favicon image size
  • size of a favicon
  • size of favicon
  • favicon ico size
  • wordpress favicon size
  • favicon size 32x32
  • favicon 16x16
  • apple touch icon 180x180 size
  • pwa favicon size 512
  • favicon html link tag
  • favicon size for website
  • website icon size
  • recommended favicon size
  • ideal favicon size
  • favicon size chart
  • favicon width and height
  • browser tab favicon size
  • standard favicon dimensions
  • what size should favicon be

Related utilities you can open in another tab—mostly client-side.