lc_alignbottom.svg 646 B

123456789101112131415161718192021222324252627
  1. <?xml-stylesheet type="text/css" href="icons.css" ?>
  2. <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  3. <path
  4. class="icn icn--line-color"
  5. d="m 3.5,21.5 h 17 z m 0,-3 h 10 z m 0,-5 h 17 z"
  6. stroke="#3a3a38"
  7. stroke-linecap="round"
  8. stroke-linejoin="round"
  9. />
  10. <path
  11. class="icn icn--highlight-color-line"
  12. d="m 7.5,6.5 4,4 4,-4"
  13. fill="none"
  14. stroke="#1e8bcd"
  15. stroke-linecap="round"
  16. stroke-linejoin="round"
  17. />
  18. <path
  19. class="icn icn--highlight-color-line"
  20. d="m 11.5,1.5 v 9"
  21. fill="none"
  22. stroke="#1e8bcd"
  23. stroke-linecap="round"
  24. stroke-linejoin="round"
  25. />
  26. </svg>