Skip to main content

Link Off


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">link_off</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#link-off" />
</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-link-off" viewBox="0 0 24 24">
  <path d="m14.48 10.93.34-.34a.996.996 0 1 0-1.41-1.41l-.34.34zm-1.14-4.66a3.11 3.11 0 0 1 4.78.48c.84 1.24.58 2.93-.48 3.99l-1 1a.948.948 0 0 0 1.34 1.34l.93-.93c1.85-1.85 2.15-4.84.49-6.86-1.91-2.31-5.34-2.43-7.4-.37l-1.09 1.09a.948.948 0 0 0 1.34 1.34l1.09-1.09Zm-3.81 6.78-.36.36a.996.996 0 1 0 1.41 1.41l.36-.36zm1.12 4.68a3.11 3.11 0 0 1-4.78-.48c-.84-1.24-.58-2.93.48-3.99l1.02-1.02a.948.948 0 0 0-1.34-1.34l-.95.95c-1.85 1.85-2.15 4.84-.49 6.86 1.91 2.31 5.34 2.43 7.4.37l1.11-1.11a.948.948 0 0 0-1.34-1.34l-1.11 1.11ZM4.93 6.34l12.73 12.73a.996.996 0 1 0 1.41-1.41L6.34 4.93a.996.996 0 1 0-1.41 1.41"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.