add svg favicon (#11670)

This commit is contained in:
Ihor Sychevskyi 2022-08-03 05:41:58 +03:00 committed by GitHub
parent 12546cc666
commit f060e1fb32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,8 @@
<link rel="icon" type="image/png" href="/favicons/android-96x96.png" sizes="96xW96">
<link rel="icon" type="image/png" href="/favicons/android-144x144.png" sizes="144x144">
<link rel="icon" type="image/png" href="/favicons/android-192x192.png" sizes="192x192">
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg">
<link rel="icon" type="image/png" href="/favicons/favicon.png">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#466BB0">
<!-- app manifests -->

BIN
static/favicons/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="320" height="320"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320"><g id="SvgjsG1004" fill="#fff"><path id="SvgjsRect1003" fill="#466BB0" d="M0 0h320v320H0z"/><path id="SvgjsPolygon1002" d="M80 250h160l-100 30-60-30z"/><path id="SvgjsPolygon1001" d="m80 240 60-10V120L80 240z"/><path id="SvgjsPolygon1000" d="m150 230 90 10-90-200v190z"/></g></svg><style>@media (prefers-color-scheme:light){:root{filter:none}}</style></svg>

After

Width:  |  Height:  |  Size: 484 B