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_off_outline</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-off-outline" />
</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-outline mi-receiver-generic-off-outline" viewBox="0 0 24 24">
<path fill-rule="evenodd" d="M4.929 3.515a1 1 0 0 0-1.414 1.414l1.103 1.103c-1.03.79-1.858 1.877-2.161 3.333-.06.286-.04.582.05.85-.226.251-.39.587-.45.99-.078.535-.074.99.001 1.51.065.447.326.839.58 1.222.256.384.505.76.544 1.171.06.638.147 1.571.397 2.341.167.512.433 1.067.882 1.51a2.7 2.7 0 0 0 1.691.774c3.204.293 8.18.445 12.083-.084l.836.836a1 1 0 0 0 1.414-1.414zm12.032 14.86-2.686-2.685c.104.18.164.395.164.628 0 .322-.116.613-.302.82a.9.9 0 0 1-.674.312h-2.926a.9.9 0 0 1-.682-.323 1.22 1.22 0 0 1-.294-.81c0-.252.071-.485.191-.673.178-.278.463-.459.785-.459h2.926q.225.002.415.107l-1.064-1.064H4.17s.014 3.905 2.078 4.094c2.858.262 7.121.405 10.713.053m-5.563-5.562-1.698-1.7H3.608c-.17 0-.32.136-.348.33a3.3 3.3 0 0 0 0 1.036c.03.196.18.334.351.334zM8.284 9.698 5.586 7c-1.001.675-1.71 1.572-1.944 2.698z"/>
<path d="M12.049 4.002a15.8 15.8 0 0 0-3.477.327l1.22 1.22c4.493-.606 9.882.87 10.566 4.15h-6.417l1.415 1.415H20.4c.18 0 .336.153.356.362.032.35.033.63 0 .976-.02.208-.174.36-.355.36h-3.346l1.416 1.416h1.36s-.006.553-.11 1.25l1.084 1.084c.048-.347.081-.7.113-1.052.033-.356.066-.71.115-1.047.05-.35.238-.577.433-.813.223-.27.457-.552.503-1.045.042-.45.041-.832 0-1.28a1.9 1.9 0 0 0-.473-1.116 1.63 1.63 0 0 0 .047-.844c-.426-2.045-2.001-3.35-3.646-4.127-1.7-.803-3.796-1.208-5.848-1.236"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.