Skip to main content

icon-stats


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-stats"></s-icon>

Icon font

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

<span class="sf-main sf-icon-stats"></span>

Code point

  • Unicode: U+F17E
  • CSS: \F17E
  • JS: \uF17E
  • HTML: &#xF17E;

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-icon-stats" viewBox="0 0 16 16">
  <path d="M8 14c-.4 0-.667-.267-.667-.667V6.667C7.333 6.267 7.6 6 8 6s.667.267.667.667v6.666c0 .4-.267.667-.667.667Zm4.667-.667V2.667c0-.4-.267-.667-.667-.667s-.666.267-.666.667v10.666c0 .4.266.667.666.667s.667-.267.667-.667Zm-8 0v-2.666c0-.4-.267-.667-.667-.667s-.667.267-.667.667v2.666c0 .4.267.667.667.667s.667-.267.667-.667Z"/>
</svg>