Skip to main content

External Link


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">external_link</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="/transportation-icons.svg#external-link" />
</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-external-link" viewBox="0 0 24 24">
  <path d="M18.24 18.24H5.76V5.76H12V4H5.76A1.776 1.776 0 0 0 4 5.76v12.48A1.776 1.776 0 0 0 5.76 20h12.48A1.776 1.776 0 0 0 20 18.24V12h-1.76ZM14 4v1.76h2.96l-8.72 8.72 1.28 1.28 8.72-8.72V10H20V4Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.