Skip to main content

Footprints


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">footprints</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#footprints" />
</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-footprints" viewBox="0 0 24 24">
  <path d="M9.75 17.51H5.48v2.23A2.56 2.56 0 0 0 7.97 22c1.1.02 2.02-.85 2.04-1.95 0-.1 0-.21-.02-.31zM9.66 6.42a2.09 2.09 0 0 0-2.76-.15 5.1 5.1 0 0 0-1.75 3.11 10 10 0 0 0 .02 3.57c.11.75.38 2.45.41 2.55h4.15c.24-.71.45-1.4.7-2.07.67-1.73.73-3.65.17-5.42-.17-.61-.5-1.16-.96-1.59m4.58 7.27-.23 2.23c-.15 1.09.62 2.1 1.72 2.24.1.01.21.02.31.02 1.28-.03 2.34-.99 2.5-2.26v-2.23h-4.29Zm4.6-8.12a5.03 5.03 0 0 0-1.75-3.11 2.09 2.09 0 0 0-2.76.15c-.46.43-.79.98-.96 1.59-.56 1.77-.5 3.69.18 5.42.26.67.46 1.36.7 2.07h4.15c.02-.11.3-1.8.41-2.55.23-1.18.23-2.38.02-3.56"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.