Files
Messenger/web/public/favicon.svg
benya 29a612dffa
Some checks failed
Android CI / android (push) Failing after 4m20s
Android Release / release (push) Failing after 4m26s
CI / test (push) Failing after 2m22s
feat: add branded app and web icons
Add adaptive and legacy launcher icons for Android.

Replace the default notification icon with a branded monochrome asset.

Add favicon, touch icons, and a web app manifest for the web client.
2026-04-05 15:36:19 +03:00

14 lines
772 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
<defs>
<linearGradient id="bg" x1="256" y1="0" x2="256" y2="512" gradientUnits="userSpaceOnUse">
<stop stop-color="#3390EC"/>
<stop offset="1" stop-color="#1E6FC1"/>
</linearGradient>
</defs>
<rect width="512" height="512" rx="116" fill="url(#bg)"/>
<path d="M154 92C110.922 92 76 126.922 76 170V276C76 319.078 110.922 354 154 354H224.5L210 431L303 354H358C401.078 354 436 319.078 436 276V170C436 126.922 401.078 92 358 92H154Z" fill="white"/>
<rect x="176" y="164" width="184" height="32" rx="16" fill="#1E6FC1"/>
<rect x="176" y="236" width="112" height="32" rx="16" fill="#1E6FC1"/>
<rect x="176" y="308" width="72" height="32" rx="16" fill="#1E6FC1"/>
</svg>