Add Hatsu logo

This commit is contained in:
kwaa 2024-02-04 12:01:53 +00:00
parent 43b9145cd1
commit a36ea81f85
1 changed files with 11 additions and 0 deletions

11
source/img/misc/hatsu.svg Normal file
View File

@ -0,0 +1,11 @@
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- https://uigradients.com/#Lunada -->
<linearGradient id="lunada" x1="11%" y1="81%" x2="89%" y2="19%">
<stop offset="0%" style="stop-color:#5433ff;stop-opacity:1" />
<stop offset="50%" style="stop-color:#20bdff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#a5fecb;stop-opacity:1" />
</linearGradient>
</defs>
<circle cx="50" cy="50" r="25" fill="url(#lunada)" />
</svg>

After

Width:  |  Height:  |  Size: 526 B