blob: 7d994d9d883f5ee752db24a776cb8b6ad0e7b8f2 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="42" height="47">
<linearGradient id="g">
<stop offset="0%" stop-color="#004c7a"/>
<stop offset="50%" stop-color="#00406d"/>
<stop offset="100%" stop-color="#003460"/>
</linearGradient>
<path fill="url(#g)" stroke="#000f3a" d="M 1.5 16 L 1.5 31 A 19.5 14.5 0 0 0 40.5 31 L 40.5 16 z"/>
<ellipse fill="#005988" stroke="#000f3a" cx="21" cy="16" rx="19.5" ry="14.5"/>
</svg>
|