Skip to main content

Shovel


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">shovel</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="/modus-solid-icons.svg#shovel" />
</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-shovel" viewBox="0 0 24 24">
  <path d="m10.06 15.35 7.03-7.03c.98.42 2.16.23 2.95-.57l1.41-1.41c.29-.29.29-.77 0-1.06l-2.74-2.74a.754.754 0 0 0-1.06 0l-1.41 1.41c-.8.8-.98 1.97-.57 2.95l-7.03 7.03-1.77-1.77-3.54 3.54c-1.36 1.36-1.36 3.59 0 4.95s3.59 1.36 4.95 0l3.54-3.54-1.77-1.77Zm7.25-8.66c-.46-.46-.46-1.22 0-1.68l.88-.88 1.68 1.68-.88.88c-.46.46-1.22.46-1.68 0"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.