Skip to main content

Polygon Select


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">polygon_select</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#polygon-select" />
</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-polygon-select" viewBox="0 0 24 24">
  <path d="m22.7 18-7.1-3c-.4-.1-.7.2-.5.5l2.9 7.1c.2.4.7.3.8-.1l.6-3.2 3.2-.7c.4.1.5-.5.1-.6m-9.7-.8v-2.9c.6-.3 1.1-.7 1.3-1.3h2.9c.4.9 1.3 1.5 2.3 1.5 1.4 0 2.5-1.1 2.5-2.5 0-1-.6-1.9-1.5-2.3v-3c.9-.3 1.5-1.2 1.5-2.2C22 3.1 20.9 2 19.5 2c-1 0-1.9.6-2.3 1.5h-2.9C13.9 2.6 13 2 12 2s-1.9.6-2.3 1.5H6.8C6.4 2.6 5.5 2 4.5 2 3.1 2 2 3.1 2 4.5c0 1 .6 1.9 1.5 2.3v3C2.6 10.2 2 11 2 12s.6 1.9 1.5 2.3v2.9c-.9.4-1.5 1.3-1.5 2.3C2 20.9 3.1 22 4.5 22c1 0 1.9-.6 2.3-1.5h2.9c.4.9 1.3 1.5 2.3 1.5 1.4 0 2.5-1.1 2.5-2.5 0-1-.6-1.9-1.5-2.3m-1-3.7c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m9-1.5c0 .8-.7 1.5-1.5 1.5S18 12.9 18 12s.7-1.5 1.5-1.5 1.5.7 1.5 1.5m-1.5-9c.8 0 1.5.7 1.5 1.5S20.3 6 19.5 6 18 5.3 18 4.5 18.7 3 19.5 3M12 3c.8 0 1.5.7 1.5 1.5S12.8 6 12 6s-1.5-.7-1.5-1.5S11.2 3 12 3M3 4.5C3 3.7 3.7 3 4.5 3S6 3.7 6 4.5 5.3 6 4.5 6 3 5.3 3 4.5M3 12c0-.8.7-1.5 1.5-1.5S6 11.2 6 12s-.7 1.5-1.5 1.5S3 12.9 3 12m1.5 9c-.8 0-1.5-.7-1.5-1.5S3.7 18 4.5 18s1.5.7 1.5 1.5S5.3 21 4.5 21m5.2-2.5H6.8c-.2-.6-.7-1-1.3-1.3v-2.9C6.4 14 7 13.1 7 12s-.6-1.9-1.5-2.3v-3c.6-.2 1-.7 1.3-1.3h2.9C10.1 6.4 11 7 12 7s1.9-.6 2.3-1.5h2.9c.2.6.7 1 1.3 1.3v3c-.6.2-1 .7-1.3 1.2h-3c-.4-.8-1.2-1.5-2.2-1.5-1.4 0-2.5 1.1-2.5 2.5 0 1 .6 1.9 1.5 2.3v2.9c-.6.3-1 .7-1.3 1.3M12 21c-.8 0-1.5-.7-1.5-1.5S11.2 18 12 18s1.5.7 1.5 1.5S12.8 21 12 21"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.