What is a 192x192 favicon used for?
The 192x192 favicon (96 x 96 pixels) is used by:
- Android home screen (Add to Home Screen)
- Chrome PWA install prompt
- Android Chrome browser chrome
How to generate a 192x192 favicon
- Upload a square source image (at least 512x512) to the Favicon.one generator.
- The tool outputs every required size, including
android-chrome-192x192.pngin a single ZIP. - Add the 192x192 icon to your site with the right
<link>tag.
The HTML tag
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png" />Other sizes you'll need
A single size isn't enough for a modern site. A complete favicon package also includes:
- 16×16 — classic browser tabs
- 32×32 — retina browser tabs
- 192×192 — Android home screen
- 512×512 — PWA splash screens
Get all of them at once. See the full favicon size guide.