chevron.svg 500 B

12345678910111213141516171819202122
  1. <svg
  2. width="32"
  3. height="32"
  4. viewBox="0 0 32 32"
  5. fill="none"
  6. xmlns="http://www.w3.org/2000/svg"
  7. >
  8. <g clip-path="url(#clip0_373_537)">
  9. <path
  10. d="M26 12L16 22L6 12"
  11. stroke="#625B6B"
  12. stroke-width="1.5"
  13. stroke-linecap="round"
  14. stroke-linejoin="round"
  15. />
  16. </g>
  17. <defs>
  18. <clipPath id="clip0_373_537">
  19. <rect width="32" height="32" fill="white" />
  20. </clipPath>
  21. </defs>
  22. </svg>