Skip to main content
New AI-powered DMARC analysis + open REST API See how → →

Icon-192x192.png [patched] Jun 2026

App icon in the Android app drawer and on the home screen. Context: Used within the Web App Manifest ( manifest.json ).

At its simplest, icon-192x192.png is a square image file exactly 192 pixels wide and 192 pixels tall. It is defined inside a site's manifest.json file, typically under the icons array. icon-192x192.png

The icon-192x192.png is not just an optional image; it is the visual anchor of your Progressive Web App. By providing a properly sized, high-quality 192px icon, you ensure your app feels like a native application, leading to higher engagement and a better user experience. App icon in the Android app drawer and on the home screen

The most important use case for icon-192x192.png is fulfilling the installability criteria for Progressive Web Apps. Web App Manifest Requirement It is defined inside a site's manifest

As devices evolve to foldable screens and ultra-high DPIs (960 DPI+), Google may bump the requirement to icon-384x384.png or support SVG icons natively. However, as of 2025, the Android compatibility definition document (CDD) still mandates that launchers support 192px icons.

The "icon-192x192.png" file name suggests a specific type of image file, a PNG (Portable Network Graphics) image that is 192x192 pixels in size. This particular image size is commonly used for icons, especially in the context of web applications, mobile apps, and operating systems, where it's essential to have crisp and clear graphics that can be scaled appropriately across various devices and screen resolutions.

: For "maskable" icons (those that change shape based on the device's theme, like circles or squares), keep your main logo within a "safe zone"—roughly the center 80% of the image—to avoid it being clipped. Where to Find or Create One