Skip to main content

Unit Selector


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">unit_selector</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#unit-selector" />
</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-unit-selector" viewBox="0 0 24 24">
  <path d="M6.621 3.707a1 1 0 1 0-1.414-1.414l-3 3a1 1 0 0 0 0 1.414l3 3a1 1 0 0 0 1.414-1.414L5.328 7h13.344l-1.293 1.293a1 1 0 1 0 1.414 1.414l3-3a1 1 0 0 0 0-1.414l-3-3a1 1 0 1 0-1.414 1.414L18.672 5H5.328zm15.359 10.12v5.997a2.004 2.004 0 0 1-2.001 2H3.993a2.004 2.004 0 0 1-2.001-2v-5.997c0-1.103.898-2 2-2H19.98c1.103 0 2 .897 2 2m-17.98 0v5.997h16v-5.997h-1.48V16.5c0 .283-.22.502-.503.502a.495.495 0 0 1-.502-.502v-2.673h-2.998V16.5a.495.495 0 0 1-.502.502.495.495 0 0 1-.502-.502v-2.673h-2.998V16.5c0 .283-.22.502-.502.502a.495.495 0 0 1-.502-.502v-2.673H6.513V16.5c0 .283-.22.502-.502.502a.495.495 0 0 1-.502-.502v-2.673z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.