blob: 33c2e7c825dbe8be588a288801d3391614c0e81a (
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="#e1c000"/>
<stop offset="50%" stop-color="#c4a300"/>
<stop offset="100%" stop-color="#a88700"/>
</linearGradient>
<path fill="url(#g)" stroke="#583700" 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="#ffde00" stroke="#583700" cx="22" cy="15" rx="20.5" ry="13.5"/>
<path fill="#0072bc" stroke="#fff" stroke-width="2" d="m20.017 7.656-1.882 3.85-6.052.015H6.031l1.313.656c2.829 1.385 7.743 3.763 8.064 3.88.175.072.321.174.321.247 0 .073-.831 1.823-1.837 3.88-1.007 2.07-1.809 3.776-1.78 3.806.015.029.773-.307 1.648-.73.89-.437 3.092-1.502 4.915-2.391l3.296-1.604.714.35c.38.19 1.882.918 3.325 1.604 1.444.7 3.296 1.59 4.127 1.998.817.408 1.546.7 1.59.641.058-.043-.7-1.75-1.692-3.777-.977-2.012-1.764-3.719-1.764-3.777 0-.058.437-.306.991-.569.86-.408 5.994-2.887 7.978-3.85l.729-.364H25.85l-1.881-3.865C22.948 5.527 22.059 3.792 22 3.792c-.044 0-.933 1.735-1.983 3.864z"/>
</svg>
|