Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">background_light</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#background-light" />
</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-background-light" viewBox="0 0 24 24">
<path fill-rule="evenodd" d="M4.5 1.5a3 3 0 0 0-2.967 2.555L1.5 19.5a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-15a3 3 0 0 0-3-3zM18.2 21l.62-.572.572.572zm-.443-1.633-1.189-1.188L13.512 21h2.476zM3 4.742l.063-.059 1.19 1.188L3 7.027zm2.314 2.19L3 9.07v2.285l3.503-3.233zM3 13.397l4.565-4.214 1.189 1.188L3 15.68zm6.816-1.965L3 17.723V19.5q.001.233.068.446l7.937-7.327zm4.502 4.499 1.188 1.188L11.3 21H8.825zm-1.062-1.062-1.19-1.188-7.89 7.285Q4.332 21 4.5 21h2.113zm7.694 5.017L4.116 3.05Q4.3 3 4.5 3h15c.827 0 1.5.673 1.5 1.5v15a1.5 1.5 0 0 1-.05.385"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.