blob: 513df0c9c1f2c333790f82a650dc1a6cc3ae92fe (
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
|
<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(-.174283 -26 26 -.174283 31.1743 43)" gradientUnits="userSpaceOnUse">
<stop stop-color="#394dbb" offset="0"/>
<stop stop-color="#004fff" offset="1"/>
</linearGradient>
<linearGradient id="b" x2="1" gradientTransform="matrix(-.02539 -15.3294 15.3294 -.02539 24.0078 20.3294)" gradientUnits="userSpaceOnUse">
<stop stop-color="#d20000" offset="0"/>
<stop stop-color="#ee4034" offset="1"/>
</linearGradient>
<linearGradient id="c" x2="1" gradientTransform="matrix(-.273268 -25.4434 25.4434 -.273268 16.5428 42.9921)" gradientUnits="userSpaceOnUse">
<stop stop-color="#009a06" offset="0"/>
<stop stop-color="#49ac36" offset="1"/>
</linearGradient>
<g transform="matrix(1.07082 0 0 1.07082 -1.69974 -1.69974)">
<circle cx="31" cy="30" r="13" fill="url(#a)"/>
<circle cx="24" cy="18" r="13" fill="url(#b)"/>
<circle cx="17" cy="30" r="13" fill="url(#c)"/>
<g fill-rule="nonzero">
<path d="m31 17c-2.48.008-4.907.725-6.992 2.066 3.58 2.295 5.814 6.206 5.974 10.455 4.145-2.154 6.822-6.384 6.995-11.052-1.846-.961-3.896-1.465-5.977-1.469z" fill="#d971e1"/>
<path d="m17 17c-2.082.001-4.134.503-5.982 1.463.173 4.673 2.854 8.906 7.005 11.058.154-4.249 2.383-8.164 5.959-10.464-2.084-1.337-4.506-2.05-6.982-2.057z" fill="#ffe717"/>
<path d="m23.986 19.055c-3.581 2.302-5.812 6.222-5.963 10.476 1.846.961 3.896 1.465 5.977 1.469 2.08-.001 4.13-.502 5.977-1.459-.154-4.263-2.396-8.189-5.991-10.486z" fill="#fff"/>
<path d="m18.023 29.531c-.01.156-.018.313-.023.469.006 4.431 2.277 8.564 6.014 10.945 3.726-2.387 5.986-6.519 5.986-10.945-.005-.153-.013-.306-.023-.459-1.847.957-3.897 1.458-5.977 1.459-2.081-.004-4.131-.508-5.977-1.469z" fill="#36c8ff"/>
</g>
</g>
</svg>
|