Skip to main content

Select Link Add


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_link_add</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-solid-icons.svg#select-link-add" />
</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-solid mi-select-link-add" viewBox="0 0 24 24">
  <path d="M8.3 11.68c.27-.27.72-.27.99 0s.27.72 0 .99l-.67.67c-.27.27-.72.27-.99 0a.706.706 0 0 1 0-.99zm2-2c.27-.27.72-.27.99 0s.27.72 0 .99l-.67.67c-.27.27-.72.27-.99 0a.706.706 0 0 1 0-.99zm2-2c.27-.27.72-.27.99 0s.27.72 0 .99l-.67.67c-.27.27-.72.27-.99 0a.706.706 0 0 1 0-.99zm7.13.3a.47.47 0 1 0-.94 0v1.56h-1.56a.47.47 0 1 0 0 .94h1.56v1.56a.47.47 0 1 0 .94 0v-1.56h1.56a.47.47 0 1 0 0-.94h-1.56zm-4.97-.47c.26 0 .51-.1.71-.29l4-4a.996.996 0 1 0-1.41-1.41l-4 4a.996.996 0 0 0 .71 1.7Zm6.87 7.84a.76.76 0 0 0-.3-.26H21l-8.71-3.55a.5.5 0 0 0-.22-.04h-.06c-.06 0-.11 0-.16.04-.02 0-.04 0-.06.02-.07.03-.14.07-.19.13s-.1.12-.13.19l-.02.06c-.02.05-.03.11-.03.16v.06c0 .07 0 .15.04.22l3.55 8.71c.1.24.34.4.6.4h.05c.28-.02.52-.22.58-.5l.71-3.06 2.88 2.88c.12.12.29.19.46.19s.33-.07.46-.19c.25-.25.25-.66 0-.91l-2.87-2.88 3.07-.71c.27-.06.48-.3.5-.58h-.02c0-.14-.03-.27-.1-.38M5.75 13.8l-4 4a.996.996 0 0 0 .71 1.7c.26 0 .51-.1.71-.29l4-4a.996.996 0 1 0-1.41-1.41Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.