Skip to main content

Rts Rpt

  • 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_rpt</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-rpt" />
</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-rpt" viewBox="0 0 24 24">
  <path fill-rule="evenodd" d="M3.84 6.24a.64.64 0 0 1 .64-.64H6.4a.64.64 0 0 1 .64.64v5.12a.64.64 0 0 1-.64.64H4.48a.64.64 0 0 1-.64-.64zM6.72 8.8a1.28 1.28 0 1 1-2.56 0 1.28 1.28 0 0 1 2.56 0"/>
  <path fill-rule="evenodd" d="M9.27.954a.165.165 0 0 1 .33.011V5.76a.48.48 0 0 1-.48.48l-.006-.023.166 3.068-.305 6.109a.32.32 0 0 1-.306.304l-1.082.047a.32.32 0 0 0 .093-.225V13.6a.32.32 0 0 0-.32-.32H3.52a.32.32 0 0 0-.32.32v1.92c0 .088.036.168.093.225l-1.082-.047a.32.32 0 0 1-.306-.304L1.6 9.284l.306-5.66a.32.32 0 0 1 .276-.3l1.86-.256a10.2 10.2 0 0 1 2.796 0l1.86.256a.32.32 0 0 1 .276.3l.053.973zm-1.91 4.81v6.4H3.52v-6.4l-.366-.64a.32.32 0 0 1 .277-.48H7.45c.245 0 .4.266.277.48z"/>
  <path d="m13.91 13.298.195-.434-.474-.88a.17.17 0 0 0-.079-.074l-.997-.453a.17.17 0 0 1-.087-.092l-.057-.146a.17.17 0 0 1-.001-.117l.188-.527a.17.17 0 0 1 .086-.095l.134-.064a.17.17 0 0 1 .12-.01l1.243.367q.046.014.078.05l.598.678a.084.084 0 0 0 .127-.002l.182-.22a.16.16 0 0 1 .124-.058h.008q.048 0 .086-.03a.14.14 0 0 1 .085-.03h.072q.037 0 .062.027l.306.33c.029.03.045.071.045.113l.037 5.806.232.695h2.354l.232-.695.037-5.806q0-.065.045-.113l.306-.33a.08.08 0 0 1 .062-.027h.072q.047 0 .085.03t.086.03h.008a.16.16 0 0 1 .123.058l.183.22c.033.04.093.041.127.002l.598-.678a.2.2 0 0 1 .078-.05l1.244-.366a.17.17 0 0 1 .119.01l.134.063q.061.031.086.095l.188.527a.17.17 0 0 1-.001.117l-.057.146a.17.17 0 0 1-.087.092l-.997.453a.17.17 0 0 0-.079.073l-.474.881.195.434v7.113l-.06.753a.25.25 0 0 1-.25.231h-.764v.549a.17.17 0 0 1-.168.167h-.28v.549a.17.17 0 0 1-.167.167h-3.513a.17.17 0 0 1-.167-.167v-.549h-.28a.17.17 0 0 1-.168-.167v-.549h-.852a.25.25 0 0 1-.251-.231l-.06-.753V19.07l.433-.178-.433.178z"/>
  <path fill-rule="evenodd" d="m17.4 11.731-.994.179-.259 1.297v2.596l.26 1.297.993.18.994-.18.259-1.297v-2.596l-.26-1.297zm.984 2.864a.984.984 0 1 1-1.968 0 .984.984 0 0 1 1.968 0M3.84 13.6a.32.32 0 0 0-.32.32v1.6c0 .177.143.32.32.32h3.2a.32.32 0 0 0 .32-.32v-1.6a.32.32 0 0 0-.32-.32zm2.24.32a.32.32 0 0 0-.32.32v.32c0 .177.143.32.32.32h.64a.32.32 0 0 0 .32-.32v-.32a.32.32 0 0 0-.32-.32z"/>
  <path d="M3.52 16.12 2.88 16l.64.8h3.84L8 16l-.64.12z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.