Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">devices_group</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#devices-group" />
</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-devices-group" viewBox="0 0 24 24">
<path fill-rule="evenodd" d="M5.565 2.694v1.131h1.483c.14-.439.516-.754.959-.754h8.664c.56 0 1.016.507 1.016 1.132v8.674h1.426V2.694c0-.625-.455-1.131-1.016-1.131H6.58c-.562 0-1.016.506-1.016 1.131m-3.049 9.429c-.561 0-1.016-.507-1.016-1.132v-5.28c0-.625.455-1.131 1.016-1.131h8.13c.56 0 1.015.506 1.015 1.131v5.28c0 .625-.455 1.132-1.016 1.132-1.683 0-1.571 4.786-.562 5.565.34.274.562.72.562 1.224v3.017c0 .833-.606 1.509-1.355 1.509H3.871c-.748 0-1.355-.676-1.355-1.51v-3.016a1.58 1.58 0 0 1 .566-1.227q.053-.042.109-.078c1.12-.944.982-5.484-.675-5.484m.678 0c1.385 0 1.496 4.89.552 5.708a1 1 0 0 0-.136.106c-.254.23-.416.581-.416.975v2.514c0 .694.505 1.257 1.129 1.257h4.516c.623 0 1.129-.563 1.129-1.257v-2.514c0-.42-.185-.792-.482-1.031-.828-.638-.92-5.758.482-5.758zm7.611 11.315c.206-.256.36-.565.444-.906h6.662c.111 0 .195-.09.195-.226v-7.543c0-.12-.084-.211-.195-.211h-7.877c.021-.361.069-.67.132-.92h11.4c.278 0 .515.256.515.558a22.8 22.8 0 0 1 0 8.69c0 .301-.237.558-.516.558zm10.69-5.824a1.78 1.78 0 0 1 0 1.826l-.85-.905zm-1.283.438.851-.92a1.45 1.45 0 0 0-1.687 0zm-1.269 1.373a1.78 1.78 0 0 1 0-1.826l.851.905zm1.283-.438-.85.92a1.45 1.45 0 0 0 1.687 0zM4.152 12.5c.792 1.503.76 4.8-.198 5.628l-.035.027-.078.057-.017.017a.92.92 0 0 0-.292.683v2.514c0 .486.354.88.79.88H8.84c.436 0 .79-.394.79-.88v-2.514a.91.91 0 0 0-.328-.714c-.537-.415-.805-1.893-.749-3.45.033-.929.173-1.714.432-2.248zm1.413.754c-.188 0-.34.17-.34.378v1.508c0 .208.152.377.34.377h2.032c.187 0 .338-.169.338-.377v-1.508c0-.209-.151-.378-.338-.378zM2.516 6.466c0-.417.303-.755.678-.755h6.774c.374 0 .677.338.677.755v3.771c0 .417-.303.754-.677.754H3.194c-.375 0-.678-.337-.678-.754z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.