Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">360</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#360" />
</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-360" viewBox="0 0 24 24">
<path d="M14.49 9.24a.31.31 0 0 0-.24-.18c-.1 0-.19.04-.25.13l-2.33 3.49c-.07.11-.21.11-.29.02l-1.4-1.57c-.12-.09-.27-.07-.37.05l-2.79 3.65a.38.38 0 0 0-.06.37c.05.13.15.21.27.21h9.93c.09 0 .2-.07.26-.18a.33.33 0 0 0 0-.32l-2.73-5.68z"/>
<path d="M22.72 7.02c-.12-1.21-1.1-2.4-2.17-2.65 0 0-.41-.12-1.13-.28-.04-.06-.07-.13-.13-.18A10.58 10.58 0 0 0 12 1C9.26 1 6.5 2.13 4.51 4.11c-.67.15-1.05.26-1.05.26-1.08.25-2.05 1.45-2.17 2.65 0 0-.28 2.2-.28 4.97s.28 4.97.28 4.97c.12 1.21 1.1 2.4 2.17 2.66 0 0 .38.11 1.05.26C6.5 21.86 9.17 23 12.01 23s5.44-1.1 7.42-3.04c.01-.01.02-.03.03-.04 0 0 .01-.02.02-.03.68-.15 1.07-.27 1.07-.27 1.08-.25 2.05-1.45 2.17-2.65 0 0 .28-2.2.28-4.97s-.28-4.98-.28-4.98M12 2.47c1.52 0 2.98.37 4.28 1.06-1.26-.17-2.72-.31-4.28-.33-1.56.02-3.02.16-4.28.33 1.3-.69 2.76-1.07 4.29-1.07zm0 19.06c-1.53 0-2.99-.38-4.3-1.08 1.26.17 2.73.31 4.3.34 1.57-.02 3.04-.16 4.31-.33-1.31.7-2.78 1.07-4.3 1.07zm9.33-6.13q-.045.57-.09 1.02c-.02.18-.03.29-.04.35-.06.6-.58 1.24-.99 1.33l-.07.02s-.07.02-.15.04c-.14.04-.31.08-.5.12q-.825.195-1.86.39c-1.82.32-3.73.53-5.65.56-1.93-.03-3.9-.25-5.75-.59-.65-.12-1.24-.24-1.75-.37-.3-.07-.51-.13-.61-.16l-.07-.02c-.41-.1-.93-.73-.99-1.29-.01-.1-.03-.22-.05-.4q-.045-.45-.09-1.02a41 41 0 0 1 0-6.8q.045-.57.09-1.02c.02-.18.03-.3.04-.35.06-.6.58-1.24.99-1.33l.07-.02c.1-.03.31-.08.61-.16a35.4 35.4 0 0 1 7.55-.96c1.88.03 3.79.23 5.6.56q1.035.18 1.86.39c.19.04.35.09.5.12.08.02.13.04.15.04l.07.02c.41.1.93.73.99 1.29v.04c.01.06.03.18.05.35q.045.45.09 1.02c.08 1.08.14 2.23.14 3.4s-.05 2.32-.14 3.4z"/>
<path d="M8.23 10.01c.64-.16 1.03-.83.87-1.48s-.81-1.05-1.45-.89-1.03.83-.87 1.48c.16.66.81 1.05 1.45.89"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.