123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <svg width="100" height="100" version="1.0">
- <defs>
- <radialGradient
- id="RG1" cx="63" cy="60" fx="63" fy="60" r="60"
- gradientUnits="userSpaceOnUse">
- <stop style="stop-color:#000000;stop-opacity:1;" offset="1"/>
- <stop style="stop-color:#aaaaaa;stop-opacity:1;" offset="0"/>
- </radialGradient>
- <linearGradient x1="0" y1="90" x2="0" y2="60" id="flame" gradientUnits="userSpaceOnUse">
- <stop style="stop-color:#CA3B00;stop-opacity:1" offset="0" />
- <stop style="stop-color:#FFA400;stop-opacity:1" offset="1" />
- </linearGradient>
- <radialGradient
- id="RG_globe" 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(#RG_globe);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:#eeeeee;stroke-width:5" d="m 35,67 c 0,0 -3,-9 -3,-42 19,8 27,-1 32,-8"/>
- <path style="fill:url(#RG1);fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:4" d="M 64,19 C 59,25 52,34 33,26 34,66 33,82 64,96 96,82 97,69 96,26 77,34 68,25 64,19 z"/>
- <path style="fill:url(#flame);stroke:#B03104;stroke-width:2" d="m 38,73 c 7,-6 8,-10 8,-20 0,-4 -1,-12 5,0 5,12 -1,13 5,23 7,-6 4,-11 5,-18 3,13 9,3 7,22 5,-7 6,-24 12,-33 0,10 3,14 3,21 5,-7 4,-13 7,-14 1,14 6,1 5,10 C 90,83 80,89 64,96 46,88 41,80 38,73 z"/>
- <path style="fill:none;stroke:#333333;stroke-width:4" d="M 64,19 C 59,25 52,34 33,26 34,66 33,82 64,96 96,82 97,69 96,26 77,34 68,25 64,19 z"/>
- </svg>
|