Skip to main content

Gnss

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">gnss</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#gnss" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-gnss" viewBox="0 0 24 24">
  <path fill-rule="evenodd" d="M19.112 4.727h.982c.22 0 .4.18.4.4v1.094a.4.4 0 0 1-.4.4h-.51v3.864c.085 0 .152.068.152.151v.228a.15.15 0 0 1-.151.151h-.153l-.672 3.96a.606.606 0 0 1-.597.504h-3.799l-.556 2.051h.02v4.319a.15.15 0 0 1-.152.151h-3.182a.15.15 0 0 1-.152-.151V17.53h-.003l-.596-2.05H6.006a.606.606 0 0 1-.598-.505l-.672-3.96H4.51a.15.15 0 0 1-.151-.151v-.228a.15.15 0 0 1 .151-.151h.076V6.62H4a.4.4 0 0 1-.4-.4V5.127c0-.22.18-.4.4-.4h1.04l.072-.443a.76.76 0 0 1 .348-.522Q8.298 2 12.084 2q3.78 0 6.616 1.756c.191.119.32.316.351.539zm-8.321 6.44h2.512c.66 0 1.23.46 1.368 1.105l.017.077a3.2 3.2 0 0 1 0 1.348l-.017.077a1.4 1.4 0 0 1-1.368 1.105H10.79a1.4 1.4 0 0 1-1.369-1.105l-.016-.077a3.2 3.2 0 0 1 0-1.348l.016-.077a1.4 1.4 0 0 1 1.369-1.105m2.182 6.97h-1.776a.4.4 0 0 0-.4.4v.412c0 .22.179.4.4.4h1.776a.4.4 0 0 0 .4-.4v-.413a.4.4 0 0 0-.4-.4"/>
  <path d="m16.244 20.497-.144-5.012h.91l-.145 5.012a.31.31 0 0 1-.62 0"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.