Icons · 01
Favicon
Browser tab and bookmark. The rounded tile reads cleanly all the way down to 16px.
48px
32px
16px
Icons · 02
App, PWA & home-screen icons
Full-bleed steel square. Apple touch icon at 180; PWA icons at 192 and 512.
512pxicon-512.png
192pxicon-192.png
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.
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.