blob: 8a5c88bea4de61746d8f83ca8fd909a0f4e0024a (
plain)
1
2
3
4
5
6
7
8
9
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(-.62531 -31.0273 36.1985 -.729529 24 41.6873)" gradientUnits="userSpaceOnUse">
<stop stop-color="#8e0000" offset="0"/>
<stop stop-color="#d24343" offset="1"/>
</linearGradient>
<path d="m12 38v-28l12 14 12-14v28" fill="none" stroke="url(#a)" stroke-width="12"/>
<circle cx="36" cy="35" r="11" fill="#75c70a"/>
<path d="m34 33v-3c0-1.104.896-2 2-2s2 .896 2 2v3h3c1.104 0 2 .896 2 2s-.896 2-2 2h-3v3c0 1.104-.896 2-2 2s-2-.896-2-2v-3h-3c-1.104 0-2-.896-2-2s.896-2 2-2z" fill="#fff"/>
</svg>
|