lc_halfsphere.svg 1.1 KB

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,9.5 c 0,5.3 4,9.9 9.5,9.9 5.5,0 9.5,-4.6 9.5,-9.9 0,-2.6 -5.5,-5 -9,-5 -5,0 -10,2.4 -10,5 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 12,4.5 C 6.8,4.5 2.5,6.9 2.5,9.5 2.5,12.1 6.8,14 12,14 17.2,14 21.5,12.1 21.5,9.5 c 0,-2.6 -4.3,-5 -9.5,-5 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 3.4,12.1 C 4.4,15.9 7.7,18.9 12,18.9 c 4.3,0 7.6,-2.9 8.6,-6.8 -0.5,0.4 -1.1,0.8 -1.7,1.1 C 17.1,14. 14.7,14.5 12,14.5 9.3,14.5 6.9,14. 5.1,13.2 4.4,12.9 3.8,12.5 3.3,12.1 Z"
  32. />
  33. </svg>