WebVegas-owned surfaces only

Favicon & app icons.

Derived from the locked steel-plate mark. The browser tab uses the rounded tile; the installed app and home-screen icon use the full-bleed steel square so the OS can mask it cleanly. Manifest theme is brand navy, background is cool-white. This very page is wired with them, so check your browser tab.

Icons · 01

Favicon

Browser tab and bookmark. The rounded tile reads cleanly all the way down to 16px.

faviconWebVegas
48
48px
32
32px
16
16px
Icons · 02

App, PWA & home-screen icons

Full-bleed steel square. Apple touch icon at 180; PWA icons at 192 and 512.

512
512pxicon-512.png
192
192pxicon-192.png
apple touch
180pxapple-touch-icon
Icons · 03

Maskable safe zone

Android and PWA installers crop the icon to their own shape. The dashed circle is the safe area (inner 80%); the mark stays well inside it, so no crop clips it.

maskable 512
Maskablesafe-zone verified
Icons · 04

How to use

Drop these into any WebVegas-owned site or app. The head block and the manifest:

<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16.png"> <link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png"> <link rel="manifest" href="/site.webmanifest"> <meta name="theme-color" content="#222F3E">

Manifest: theme_color #222F3E (navy), background_color #F9F9FC (cool-white), display standalone. Source assets: gallery/icons/ + gallery/site.webmanifest.