blob: 423cbab3fa238248b56072c52ac597b404a96aa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(0 -44.3898 44.3898 0 133.732 45.6258)" gradientUnits="userSpaceOnUse">
<stop stop-color="#00343d" offset="0"/>
<stop stop-color="#64269c" offset="1"/>
</linearGradient>
<linearGradient id="b" x2="1" gradientTransform="matrix(0 -24.0165 24.0165 0 24 37.8447)" gradientUnits="userSpaceOnUse">
<stop stop-color="#f80" offset="0"/>
<stop stop-color="#00ccd0" offset="1"/>
</linearGradient>
<circle cx="24" cy="24" r="22.764" fill="url(#a)"/>
<path d="m24 37.845c-.146 0-1.862-8.777-2.797-9.634-.382-.351-1.255.222-1.226.325-.282.35-.809 1.2-.814 1.209-.061.099-.156.159-.258.165-.103 0-.201-.046-.27-.138-.015-.021-2.231-2.006-3.651-2.021h-.024c-.465 0-.807.155-1.018.462-.361.525-.27 1.35-.233 1.59.138.911.443 2.752.307 2.69-.22-.101-5.386-3.529-6.073-8.475-.47-3.381 1.523-7.391 5.611-9.671 1.451-.809 3.913-1.615 4.017-1.648.146-.049.301.027.38.184s.063.358-.039.494c-.079.106-1.928 2.634-.39 4.664.467.618 1.052.944 1.69.944 1.25 0 2.373-1.207 2.504-2.245.238-1.888.269-4.425.269-4.45.003-.187 1.49 1.613 1.49 1.613.383-.099.734-.101 1.05 0 0 0 1.487-1.8 1.489-1.613.001.026.032 2.562.27 4.45.131 1.038 1.253 2.245 2.503 2.245.639 0 1.224-.326 1.691-.944 1.543-2.038-.31-4.557-.39-4.664-.102-.136-.118-.337-.039-.494s.234-.232.38-.184c.104.034 2.566.839 4.016 1.648 4.089 2.28 6.082 6.29 5.612 9.671-.688 4.946-5.854 8.375-6.073 8.475-.136.063.169-1.782.307-2.69.036-.24.127-1.065-.234-1.591-.21-.306-.552-.461-1.017-.461h-.023c-1.421.015-3.449 2.016-3.464 2.037-.068.092-.166.143-.27.138-.102 0-.197-.067-.258-.165-.005-.014-.87-1.279-.87-1.279-.182-.424-.997-.654-1.358-.272-.872.923-2.65 9.635-2.797 9.635z" fill="url(#b)" fill-rule="nonzero"/>
</svg>
|