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_warn_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-warn-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-warn-outline" viewBox="0 0 24 24">
<path d="M13.245 13.004C13.17 13.63 12.68 14 12 14c-.717 0-1.17-.37-1.245-.996L10 5.835v-.2C10 4.726 10.85 4 12 4s2 .74 2 1.636c0 .057-.019.199-.019.199zM14 18a2 2 0 1 1-4 0 2 2 0 0 1 4 0m.735-4.816.001-.013.037-.358H20.4c.18 0 .336-.153.355-.361a5 5 0 0 0 0-.976c-.02-.209-.175-.362-.356-.362h-5.453l.146-1.416h5.265c-.398-1.908-2.39-3.206-4.87-3.838a2.9 2.9 0 0 0-.276-1.509c.954.205 1.866.5 2.685.887 1.645.777 3.22 2.082 3.646 4.127.06.284.041.578-.047.844.254.28.43.664.472 1.116.042.448.043.83 0 1.28-.045.493-.279.775-.502 1.045-.195.236-.383.463-.433.813-.05.338-.082.69-.115 1.047-.073.794-.148 1.605-.407 2.304a2.8 2.8 0 0 1-.826 1.2 2.85 2.85 0 0 1-1.404.629c-1.06.145-2.202.24-3.366.296a3.5 3.5 0 0 0 .55-1.447 36 36 0 0 0 2.673-.255c1.656-.355 1.692-4.009 1.692-4.009h-5.448c.188-.315.307-.67.353-1.044m-5.47-.011-.038-.36H3.611c-.171 0-.322-.138-.35-.334a3.3 3.3 0 0 1-.001-1.036c.028-.194.178-.33.348-.33h5.44l-.15-1.415H3.642C4.067 7.66 6.044 6.373 8.5 5.788v-.152c0-.51.118-.964.322-1.358a11.7 11.7 0 0 0-2.657.832c-1.689.777-3.263 2.118-3.708 4.255-.06.286-.04.582.05.85-.226.252-.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.774c.865.08 1.86.148 2.927.196a3.5 3.5 0 0 1-.546-1.443c-.824-.044-1.595-.1-2.285-.164-2.064-.189-2.078-4.094-2.078-4.094h5.442a2.7 2.7 0 0 1-.347-1.044z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.