Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">hex</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#hex" />
</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-hex" viewBox="0 0 24 24">
<path d="M19.255 14.5v.415s1.86.275 2.535.37c.815.115 1.495.675 1.495 1.495a1.5 1.5 0 0 1-1.495 1.495l-11.305-.005a1.5 1.5 0 0 1-1.495-1.495c0-.825.685-1.36 1.495-1.495.565-.09 2.495-.365 2.495-.365l.005-.415-1.855-.03c-.435 0-.74-.36-.79-.79-.1-.85.01-2.375.235-3.34l-.313-.369q-.145-.163-.247-.286c-.32-.405-.68-.795-1.115-1.05-.425-.245-.98-.4-2.18-.455-1.594-.072-3.03-.122-3.125-.125l2.013 7.235h.002L6.73 11s1.4 1.94 1.86 2.59c.655.935-.025 2.18-1.075 2.18l-.42.78c-.105.19-.33.285-.51.22l-1.045-.39-.006-.003a.337.337 0 0 1-.424-.197C4.835 15.6.67 6.95.67 6.95a.43.43 0 0 1-.01-.365l.31-.62c.17-.285.545-.285.76-.17l1.16.66s.32.184.365.32a108 108 0 0 1 4.945-.46c.655-.04.92.02 1.19.11.245.08.63.34 1.025.75.274.284.568.598.862.921.174-.383.354-.751.773-.751h2.835c.185 0 .35.135.395.395.09.56.42 2.225.42 2.225V9.96h2.15c.015-.045.035-.09.055-.145.08-.225.155-.275.265-.275h3.49c.14 0 .215.09.285.28l.06.145h.065c.835 0 1.305.48 1.305 1.255v2.16c0 .76-.36 1.12-1.21 1.12z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.