Skip to main content

icon-social-facebook-like


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-social-facebook-like"></s-icon>

Icon font

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

<span class="sf-social sf-icon-social-facebook-like"></span>

Code point

  • Unicode: U+F103
  • CSS: \F103
  • JS: \uF103
  • HTML: &#xF103;

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-facebook-like" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M4.444 11.333A.448.448 0 0 0 4 10.89a.448.448 0 0 0-.444.444c0 .243.2.445.444.445a.448.448 0 0 0 .444-.445Zm8-4a.919.919 0 0 0-.888-.889H9.11c0-.812.667-1.402.667-2.222 0-.812-.16-1.333-1.111-1.333-.445.451-.216 1.514-.89 2.222-.194.202-.36.417-.534.632-.312.403-1.139 1.59-1.687 1.59h-.223v4.445h.223c.388 0 1.027.25 1.402.382.764.264 1.556.507 2.375.507h.84c.785 0 1.334-.313 1.334-1.16 0-.132-.014-.264-.035-.389.292-.16.452-.556.452-.875a.967.967 0 0 0-.125-.48c.236-.221.368-.5.368-.825 0-.223-.098-.55-.243-.716.326-.007.52-.632.52-.889Zm.89-.007c0 .403-.119.799-.341 1.132.042.153.063.32.063.48 0 .347-.09.694-.264 1 .014.097.02.2.02.298 0 .445-.145.889-.416 1.236.014 1.313-.882 2.084-2.167 2.084h-.896c-.986 0-1.902-.292-2.82-.612-.2-.069-.763-.277-.957-.277h-2a.886.886 0 0 1-.89-.89V7.334c0-.493.396-.889.89-.889h1.902c.271-.18.743-.805.952-1.076.236-.306.479-.604.743-.889.416-.444.194-1.542.889-2.222A.907.907 0 0 1 8.667 2c.722 0 1.416.257 1.757.93.215.424.243.827.243 1.292 0 .486-.125.903-.334 1.334h1.223c.958 0 1.777.812 1.777 1.77Z"/>
</svg>