Skip to main content

Configuration Management


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">configuration_management</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="/transportation-icons.svg#configuration-management" />
</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-configuration-management" viewBox="0 0 24 24">
  <path d="M19.681 14.6a2.19 2.19 0 0 0-2.2-.2l-5.1-3.7a3.06 3.06 0 0 0-1.1-3.2 3.37 3.37 0 0 0-2.9-.4l2.3 1.7-1.9 2.5-2.2-1.7a3 3 0 0 0 1.2 2.7 2.85 2.85 0 0 0 3.4.1l5.1 3.7a2.04 2.04 0 0 0 .9 2 2.152 2.152 0 1 0 2.5-3.5m-.5 2.1a1 1 0 1 1-.2-1.4 1.09 1.09 0 0 1 .2 1.4m-5.8 1.8h-8.2V4.7h8.2v5.1l1.8 1.3V3a.945.945 0 0 0-1-1h-9.8a.945.945 0 0 0-1 1v18a.945.945 0 0 0 1 1h9.8a.945.945 0 0 0 1-1v-4.2l-1.8-1.2Zm-4.1 2.8a1.1 1.1 0 1 1 1.1-1.1 1.18 1.18 0 0 1-1.1 1.1"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.