Skip to main content

Prism Pole

  • 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">prism_pole</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#prism-pole" />
</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-prism-pole" viewBox="0 0 24 24">
  <path d="M15.75 3.973c0-.537-.474-.973-1.059-.973H7.81c-.585 0-1.059.436-1.059.973v1.46h9zm-9 16.065 9-5.054v-2.74h-9v7.793m8.99-.01v-3.903l-8.461 4.751c.153.08.33.125.519.125h6.882c.585 0 1.06-.436 1.06-.973"/>
  <path d="M8.338 10.297V5.432h-1.06v4.865z"/>
  <path fill-rule="evenodd" d="M11.248 9.696a1.854 1.854 0 1 1 0-3.708 1.854 1.854 0 0 1 0 3.708m.788-1.854a.792.792 0 1 1-1.584 0 .792.792 0 0 1 1.584 0"/>
  <path d="M6.75 10.297h9v.973h-9zm8.463 0V5.432h-1.059v4.865z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.