1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
- <defs id="defs">
- <linearGradient id="Gradient0" gradientUnits="userSpaceOnUse" x2="87"> <!--spreadMethod="repeat"-->
- <stop stop-color="#DA00FF" offset="0"/>
- <stop stop-color="#0010FF" offset=".1"/>
- <stop stop-color="#00F7FF" offset=".3"/>
- <stop stop-color="#15CA15" offset=".5"/>
- <stop stop-color="#E0FF00" offset=".7"/>
- <stop stop-color="#FF5E00" offset=".9"/>
- <stop stop-color="#FF0013" offset="1"/>
- </linearGradient>
- </defs>
- <path style="fill:#111111;stroke:#666666" d="m 41,81 0,8 c 0,0 -6,0 -7,0 -4,0 -6,6 -6,6 2,0 43,0 44,0 0,0 -1,-6 -4,-6 -2,0 -7,0 -7,0 l 0,-8"/>
- <path style="fill:#ffffff;stroke:#000000;stroke-width:4px;stroke-linecap:butt" d="m 4.7,74 c 0,-16 0,-45 0,-57 0,-4 0,-8.8 5.2,-8.8 9.1,0 76.1,0 81.1,0 5,0 5,4.8 5,12.8 0,11 0,46 0,53 0,1 0,5 -8,5 -5,0 -74,0 -78.1,0 -5.2,0 -5.2,-5 -5.2,-5 z"/>
- <path style="fill:#888888;stroke:#ffffff" d="M 7.8,12 93,12 93,75 7.8,75 z"/>
- <rect id="rect0" fill-rule="evenodd" height="63" width="84" y="12" x="8" fill="url(#Gradient0)" style="fill-opacity:0.8"/>
- </svg>
|