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-solid-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-solid mi-monetarization" viewBox="0 0 24 24">
  <path d="M12 3a9 9 0 1 0 .001 18.001A9 9 0 0 0 12 3m2.28 13.36c-.41.33-.93.54-1.53.66V19h-1.5v-1.88c-.93-.04-1.77-.23-2.51-.59v-1.97c.67.3 1.25.51 1.71.64s.89.18 1.28.18c.46 0 .82-.09 1.07-.27s.37-.44.37-.79c0-.2-.05-.37-.16-.52s-.27-.3-.48-.44-.64-.37-1.3-.68c-.61-.29-1.07-.56-1.37-.83s-.55-.57-.73-.92-.27-.76-.27-1.23c0-.88.3-1.58.9-2.08.39-.33.9-.55 1.49-.66V5h1.5v1.89c.34.03.66.07.98.15.47.12.96.3 1.48.52l-.68 1.65c-.53-.22-.97-.37-1.32-.46s-.69-.13-1.03-.13c-.4 0-.71.09-.92.28s-.32.43-.32.73c0 .19.04.35.13.49s.22.27.41.4.64.36 1.34.7c.93.45 1.57.89 1.92 1.34s.52 1 .52 1.65c0 .9-.32 1.61-.97 2.13Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.