Skip to main content

Select 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">select_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#select-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-select-polygon" viewBox="0 0 24 24">
  <path d="M2.37 19.297v2.055h.686v1.37H1v-3.425zm7.879 2.055v1.37h-5.48v-1.37zm5.735-1.582-.377.568-1.59 2.385h-2.055v-1.37h1.322l1.183-1.772.377-.572zm3.963-5.982-3.01 4.557-1.141-.761.38-.572 2.278-3.422.377-.57zm-17.152-.606-.377.572-.048.068v3.762H1v-4.111h.004l.003-.035v-.04l.004-.003.007-.011.341-.517.295-.442zM23 9.235l-2.076 3.121-1.14-.76.376-.573.901-1.35-.253-.15.702-1.178zM6.78 7.19l-.38.573-2.276 3.422-.38.572-1.14-.76.215-.326.164-.243 2.275-3.426.38-.568zm9.087-2.216.056.034 3.528 2.107.58.346.009.007-.702 1.175-.589-.35-3.53-2.11-.584-.353.702-1.175zm-5.45-3.272 2.86 1.713.467.277.123.073-.702 1.174-.59-.342L9.66 2.854l-1.556 2.34-.38.585-1.14-.758.38-.572L8.48 2.168 9.24 1z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.