Skip to main content

icon-family


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F19B
  • CSS: \F19B
  • JS: \uF19B
  • HTML: &#xF19B;

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-family" viewBox="0 0 16 16">
  <path d="M10.5 2.667c0-.74.593-1.333 1.333-1.333s1.334.593 1.334 1.333S12.573 4 11.833 4c-.74 0-1.333-.593-1.333-1.333Zm2.667 12v-4h1.666L13.14 5.58a1.34 1.34 0 0 0-1.267-.913h-.08c-.573 0-1.086.367-1.266.913L9.953 7.3c.72.4 1.214 1.154 1.214 2.034v5.333h2Zm-5-7a1 1 0 1 0 0-2c-.554 0-1 .447-1 1 0 .553.446 1 1 1ZM3.5 4c.74 0 1.333-.593 1.333-1.333S4.24 1.334 3.5 1.334s-1.333.593-1.333 1.333S2.76 4 3.5 4Zm1.333 10.667V10h1V6c0-.733-.6-1.333-1.333-1.333h-2c-.733 0-1.333.6-1.333 1.333v4h1v4.667h2.666Zm4.334 0V12h.666V9.334c0-.547-.453-1-1-1H7.5c-.547 0-1 .453-1 1V12h.667v2.667h2Z"/>
</svg>