123456789101112131415161718192021 |
- <?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="50" cy="50" fx="50" fy="50" r="60"
- gradientUnits="userSpaceOnUse">
- <stop style="stop-color:#112D3C;stop-opacity:1;" offset="1"/>
- <stop style="stop-color:#C3E1F4;stop-opacity:1;" offset="0"/>
- </radialGradient>
- </defs>
- <g style="fill:url(#RG1);stroke:#222;stroke-width:1">
- <path d="m 25,3 -22,19 6,0 0,25 12,0 0,-16 9,0 0,16 12,0 0,-26 6,0 z"/>
- <path d="M 72 3 L 55 47 L 62 47 L 68 33 L 82 33 L 88 48 L 96 48 L 79 3 L 72 3 z M 75 11 L 80 26 L 70 26 L 75 11 z "/>
- <path d="M 74,55 C 63,55 53,63 53,76 53,86 62,96 74,96 86,96 95,87 95,76 95,65 86,55 74,55 z m 1,16 c 2,0 4,2 4,5 0,2 -2,4 -4,4 -3,0 -5,-2 -5,-4 0,-3 2,-5 5,-5 z"/>
- <path d="m 31,89 c 0,0 0,8 -11,8 -9,0 -12,-11 -4,-12 7,0 11,2 11,2 L 21,53 c 0,0 5,7 15,11 0,0 -8,-1 -10,-2 z"/>
- </g>
- </svg>
|