mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-08 18:33:12 +00:00
11 lines
526 B
XML
11 lines
526 B
XML
|
<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>
|