blob: 0371dd3fe038bde547168e2393d1feca2e4d6b8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="48">
<linearGradient id="g">
<stop offset="0%" stop-color="#539a2d"/>
<stop offset="50%" stop-color="#3e850f"/>
<stop offset="100%" stop-color="#297000"/>
</linearGradient>
<path fill="url(#g)" stroke="#003500" d="M1.5 15 v 18 a 20.5 13.5 0 0 0 20.5 13.5 a 20.5 13.5 0 0 0 20.5 -13.5 v -18"/>
<ellipse fill="#68b045" stroke="#003500" cx="22" cy="15" rx="20.5" ry="13.5"/>
<path fill="#fff200" stroke="#636466" stroke-width="2" d="M26.958 7.665c-.89.116-2.654.612-3.864 1.093-2.96 1.152-7.117 3.602-8.371 4.915-1.02 1.064-1.4 2.027-1.4 3.529v1.254l-1.56 1.05c-.876.569-1.576 1.094-1.576 1.181 0 .132 2.509 1.896 2.698 1.896.044 0 .802-.481 1.707-1.079l1.618-1.094 1.182.088c1.895.117 4.725-.408 6.475-1.225 1.37-.627 3.806-2.436 5.687-4.2 3.383-3.165 3.88-5.936 1.283-7.088-.714-.306-2.741-.48-3.879-.32z"/>
</svg>
|