Skip to main content

icon-social-twitter-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-twitter-like"></s-icon>

Icon font

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

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

Code point

  • Unicode: U+F10D
  • CSS: \F10D
  • JS: \uF10D
  • HTML: &#xF10D;

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-twitter-like" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M5.718 4.073c-1.046 0-1.963.982-1.963 2.1 0 2.833 3.538 5.723 4.301 5.754.763-.031 4.3-2.921 4.3-5.754 0-1.118-.917-2.1-1.963-2.1-1.272 0-1.982 1.45-1.988 1.463-.116.277-.582.277-.698 0-.006-.013-.716-1.463-1.989-1.463Zm2.338 8.594H8.05C6.749 12.643 3 9.32 3 6.173c0-1.513 1.27-2.84 2.718-2.84 1.152 0 1.928.78 2.338 1.347.41-.566 1.185-1.347 2.337-1.347 1.448 0 2.718 1.327 2.718 2.84 0 3.147-3.749 6.47-5.049 6.494h-.006Z"/>
</svg>