Skip to main content

Tag


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">tag</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-outlined-icons.svg#tag" />
</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-outline mi-tag" viewBox="0 0 24 24">
  <path d="M1.001 6.003a2 2 0 0 1 2-2.003h13.04a2 2 0 0 1 1.518.698l4.865 5.677a2.5 2.5 0 0 1 .003 3.25L17.58 19.3a2 2 0 0 1-1.52.701H3.02a2 2 0 0 1-2-1.997zm15.338.346A1 1 0 0 0 15.58 6H4.003a1 1 0 0 0-1 1.001l.015 10a1 1 0 0 0 1 .999h11.58a1 1 0 0 0 .761-.35l4.547-5.324a.5.5 0 0 0 0-.65z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.