Skip to main content

Electric Meter 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">electric_meter_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#electric-meter-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-electric-meter-off" viewBox="0 0 24 24">
  <path fill-rule="evenodd" d="M2.707 1.707a1 1 0 1 0-1.414 1.414l3.072 3.072a10 10 0 0 0-.652 1.245A8.7 8.7 0 0 0 3 10.95q0 2.952 1.675 5.263T9 19.45v1.5q0 .428.288.713.288.286.712.287.424 0 .712-.287A.97.97 0 0 0 11 20.95V19.9a9 9 0 0 0 .975.05h.525q.25 0 .5-.05v1.05q0 .428.288.713.288.286.712.287.424 0 .712-.287A.97.97 0 0 0 15 20.95v-1.525a9.3 9.3 0 0 0 1.751-.846l4.34 4.341a1 1 0 0 0 1.415-1.414zM13.211 15.04l-2.75-2.75-.011.011q-.3.3-.3.7t.3.7l.55.55-.5.5a1.03 1.03 0 0 0-.325.75q0 .426.325.75.326.325.75.325t.75-.325z"/>
  <path d="M21 10.95q0 2.842-1.566 5.07L12.414 9H15a.97.97 0 0 0 .713-.287A.96.96 0 0 0 16 8a.97.97 0 0 0-.288-.712A.98.98 0 0 0 15 7h-4.586L6.931 3.517q.723-.492 1.556-.854a8.7 8.7 0 0 1 3.488-.713q1.85 0 3.5.713a9.3 9.3 0 0 1 2.875 1.925 9 9 0 0 1 1.938 2.85A8.7 8.7 0 0 1 21 10.95"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.