Skip to main content

Sort


Examples

Heading
Smaller heading

Inline text

Inline font

Example link text

Download

Download the SVG to use or edit.

Download SVG

Icon font

Using the web font? Copy, paste, and go.

<i class="wiw-icon wiw-sort"></i>

Code point

  • Unicode: U+F18B
  • CSS: \F18B
  • JS: \uF18B
  • HTML: &#xF18B;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="wiw-icon wiw-sort" viewBox="0 0 24 24">
  <g fill-rule="evenodd">
    <path d="M12.707 9.293 7.708 4.294a1.001 1.001 0 0 0-1.416 0L1.293 9.293a.999.999 0 1 0 1.414 1.414L6 7.414V19a1 1 0 1 0 2 0V7.414l3.293 3.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414"/>
    <path d="M22.707 13.293a.999.999 0 0 0-1.414 0L18 16.586V5a1 1 0 1 0-2 0v11.586l-3.293-3.293a.999.999 0 1 0-1.414 1.414l4.999 4.999a.99.99 0 0 0 .326.217.991.991 0 0 0 1.09-.217l4.999-4.999a.999.999 0 0 0 0-1.414"/>
  </g>
</svg>