Skip to main content

Electric Meter Rounded_warn

  • 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_rounded_warn</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-rounded_warn" />
</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-rounded_warn" viewBox="0 0 24 24">
  <path d="M19.5 17.27c.446 0 .769-.305.818-.823l.484-5.93s.012-.117.012-.164C20.814 9.612 20.256 9 19.5 9s-1.314.6-1.314 1.353v.165l.496 5.93c.05.517.347.823.818.823m0 1.907c-.83 0-1.5.635-1.5 1.4S18.67 22 19.5 22s1.5-.635 1.5-1.424-.67-1.4-1.5-1.4"/>
  <path fill-rule="evenodd" d="M9 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.1 9.1 0 0 0 2.495-1.362 2.8 2.8 0 0 1-.555-1.45l-.001-.01-.503-6.012v-.238c0-1.649 1.272-3.103 3.064-3.103q.39 0 .744.088a9 9 0 0 0-1.894-2.75 9.3 9.3 0 0 0-2.875-1.925 8.7 8.7 0 0 0-3.5-.713 8.7 8.7 0 0 0-3.488.713 9.1 9.1 0 0 0-2.85 1.925 9.2 9.2 0 0 0-1.924 2.85A8.7 8.7 0 0 0 3 10.95q0 2.952 1.675 5.263T9 19.45M15 9H9a.96.96 0 0 1-.712-.287A.97.97 0 0 1 8 8q0-.423.288-.712A.97.97 0 0 1 9 7h6q.424.003.712.288.287.285.288.712a.96.96 0 0 1-.287.713A.97.97 0 0 1 15 9m-4.5 5.75.5-.5-.55-.55a.96.96 0 0 1-.3-.7q0-.4.3-.7L12 10.75a1.03 1.03 0 0 1 .75-.325q.424 0 .75.325.325.326.325.75 0 .426-.325.75l-.5.5.55.55q.3.3.3.7t-.3.7L12 16.25a1.03 1.03 0 0 1-.75.325 1.03 1.03 0 0 1-.75-.325 1.03 1.03 0 0 1-.325-.75q0-.424.325-.75"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.