Skip to main content

Sort


Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="modus-outlined-icon-sort"></i>

Icon font

<i class="modus-icons" aria-hidden="true">sort</i>

SVG sprite

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-outlined-icons.svg#sort" />
</svg>

SVG code

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-sort" viewBox="0 0 24 24">
  <path d="M4 18h4c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1M3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1m1 6h10c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1"/>
</svg>

SVG CSS code