Skip to main content

icon-link


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

Using the Icon Component? Copy, paste, and go.

<s-icon name="icon-link"></s-icon>

Icon font

Using the web font? Copy, paste, and go.

<span class="sf-main sf-icon-link"></span>

Code point

  • Unicode: U+F142
  • CSS: \F142
  • JS: \uF142
  • HTML: &#xF142;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="s-icon s-icon-icon-link" viewBox="0 0 16 16">
  <path d="M9.333 10.67c-.095 0-.189 0-.283-.01a4 4 0 0 1-2.917-1.593.667.667 0 0 1 1.067-.8 2.667 2.667 0 0 0 4.021.288l2-2a2.667 2.667 0 0 0-3.78-3.763L8.303 3.925a.667.667 0 1 1-.94-.945L8.51 1.84A3.923 3.923 0 0 1 11.333.71a4 4 0 0 1 2.842 6.78l-2.008 2.008a4 4 0 0 1-2.834 1.172Zm-1.841 3.488 1.14-1.14a.667.667 0 0 0-.943-.943L6.556 13.21a2.667 2.667 0 0 1-3.78-3.764l2.001-2a2.667 2.667 0 0 1 4.023.288.667.667 0 1 0 1.066-.8 4 4 0 0 0-6.032-.431L1.827 8.51a4 4 0 0 0 2.84 6.778h.036a3.979 3.979 0 0 0 2.788-1.131Z"/>
</svg>