123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
- <defs>
- <radialGradient
- id="RG1" cx="35" cy="34" fx="50" fy="32" r="28"
- gradientUnits="userSpaceOnUse">
- <stop style="stop-color:#123141;stop-opacity:1;" offset="1"/>
- <stop style="stop-color:#679BCB;stop-opacity:1;" offset="0"/>
- </radialGradient>
- </defs>
-
- <ellipse cx="35" cy="34" rx="32" ry="30" style="stroke-width:4;stroke:#dddddd;fill:none;"/>
- <ellipse cx="35" cy="34" rx="32" ry="30" style="fill:url(#RG1);fill-opacity:1;fill-rule:nonzero"/>
- <g style="fill:none;stroke:#aaaaaa;stroke-width:1.5px;stroke-linecap:butt;" >
- <path d="M 36,64 C 22,56 19,46 19,34 19,22 26,10 36,4 l 0,60 C 36,64 54,55 54,34 54,13 36,4 36,4" />
- <path d="m 4,34 63,0 0,0"/>
- <path d="m 13,15 c 0,0 12,7 23,7 13,0 23,-7 23,-7"/>
- <path d="m 13,54 c 0,0 9,-7 23,-7 16,0 23,7 23,7"/>
- </g>
- <ellipse cx="35" cy="34" rx="32" ry="30" style="stroke-width:3;stroke:#123141;fill:none;"/>
- <path style="fill:none;stroke:#cccccc;stroke-width:6;" d="M 11,56 C 19,45 32,46 39,35 41,32 41,25 36,22"/>
- <ellipse cx="35" cy="22" rx="5" ry="5" style="fill:#007B00;stroke:#cccccc;stroke-width:2"/>
- <path style="fill:#007B00;stroke:#cccccc;stroke-width:1" d="m 32,40 c -3,2 -10,1 -16,5 -6,4 -4,9 -7.8,14 -0.4,3 -2.6,7 1.3,3 5.5,-9 7.5,-4 14.5,-9 4,-3 5,-7 11,-11 3,-4 0,-4 -3,-2 z"/>
- <path style="fill:none;stroke:#007B00;stroke-width:4;" d="M 38,81 C 12,92 3.9,67 10,58 17,46 32,46 39,35 41,32 41,25 36,22"/>
- <path style="fill:#111111;stroke:#666666" d="m 60,87 0,5 c 0,0 -3,0 -4,0 -2,0 -3,3 -3,3 1,0 26,0 27,0 0,0 -1,-3 -3,-3 -1,0 -4,0 -4,0 l 0,-5"/>
- <path style="fill:#ffffff;stroke:#000000;stroke-width:4px;stroke-linecap:butt" d="m 39,83 c 0,-8 0,-25 0,-31 0,-2 0,-5 3,-5 6,0 45,0 48,0 3,0 3,3 3,7 0,6 0,26 0,29 0,1 0,3 -5,3 -3,0 -43,0 -46,0 -3,0 -3,-3 -3,-3 z"/>
- <path style="fill:#444444;stroke:#ffffff" d="m 41,49 50,0 0,35 -50,0 z"/>
- </svg>
|