Skip to main content

Sort Alpha Down


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

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

SVG sprite

Use for static sites when you only need a few icons.

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

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-sort-alpha-down" viewBox="0 0 24 24">
  <path d="M7 17V3c0-.55-.45-1-1-1s-1 .45-1 1v14H3.04c-.42 0-.65.48-.39.81l2.96 3.7c.2.25.58.25.78 0l2.96-3.7c.26-.33.03-.81-.39-.81zm12.5-8.2h-3.1l-.6 1.8H14L17.2 2h1.6l3.2 8.5h-1.9zm-2.6-1.4H19l-1-3.2zm0 13.2h4.3V22h-6.5v-1l4.2-6.1h-4.2v-1.4h6.4v1z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.