Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">vertical_accuracy</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#vertical-accuracy" />
</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-vertical-accuracy" viewBox="0 0 24 24">
<path d="M18.212 1.712a.3.3 0 0 0-.424 0l-2.276 2.276a.3.3 0 0 0 .212.512h1.526v15h-1.526a.3.3 0 0 0-.212.512l2.276 2.276a.3.3 0 0 0 .424 0l2.276-2.276a.3.3 0 0 0-.212-.512H18.75v-15h1.526a.3.3 0 0 0 .212-.512z"/>
<path d="M11 4.5c2.044 0 3.897.818 5.25 2.144v2.449a6 6 0 1 0 0 5.814v2.45A7.5 7.5 0 1 1 11 4.5"/>
<path d="M12.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/>
<path fill-rule="evenodd" d="M15.5 12a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0M14 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.