Skip to main content

Dozer

  • 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">dozer</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#dozer" />
</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-dozer" viewBox="0 0 24 24">
  <path fill-rule="evenodd" d="M13.05 5.3h8.8v1.035l-1.065.76.005 3.12.585.665v1.985l-.95.7c-1.01-.195-2.923-.484-4.417-.547l.002.007-.55-.015h-2.255c-1.462.005-3.998.465-5.141.672l-.319.058c-.585.1-1.125.355-1.545.725l-.215-.31.265-3.045c.025-.235.09-.46.225-.525s1.76-.645 1.76-.645l4.08-.78.605-2.81-.205-.335v-.38zm2.405 8.44c1.095.005 2.975.205 5.205.68.95.205 1.92.835 1.92 1.885 0 1.01-.745 1.835-1.655 1.835H7.745c-.915 0-1.655-.825-1.655-1.835 0-1.13.96-1.7 1.785-1.845q.189-.034.464-.086c1.163-.22 3.369-.634 4.886-.634zM4.7 17.51v-6.02l-.735-.715h-.7c.205.565.695 4.345-.725 6.485l-.075-.06-1.05 1.36.165.12.19-.245.21.16z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.