Skip to main content

Object Selection

  • 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">object_selection</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#object-selection" />
</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-object-selection" viewBox="0 0 24 24">
  <path d="M11.657 6.572a.4.4 0 0 1 .686 0l2.294 3.822a.4.4 0 0 1-.344.606H9.707a.4.4 0 0 1-.343-.606zM6 13.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5zm7 2a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0"/>
  <path fill-rule="evenodd" d="M4 14H2v-4h2zm0-8V4h2V2H2v4zm6-2V2h4v2zm10 2h2V2h-4v2h2zm0 4h2v4h-2zM4 18H2v4h4v-2H4zm6 2v2h4v-2zm8 0v2h4v-4h-2v2z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.