1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48">
<defs>
<radialGradient id="rG" cy="19" cx="11" r="8" gradientUnits="userSpaceOnUse">
<stop id="stop5107" offset="0"/>
<stop id="stop5109" stop-opacity="0" offset="1"/>
</radialGradient>
<linearGradient id="lG" x1="17" y1="10" x2="35" y2="40" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.0046 0 0 1 -1 .05)">
<stop id="stop5115" stop-color="#fff" offset="0"/>
<stop id="stop5117" stop-color="#fff" stop-opacity="0" offset="1"/>
</linearGradient>
</defs>
<path opacity=".2" d="m19,19a8,2 0 1,1-16,0 8,2 0 1,1 16,0z" transform="matrix(2.5 0 0 2.4 -3.9 -5.4)" fill="url(#rG)"/>
<path d="m22.5,9.5 19,16.5-19,16.5v-8h-15v-17h15v-8z" stroke="#204a87" fill="#3465a4"/>
<path opacity=".4" d="m8,18v8h32.8l-17.6-14.7v6.7" fill="#729fcf"/>
<path opacity=".4" d="m23.5,11.8 16.5,14.3-16.5,14.3v-6.8h-15v-15h15v-6.8z" stroke="url(#lG)" fill="none"/>
</svg>
|