blob: 2b7449366b11caff3eaf7a36835382fa15242f68 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="38">
<linearGradient id="g">
<stop offset="0%" stop-color="#0075b7"/>
<stop offset="50%" stop-color="#0063a4"/>
<stop offset="100%" stop-color="#005191"/>
</linearGradient>
<path fill="url(#g)" stroke="#001c5a" d="M1.5 15 v 8 a 20.5 13.5 0 0 0 20.5 13.5 20.5 13.5 0 0 0 20.5 -13.5 v -8"/>
<ellipse fill="#0087cb" stroke="#001c5a" cx="22" cy="15" rx="20.5" ry="13.5"/>
</svg>
|