Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">elevation</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="/field-systems-icons.svg#elevation" />
</svg>
SVG code
Use when you don't want any dependency.
info_outlined
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-elevation" viewBox="0 0 24 24">
<path d="M11.508 5.951h-.42a6.12 6.12 0 0 0-5.137 5.137H2.999v1.823h8.509z"/>
<path d="M12.911 12.333V7.491a4.61 4.61 0 0 1 3.598 3.598l-.003.315h1.542v-.315a6.12 6.12 0 0 0-5.137-5.137V3h-1.823v9.333z"/>
<path d="M11.087 11.544v4.966a4.61 4.61 0 0 1-3.598-3.598v-.35l-1.539.017v.333a6.12 6.12 0 0 0 5.137 5.137V21h1.823v-9.456z"/>
<path d="M12.912 18.049h-.456v-6.96H21v1.823h-2.951a6.12 6.12 0 0 1-5.137 5.137"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.