blob: 11559e809c1f8c4336b1d5cfe7deb1261f955e7b (
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(.47107 -39.9941 39.9941 .47107 23.5289 43.9941)" gradientUnits="userSpaceOnUse">
<stop stop-color="#e4e4e4" offset="0"/>
<stop stop-color="#fff" offset="1"/>
</linearGradient>
<g transform="matrix(1.1382 0 0 1.1382 -3.3168 -3.3168)">
<circle cx="24" cy="24" r="20" fill="url(#a)"/>
<path d="m28 16-10 6v21.074c1.941.612 3.965.924 6 .926 5.234-.002 10.264-2.058 14-5.723v-16.277z" fill="#313131"/>
<path d="m28 18-8 5v20.594c1.316.269 2.656.405 4 .406 4.33-.007 8.542-1.42 12-4.025v-16.975z" fill="#fea332"/>
<path d="m31 24c0 .357-.573.688-1.5.866s-2.073.178-3 0-1.5-.509-1.5-.866" fill="#313131" fill-rule="nonzero"/>
</g>
</svg>
|