Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">receiver_generic_filled</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#receiver-generic-filled" />
</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-receiver-generic-filled" viewBox="0 0 24 24">
<path d="M2.481 9.878H21.52c-1.304-6.254-17.63-6.75-19.038 0"/>
<path fill-rule="evenodd" d="M20.918 15.038H3.082c.32 1.78.334 4.477 2.367 4.663 3.62.331 9.217.497 13.542-.096 1.669-.359 1.625-3.025 1.927-4.567m-11.696 2.38c0-.712.498-1.29 1.111-1.29h3.334c.613 0 1.11.578 1.11 1.29s-.497 1.29-1.11 1.29h-3.334c-.613 0-1.11-.578-1.11-1.29"/>
<path d="M2.046 11.866c.032-.221.203-.375.396-.375h19.125c.206 0 .383.175.405.412.037.4.037.718 0 1.112-.022.237-.199.41-.404.41H2.446c-.195 0-.367-.156-.399-.379a3.8 3.8 0 0 1-.001-1.18"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.