Skip to main content

Monetarization


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">monetarization</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-outlined-icons.svg#monetarization" />
</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-outline mi-monetarization" viewBox="0 0 24 24">
  <path d="M12 21.25c-5.1 0-9.25-4.15-9.25-9.25S6.9 2.75 12 2.75 21.25 6.9 21.25 12 17.1 21.25 12 21.25m0-17c-4.27 0-7.75 3.48-7.75 7.75s3.48 7.75 7.75 7.75 7.75-3.48 7.75-7.75S16.27 4.25 12 4.25m2.74 8.32c-.35-.45-.99-.9-1.92-1.34-.71-.34-1.15-.57-1.34-.7s-.33-.26-.41-.4-.13-.3-.13-.49c0-.3.11-.54.32-.73s.52-.28.92-.28c.34 0 .68.04 1.03.13s.79.24 1.32.46l.68-1.65c-.52-.22-1.01-.4-1.48-.52-.31-.08-.64-.13-.98-.15V5.01h-1.5v1.96c-.59.11-1.1.33-1.49.66-.6.51-.9 1.2-.9 2.08q0 .705.27 1.23c.27.525.43.66.73.92s.76.54 1.37.83c.65.31 1.08.54 1.3.68s.37.29.48.44.16.33.16.52c0 .35-.12.62-.37.79s-.6.27-1.07.27c-.39 0-.81-.06-1.28-.18s-1.04-.33-1.71-.64v1.97c.74.36 1.57.55 2.51.59v1.88h1.5v-1.98c.61-.12 1.13-.33 1.53-.66.65-.52.97-1.23.97-2.13 0-.65-.17-1.2-.52-1.65Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.