Skip to main content

icon-social-google


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F106
  • CSS: \F106
  • JS: \uF106
  • HTML: &#xF106;

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-google" viewBox="0 0 16 16">
  <path d="M13.745 8.134c0-.38-.032-.759-.095-1.133H8v2.255h3.235a2.785 2.785 0 0 1-1.2 1.79v1.5h1.933a5.866 5.866 0 0 0 1.777-4.412Z"/>
  <path d="M8 14a5.715 5.715 0 0 0 3.965-1.455l-1.933-1.5a3.618 3.618 0 0 1-2.032.58 3.582 3.582 0 0 1-3.365-2.48h-1.99v1.546A5.992 5.992 0 0 0 8 14Z"/>
  <path d="M4.635 9.146A3.475 3.475 0 0 1 4.445 8c.001-.39.066-.776.19-1.145V5.31h-1.99a5.933 5.933 0 0 0 0 5.38l1.99-1.545Z"/>
  <path d="M8 4.376a3.253 3.253 0 0 1 2.3.9l1.71-1.71A5.733 5.733 0 0 0 8 2a5.991 5.991 0 0 0-5.355 3.31l1.99 1.546A3.582 3.582 0 0 1 8 4.376Z"/>
</svg>