Skip to main content

Link Broken


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_broken</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-outlined-icons.svg#link-broken" />
</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-outline mi-link-broken" viewBox="0 0 24 24">
  <path d="m9.91 15.11 1.26-1.58-1.56-1.25-1.26 1.58c-.34.43-.27 1.06.16 1.41.43.34 1.06.27 1.41-.16Zm.39 2.87a3.11 3.11 0 0 1-4.8.06c-.97-1.14-.91-2.85.03-4.02l1.83-2.29a.954.954 0 0 0-1.49-1.19L4.1 12.75c-1.63 2.04-1.59 5.05.28 6.87a5.01 5.01 0 0 0 7.4-.46l1.9-2.38a.954.954 0 0 0-1.49-1.19l-1.9 2.38Zm9.45-13.04c-1.61-2.06-4.6-2.41-6.8-1l-2.39 1.52c-.44.28-.57.87-.29 1.31s.87.57 1.31.29l2.47-1.58c1.26-.81 2.97-.69 4 .39a3.106 3.106 0 0 1-.56 4.77l-2.57 1.64c-.44.28-.57.87-.29 1.31s.87.57 1.31.29l2.57-1.64a5.01 5.01 0 0 0 1.24-7.31Zm-4.77 3.63c-.3-.47-.92-.6-1.38-.3l-1.7 1.09 1.08 1.69 1.7-1.09c.47-.3.6-.92.3-1.38Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.