Skip to main content

icon-social-linkedin


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-social-linkedin"></s-icon>

Icon font

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

<span class="sf-social sf-icon-social-linkedin"></span>

Code point

  • Unicode: U+F108
  • CSS: \F108
  • JS: \uF108
  • HTML: &#xF108;

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-social-linkedin" viewBox="0 0 16 16">
  <path d="M12.225 12.224h-1.779V9.44c0-.664-.011-1.519-.924-1.519-.926 0-1.068.724-1.068 1.47v2.833H6.676V6.498h1.707v.783h.023a1.87 1.87 0 0 1 1.684-.925c1.802 0 2.135 1.185 2.135 2.728v3.14ZM4.67 5.716a1.032 1.032 0 1 1-.001-2.064 1.032 1.032 0 0 1 0 2.064Zm.889 6.509h-1.78V6.498h1.78v5.727ZM13.11 2H2.885A.876.876 0 0 0 2 2.866v10.268a.876.876 0 0 0 .885.866h10.226a.879.879 0 0 0 .889-.866V2.865A.877.877 0 0 0 13.111 2Z"/>
</svg>