Skip to main content

Markup Polygon

  • Tags:

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">markup_polygon</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="/connect-icons.svg#markup-polygon" />
</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-connect mi-markup-polygon" viewBox="0 0 24 24">
  <path d="m20.6 9.31-8.1-5.8c-.4-.3-.9-.3-1.3 0l-8 5.8c-.4.3-.6.8-.4 1.2l3.1 9.5c.1.4.5.7 1 .8h10c.5 0 .9-.3 1-.8l3.1-9.5c.1-.4 0-.9-.4-1.2m-4.6 9.2H7.8l-2.6-7.8 6.7-4.9 6.7 4.9z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.