Skip to main content

Gps

  • 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">gps</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#gps" />
</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-gps" viewBox="0 0 24 24">
  <path fill-rule="evenodd" d="m7.683 1.5 4.982 4.982L9.63 9.518 4.647 4.537zm1.473 9.736 5.817-5.818 3.71 3.71-5.818 5.819-3.246-.465zM3.863 13.96h1.43a5.253 5.253 0 0 0 5.247 5.247v1.431a6.68 6.68 0 0 1-6.677-6.678m4.293 0H6.725a3.815 3.815 0 0 0 3.815 3.816v-1.43a2.39 2.39 0 0 1-2.384-2.386M1 13.96h1.432c0 4.471 3.638 8.108 8.108 8.108V23.5C5.272 23.5 1 19.228 1 13.96m16.619-2.523-3.035 3.035 4.903 4.905 3.035-3.036z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.