blob: 8c0fb30944902a3afb44293000ad90646ab63cfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" width="16" height="16" viewBox="0 0 16 16">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#eff0f2; } .ColorScheme-Highlight { color:#5294e2; }
</style>
<linearGradient id="arrongin" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#dd9b44; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ad6c16; stop-opacity:1"/>
</linearGradient>
<linearGradient id="aurora" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#09D4DF; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#9269F4; stop-opacity:1"/>
</linearGradient>
<linearGradient id="fitdance" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#1AD6AB; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#329DB6; stop-opacity:1"/>
</linearGradient>
<linearGradient id="oomox" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#928374; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#928374; stop-opacity:1"/>
</linearGradient>
<linearGradient id="rainblue" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#00F260; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#0575E6; stop-opacity:1"/>
</linearGradient>
<linearGradient id="sunrise" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color: #FF8501; stop-opacity:1"/>
<stop offset="100%" style="stop-color: #FFCB01; stop-opacity:1"/>
</linearGradient>
<linearGradient id="telinkrin" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color: #b2ced6; stop-opacity:1"/>
<stop offset="100%" style="stop-color: #6da5b7; stop-opacity:1"/>
</linearGradient>
<linearGradient id="60spsycho" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color: #df5940; stop-opacity:1"/>
<stop offset="25%" style="stop-color: #d8d15f; stop-opacity:1"/>
<stop offset="50%" style="stop-color: #e9882a; stop-opacity:1"/>
<stop offset="100%" style="stop-color: #279362; stop-opacity:1"/>
</linearGradient>
<linearGradient id="90ssummer" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color: #f618c7; stop-opacity:1"/>
<stop offset="20%" style="stop-color: #94ffab; stop-opacity:1"/>
<stop offset="50%" style="stop-color: #fbfd54; stop-opacity:1"/>
<stop offset="100%" style="stop-color: #0f83ae; stop-opacity:1"/>
</linearGradient>
</defs>
<path style="fill:url(#oomox);" class="ColorScheme-Text" d="M 16 0.857143 C 14.285714 2.571429 13.142857 4.285714 10.344001 5.093143 C 9.997713 2.98 8.158286 1.428571 6 1.428571 C 3.569714 1.428571 1.6 3.382857 1.6 5.793714 C 1.602286 5.976 1.615428 6.158286 1.640572 6.33943 C 0.646857 6.901714 0 7.913714 0 9.587429 C 0 12.388 2.729715 15.142857 5.840572 15.142857 C 11.993142 15.142857 16 8.794285 16 0.857143 Z M 6 3.396572 C 7.325714 3.396572 8.4 4.462286 8.4 5.777714 C 8.4 7.092571 7.325714 8.158857 6 8.158857 C 4.674286 8.158857 3.6 7.093142 3.6 5.777714 C 3.6 4.462857 4.674286 3.396572 6 3.396572 Z M 11.840572 9.233715 C 11.840572 9.674857 9.066857 13.158286 6.4 13.158286 C 3.954857 13.158286 2.559429 11.517713 2.559429 9.813143 C 5.226286 12.407429 9.600571 10.696572 11.840572 9.233143 L 11.840572 9.233715 Z"/>
<ellipse style="fill:url(#oomox);" class="ColorScheme-Text" cx="6.937" cy="4.787" rx="1.223" ry="1.213" vector-effect="non-scaling-stroke"/>
</svg>
|