sorting-icons.svg 1.1 KB

12345678910111213141516171819
  1. <svg width="14" height="84" viewBox="0 0 1792 10752" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  2. <defs>
  3. <g id="sort">
  4. <path d="M1408 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45zm0-384q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/>
  5. </g>
  6. <g id="ascending">
  7. <path d="M1408 1216q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/>
  8. </g>
  9. <g id="descending">
  10. <path d="M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"/>
  11. </g>
  12. </defs>
  13. <use xlink:href="#sort" x="0" y="0" fill="#999999" />
  14. <use xlink:href="#sort" x="0" y="1792" fill="#447e9b" />
  15. <use xlink:href="#ascending" x="0" y="3584" fill="#999999" />
  16. <use xlink:href="#ascending" x="0" y="5376" fill="#447e9b" />
  17. <use xlink:href="#descending" x="0" y="7168" fill="#999999" />
  18. <use xlink:href="#descending" x="0" y="8960" fill="#447e9b" />
  19. </svg>