Skip to main content

Receiver Generic Off Filled

  • 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">receiver_generic_off_filled</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#receiver-generic-off-filled" />
</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-receiver-generic-off-filled" viewBox="0 0 24 24">
  <path fill-rule="evenodd" d="M4.929 3.515a1 1 0 0 0-1.414 1.414l1.074 1.074c-1.084.811-1.849 1.875-2.108 3.2H7.79l1.72 1.72H2.442c-.193 0-.364.165-.396.4-.063.452-.06.809.001 1.26.032.237.204.404.399.404h9.127l1.72 1.72H3.083c.049.294.09.611.134.938.237 1.787.514 3.869 2.232 4.036 3.42.334 8.603.51 12.813-.005l.809.81a1 1 0 0 0 1.414-1.415zm5.404 12.355c-.613 0-1.11.616-1.11 1.376s.497 1.376 1.11 1.376h3.334c.613 0 1.11-.616 1.11-1.376s-.497-1.376-1.11-1.376z"/>
  <path d="M21.568 12.987H17.23l-2.064-2.064h6.4c.207 0 .384.187.406.44a6.3 6.3 0 0 1 0 1.186c-.022.253-.199.438-.404.438m-.65 1.72H18.95l1.73 1.73q.044-.328.084-.647c.048-.388.094-.759.154-1.083m.601-5.504h-8.073l-4.88-4.88c5.272-1.107 12.127.654 12.953 4.88"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.