Skip to main content

icon-social-tiktok


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F10B
  • CSS: \F10B
  • JS: \uF10B
  • HTML: &#xF10B;

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-tiktok" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M10.492 2c.198 1.703 1.149 2.718 2.802 2.826v1.915c-.958.094-1.797-.22-2.773-.81v3.582c0 4.551-4.963 5.973-6.958 2.711-1.282-2.098-.497-5.781 3.616-5.93v2.02c-.313.051-.648.13-.954.235-.915.31-1.434.889-1.29 1.911.278 1.959 3.872 2.538 3.573-1.289V2.004h1.984V2Z"/>
</svg>