edlp-loader-anim.svg 937 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg
  3. width="40"
  4. height="40"
  5. fill="#ffffff"
  6. xmlns:svg="http://www.w3.org/2000/svg"
  7. xmlns="http://www.w3.org/2000/svg"
  8. xmlns:xlink="http://www.w3.org/1999/xlink">
  9. <rect
  10. id="bg"
  11. x="0" y="0"
  12. width="40" height="40"
  13. >
  14. </rect>
  15. <rect
  16. id="blak-line"
  17. x="0" y="19"
  18. width="50" height="2"
  19. fill="#000000"
  20. transform="rotate(315 22 26)">
  21. </rect>
  22. <rect
  23. id="red-line"
  24. x="11" y="18"
  25. width="18" height="4"
  26. fill="#ff0004"
  27. transform="rotate(45 20 20)">
  28. <animate
  29. xlink:href="#red-line"
  30. attributeName="y"
  31. from="1"
  32. to="1"
  33. dur="1.5s"
  34. values="1;18;35;18;1"
  35. keyTimes="0;0.25;0.5;0.75;1"
  36. keySplines=".42 0 1 1;
  37. 0 0 .59 1;
  38. .42 0 1 1"
  39. fill="freeze"
  40. begin="0s"
  41. repeatCount="indefinite"
  42. id="red-anim-one"/>
  43. </rect>
  44. </svg>