calculator.svg 1.7 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
  3. <defs>
  4. <linearGradient x1="50" y1="1" x2="50" y2="50" id="LG1" gradientUnits="userSpaceOnUse">
  5. <stop style="stop-color:#aaa;stop-opacity:1" offset="0" />
  6. <stop style="stop-color:#444;stop-opacity:1" offset="1" />
  7. </linearGradient>
  8. <linearGradient x1="50" y1="36" x2="50" y2="86" id="LG2" gradientUnits="userSpaceOnUse">
  9. <stop style="stop-color:#aaa;stop-opacity:1" offset="0" />
  10. <stop style="stop-color:#444;stop-opacity:1" offset="1" />
  11. </linearGradient>
  12. </defs>
  13. <path style="fill:#666;stroke:#aaa;stroke-width:1.5" d="M 5,15 C 5,15 5,5 15,5 l 70,0 c 0,0 10,0 10,10 l 0,70 c 0,0 0,10 -10,10 L 15,95 C 15,95 5,95 5,85 z"/>
  14. <path style="fill:url(#LG1);stroke:#222;stroke-width:0.5" d="m 52,19 c 0,0 0,-4 4,-4 l 27,0 c 0,0 4,0 4,4 l 0,24 c 0,0 0,4 -4,4 l -27,0 c 0,0 -4,0 -4,-5 z m -39,0 c 0,0 0,-4 4,-4 l 27,0 c 0,0 4,0 4,4 l 0,24 c 0,0 0,4 -4,4 l -27,0 c 0,0 -4,0 -4,-5 z"/>
  15. <path style="fill:url(#LG2);stroke:#222;stroke-width:0.5" d="m 52,56 c 0,0 0,-4 4,-4 l 27,0 c 0,0 4,0 4,4 l 0,24 c 0,0 0,4 -4,4 l -27,0 c 0,0 -4,0 -4,-5 z m -39,0 c 0,0 0,-4 4,-4 l 27,0 c 0,0 4,0 4,4 l 0,25 c 0,0 0,4 -4,4 l -27,0 c 0,0 -4,0 -4,-5 z"/>
  16. <path style="fill:#222" d="m 37,73 -4,-7 4,-6 -5,0 -2,3 -2,-3 -5,0 4,6 -4,7 5,0 2,-4 2,4 5,0 m 25,-5 14,0 0,4 -14,0 z m 0,-7 14,0 0,4 -14,0 z m -1,-34 15,0 0,4 -15,0 z m -33,-6 4,0 0,6 6,0 0,4 -6,0 0,6 -4,0 0,-6 -6,0 0,-4 6,0 zz"/>
  17. <path style="fill:#BDB47F" d="m 38,74 -4,-7 4,-6 -5,0 -2,3 -2,-3 -5,0 4,6 -4,7 5,0 2,-4 2,4 5,0 m 25,-5 14,0 0,4 -14,0 z m 0,-7 14,0 0,4 -14,0 z m -1,-34 15,0 0,4 -15,0 z m -33,-6 4,0 0,6 6,0 0,4 -6,0 0,6 -4,0 0,-6 -6,0 0,-4 6,0 z"/>
  18. </svg>