Make favicon svg (#4)

* add favicon.svg

* make favicon /favicon.svg
This commit is contained in:
Dinhero21 2025-01-24 14:02:12 -03:00 committed by GitHub
parent 5f342c4a90
commit 1f154808f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -18,6 +18,7 @@ layout: minify
</title>
<meta name="description" content="{{ site.description }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'/index.html','/' }}">
<link rel="alternate" type="application/atom+xml" href="/feed.xml">
<link rel="manifest" href="/site.webmanifest">

View file

@ -17,6 +17,7 @@ layout: minify
</title>
<meta name="description" content="{{ site.description }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'/index.html','/' }}">
<link rel="alternate" type="application/atom+xml" href="/feed.xml">
<link rel="manifest" href="/site.webmanifest">

1
favicon.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M440.5 88.5l-52 52L415 167c9.4 9.4 9.4 24.6 0 33.9l-17.4 17.4c11.8 26.1 18.4 55.1 18.4 85.6 0 114.9-93.1 208-208 208S0 418.9 0 304 93.1 96 208 96c30.5 0 59.5 6.6 85.6 18.4L311 97c9.4-9.4 24.6-9.4 33.9 0l26.5 26.5 52-52z" fill="#555"/><path d="M500 60h-24c-6.6 0-12 5.4-12 12s5.4 12 12 12h24c6.6 0 12-5.4 12-12s-5.4-12-12-12zM440 0c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12s12-5.4 12-12V12c0-6.6-5.4-12-12-12zM473.9 55l17-17c4.7-4.7 4.7-12.3 0-17-4.7-4.7-12.3-4.7-17 0l-17 17c-4.7 4.7-4.7 12.3 0 17 4.8 4.7 12.4 4.7 17 0zM406.1 55c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17zM473.9 89c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17z" fill="#AAA"/><path d="M78.99 258.006c13.983-41.563 37.743-66.445 85.133-86.552 9.837-4.173 20.108-6.387 20.108-17.073s-9.547-16.065-19.768-12.946C101.868 160.53 65.72 200.757 47.89 258.006c-3.177 10.202 2.12 20.788 12.806 20.788s14.885-10.66 18.292-20.788z" fill="#aaa"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB