Skip to main content

Rts Off

  • 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">rts_off</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#rts-off" />
</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-rts-off" viewBox="0 0 24 24">
  <path d="M16.787 2.193a.207.207 0 0 1 .413.014V8.2a.6.6 0 0 1-.6.6l-.007-.028.207 3.834-.144 2.88-2.256-2.257V8.207l.458-.801a.4.4 0 0 0-.347-.599H9.489a.4.4 0 0 0-.347.599l.458.801v.224L7.537 6.367l.045-.837a.4.4 0 0 1 .345-.375l2.326-.32a12.8 12.8 0 0 1 3.494 0l2.326.32a.4.4 0 0 1 .345.375l.066 1.217z"/>
  <path fill-rule="evenodd" d="m16.509 18.43 2.067 2.067a.562.562 0 1 0 .796-.796L4.522 4.852a.563.563 0 0 0-.795.796L7.38 9.299l-.18 3.307.382 7.637a.4.4 0 0 0 .382.38l1.352.059A.4.4 0 0 1 9.2 20.4V18c0-.22.18-.4.4-.4h4.8c.22 0 .4.18.4.4v2.4c0 .11-.044.21-.116.282l1.352-.06a.4.4 0 0 0 .382-.38zm-2.223-2.224-.482-.481A.8.8 0 0 1 13.2 16h-2.4a.8.8 0 0 1-.8-.8v-3.28l-.4-.4v4.686zm-2.647-2.647a1.6 1.6 0 0 1-1.198-1.197z"/>
  <path d="M13.6 12q0 .198-.046.383l.446.447V8.8a.8.8 0 0 0-.8-.8h-2.4a.8.8 0 0 0-.8.8v.03l1.617 1.616A1.603 1.603 0 0 1 13.6 12"/>
  <path fill-rule="evenodd" d="M9.6 18.4c0-.22.18-.4.4-.4h4c.22 0 .4.18.4.4v2a.4.4 0 0 1-.4.4h-4a.4.4 0 0 1-.4-.4zm2.8.4c0-.22.18-.4.4-.4h.8c.22 0 .4.18.4.4v.4a.4.4 0 0 1-.4.4h-.8a.4.4 0 0 1-.4-.4z"/>
  <path d="M9.6 21.15 8.8 21l.8 1h4.8l.8-1-.8.15z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.