Skip to main content

List Numbered


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">list_numbered</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#list-numbered" />
</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-list-numbered" viewBox="0 0 24 24">
  <path d="M9 17c0-.55.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1H10c-.55 0-1-.45-1-1m1-4h10c.55 0 1-.45 1-1s-.45-1-1-1H10c-.55 0-1 .45-1 1s.45 1 1 1M9 7c0 .55.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1H10c-.55 0-1 .45-1 1M7.03 9.92v-.88h-.97V4h-.94c-.26.25-.65.37-1.1.38v.9c.34 0 .78-.12 1.07-.27v4.02H4v.88h3.03ZM7.13 20v-.88H4.17c.1-.42.58-.89 1.53-1.49 1.14-.72 1.4-1.26 1.4-1.98 0-1.01-.7-1.68-1.85-1.68-1.02 0-1.7.52-2.18 1.26l.74.51c.37-.55.87-.87 1.39-.87.56 0 .93.3.93.86 0 .61-.36.89-1.26 1.47-1.56 1-1.85 1.82-1.85 2.68v.13h4.13-.02Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.