blob: 62d3f56bd45b17eb9a8cbdd81711674fa7cf2b0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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(-.158638 -28.8193 28.8193 -.158638 18.7385 32.2492)" gradientUnits="userSpaceOnUse">
<stop stop-color="#3b3b3b" offset="0"/>
<stop stop-color="#4f4f4f" offset="1"/>
</linearGradient>
<linearGradient id="b" x2="1" gradientTransform="matrix(.138672 -20.6705 20.6705 .138672 24 43.8773)" gradientUnits="userSpaceOnUse">
<stop stop-color="#ca4900" offset="0"/>
<stop stop-color="#ed6b21" offset="1"/>
</linearGradient>
<g fill-rule="nonzero">
<path transform="matrix(1.12621 0 0 1.12621 -3.02903 -3.02903)" d="m26 4c-8.864 0-16 7.136-16 16 0 4.944 2.222 9.347 5.723 12.277l22.554-22.554c-2.93-3.501-7.333-5.723-12.277-5.723z" fill="url(#a)"/>
<path transform="matrix(1.12621 0 0 1.12621 -3.02903 -3.02903)" d="m32.277 15.723-22.554 22.554c2.93 3.501 7.333 5.723 12.277 5.723 8.864 0 16-7.136 16-16 0-4.944-2.222-9.347-5.723-12.277z" fill="url(#b)"/>
</g>
</svg>
|