lc_cyramid.svg 832 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml-stylesheet type="text/css" href="icons.css" ?>
  2. <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  3. <linearGradient
  4. id="linearGradient">
  5. <stop
  6. style="stop-color:#ffffff;stop-opacity:0.6"
  7. />
  8. <stop
  9. style="stop-color:#ffffff;stop-opacity:0"
  10. offset="0.5"
  11. />
  12. </linearGradient>
  13. <path
  14. class="icn icn--highlight-color"
  15. d="m 2.5,21.5 h 12 l -4,-19 z"
  16. fill="#117acc"
  17. stroke="#0063b1"
  18. stroke-linecap="round"
  19. stroke-linejoin="round"
  20. />
  21. <path
  22. class="icn icn--highlight-color"
  23. d="m 21.5,17.5 -7,4 -4,-19 z"
  24. fill="#117acc"
  25. stroke="#0063b1"
  26. stroke-linecap="round"
  27. stroke-linejoin="round"
  28. />
  29. <path
  30. style="fill:url(#linearGradient)"
  31. d="M 10.4,4.2 3.3,21 h 10.6 z m 1.1,0.6 3.35,16 5.8,-3.5 z"
  32. />
  33. </svg>