Skip to main content

Crow Fly


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">crow_fly</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="/transportation-icons.svg#crow-fly" />
</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-crow-fly" viewBox="0 0 24 24">
  <path d="M18.08 4.96a2.04 2.04 0 0 0-1.92 1.52l-6.72.08a1.975 1.975 0 0 0-1.92-1.6A1.947 1.947 0 0 0 5.6 6.88a1.87 1.87 0 0 0 1.04 1.68l-.88 6.64A1.92 1.92 0 0 0 4 17.12a1.92 1.92 0 0 0 3.84 0 1.83 1.83 0 0 0-1.2-1.76l.88-6.56a1.896 1.896 0 0 0 1.84-1.36l6.8-.08A1.97 1.97 0 0 0 18 8.8a1.915 1.915 0 0 0 2-1.92 1.947 1.947 0 0 0-1.92-1.92"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.