blob: 0f5d1f73052e0b11cb6d756661e265755a41b848 (
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="#c60012"/>
<stop offset="50%" stop-color="#b10000"/>
<stop offset="100%" stop-color="#9d0000"/>
</linearGradient>
<path fill="url(#g)" stroke="#5f0000" 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="#db2128" stroke="#5f0000" cx="22" cy="15" rx="20.5" ry="13.5"/>
<path fill="#ffd800" stroke="#8c1042" stroke-width="2" d="m19.725 7.86-2.173 2.902-1.167.16c-.641.088-1.954.22-2.916.307-.963.088-2.232.219-2.815.306-.583.073-1.37.132-1.764.132-.38 0-.744.043-.788.102-.058.043 1.415 1.093 3.252 2.333 1.852 1.225 3.354 2.304 3.354 2.377 0 .088-.32 1.458-.729 3.063-.394 1.604-.729 2.975-.729 3.077 0 .19-.088.218 2.625-.744l3.792-1.327c.918-.321 1.823-.627 1.983-.671.262-.058 2.45.583 3.34.977.16.073.787.292 1.385.496.598.204 1.765.598 2.596.89.831.291 1.531.51 1.56.48.03-.028-.291-1.458-.729-3.178-.437-1.721-.758-3.165-.73-3.223.045-.044.657-.482 1.4-.948 4.376-2.83 5.426-3.544 5.236-3.617-.116-.029-.743-.102-1.385-.146-.642-.058-1.794-.16-2.552-.233-.759-.073-2.1-.19-2.96-.277-2.728-.263-2.29.044-4.74-3.238l-2.188-2.902-2.158 2.902z"/>
</svg>
|