Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">base_station</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#base-station" />
</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-base-station" viewBox="0 0 24 24">
<path d="m5.341 7.269-.007 4.756-.345-.001.007-4.755H3.641c-.721 0-1.391-.668-1.391-1.578 0-.911.567-1.579 1.391-1.579h1.392c.618-.243 1.494-.364 2.37-.425-.051-.121-.051-.243-.051-.303 0-.972 2.061-1.821 4.638-1.821s4.638.789 4.638 1.82c0 .122-.051.244-.051.304.876.122 1.7.243 2.37.425h1.134c.722 0 1.392.729 1.34 1.579 0 .91-.567 1.578-1.391 1.578h-6.403l5.97 15.667-1.037.502-6.177-16.169h-.001v12.767H11.24V7.269h-.043l-6.03 16.169-1.09-.502 5.97-15.667z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.