1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="384pt" height="384pt" version="1.1" viewBox="0 0 384 384">
<defs>
<filter id="alpha" width="100%" height="100%" x="0%" y="0%" filterUnits="objectBoundingBox">
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
</filter>
<mask id="mask2">
<g filter="url(#alpha)">
<rect width="384" height="384" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.2"/>
</g>
</mask>
<clipPath id="clip3">
<rect width="384" height="384" x="0" y="0"/>
</clipPath>
<g id="surface11" clip-path="url(#clip3)">
<path style="fill:rgb(100%,100%,100%)" d="M 192 24 C 99.214844 24 24 99.214844 24 192 C 24.035156 192.8125 24.078125 193.625 24.128906 194.4375 C 26.066406 103.097656 100.640625 30.050781 192 30 C 283.753906 30.058594 358.488281 103.726562 359.871094 195.46875 C 359.925781 194.3125 359.96875 193.15625 360 192 C 360 99.214844 284.785156 24 192 24 Z M 192 24"/>
</g>
</defs>
<path d="M 192,24 C 99.214844,24 24,99.214844 24,192 24,284.78516 99.214844,360 192,360 284.78516,360 360,284.78516 360,192 360,99.214844 284.78516,24 192,24 Z m 0,0" style="fill:#235cc2"/>
<path d="m 125.34359,133.5 -10.33594,36 h 143.44922 l -24.92187,60 H 94.33578 l -10.33594,36 h 148.82031 c 16.57421,-0.30078 33.61327,-10.28125 40.12499,-26.08595 L 298.9725,161.71484 C 305.11702,136.55859 282.42952,133.5 264.88264,133.5 Z m -28.88281,48 -12.46094,36 h 83.07422 l 12.46094,-36 z m 0,0"/>
<path d="m 125.34375,126 -10.33594,36 h 143.44922 l -24.92187,60 H 94.335938 L 84,258 h 148.82031 c 16.57422,-0.30078 33.61328,-10.28125 40.125,-26.08594 l 26.02735,-77.69922 C 305.11719,129.05859 282.42969,126 264.88281,126 Z M 96.460938,174 84,210 h 83.07422 l 12.46094,-36 z m 0,0" style="fill:#ffffff"/>
<use width="100%" height="100%" x="0" y="0" mask="url(#mask2)" xlink:href="#surface11"/>
<path style="opacity:0.3" d="M 32.0625 251 C 32.026062 252.66306 32 254.3282 32 256 C 32 379.71355 132.28646 480 256 480 C 379.71355 480 480 379.71356 480 256 C 480 254.3282 479.97394 252.66306 479.9375 251 C 477.27753 372.4033 378.04174 470 256 470 C 133.95828 470 34.722471 372.40329 32.0625 251 z" transform="scale(0.75)"/>
</svg>
|