Skip to main content

Upgrade Modifiers


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">upgrade_modifiers</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#upgrade-modifiers" />
</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-upgrade-modifiers" viewBox="0 0 24 24">
  <path d="M11.52 8.71c.63-.21 1.19-.39 1.7-.56l.4 1.32c.13.43.53.71.96.71a.99.99 0 0 0 .95-1.29l-.42-1.37c1.88-.64 2.49-.89 2.73-1.07.44-.33.56-.98.23-1.42s-.93-.55-1.37-.22c-.22.12-1.1.43-2.18.8l-.56-1.83a.997.997 0 0 0-1.25-.66.99.99 0 0 0-.66 1.25l.58 1.88c-.62.21-1.23.4-1.74.57-1.25.41-2.38.78-3 1-.38.13-.76.29-1.14.46a95 95 0 0 1-.76-2.74c-.14-.53-.69-.85-1.22-.71s-.85.69-.71 1.22c.09.36.42 1.56.87 3.13-1.36.74-2.38 1.43-2.45 1.48a.999.999 0 0 0 .56 1.83c.19 0 .39-.06.56-.17.01 0 .82-.55 1.91-1.17.42 1.39.91 2.89 1.41 4.3-.46 0-1.05 0-1.57-.02-.55-.02-1.01.42-1.03.97s.42 1.01.97 1.03c.24 0 .77.02 1.31.02.39 0 .78 0 1.07-.03.52 1.28 1.04 2.36 1.51 3 .2.26.5.4.8.4.21 0 .42-.06.6-.2.44-.33.53-.96.21-1.4-.33-.44-.71-1.21-1.1-2.17.19-.03.37-.05.51-.06.55-.02.98-.49.96-1.04s-.52-.98-1.04-.96c-.34.02-.75.08-1.16.16-.56-1.55-1.12-3.29-1.62-4.93.41-.19.83-.36 1.23-.5.62-.22 1.73-.58 2.96-.99Zm9.31 5.7-3.11-4.24a.996.996 0 0 0-1.62.02l-2.99 4.24a1 1 0 0 0 .82 1.58H15v4c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-4h1.03c.82 0 1.29-.93.81-1.59Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.