Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">design_package</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#design-package" />
</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-design-package" viewBox="0 0 24 24">
<path fill-rule="evenodd" d="m7.846 4.2 9.241 4.336 4.154-1.95L12 2.25zM2.25 7.223v10.265l9.326 4.377V11.6zm4.663-2.586 9.241 4.337L12 10.924 2.759 6.586zm5.51 6.963v10.265l9.327-4.377V7.223zm5.215 3.183.042 1.273 2.078-2.586-2.205-1.353.043 1.194-.212.08c-1.78.556-2.544 2.108-2.544 3.938 0 .16.127.318.255.279l.339-.12c.127-.04.254-.278.254-.398.085-.915.72-1.95 1.568-2.188z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.