Skip to main content

Connects Port To Element

  • 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">connects_port_to_element</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#connects-port-to-element" />
</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-connects-port-to-element" viewBox="0 0 24 24">
  <path fill-rule="evenodd" d="M16 5H8a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3M8 3a5 5 0 0 0-5 5v8a5 5 0 0 0 5 5h8a5 5 0 0 0 5-5V8a5 5 0 0 0-5-5z"/>
  <path d="M15.049 7.765a2 2 0 0 1 1.897 2.632l-1.843 5.53a2 2 0 0 1-1.897 1.367h-2.411a2 2 0 0 1-1.898-1.367l-1.843-5.53a2 2 0 0 1 1.897-2.632z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.