Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">horizontal_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#horizontal-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-horizontal-accuracy" viewBox="0 0 24 24">
<path d="M22.326 17.75a.3.3 0 0 1 0 .424L20.05 20.45a.3.3 0 0 1-.512-.212v-1.526h-15v-1.5h15v-1.526a.3.3 0 0 1 .512-.212zm-20.576 0 2.276-2.276a.3.3 0 0 1 .512.212v4.552a.3.3 0 0 1-.512.212L1.75 18.174a.3.3 0 0 1 0-.424"/>
<path d="M17.394 16.212a7.5 7.5 0 1 0-10.712 0h2.45a6 6 0 1 1 5.814 0z"/>
<path d="M13.538 10.962a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/>
<path fill-rule="evenodd" d="M16.538 10.962a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0m-1.5 0a3 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.