Skip to main content

icon-text


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F184
  • CSS: \F184
  • JS: \uF184
  • HTML: &#xF184;

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-text" viewBox="0 0 16 16">
  <path d="M13.333 2H2.667A.667.667 0 0 0 2 2.667v2a.667.667 0 0 0 1.333 0V3.333h4v9.334H6A.667.667 0 1 0 6 14h4a.666.666 0 1 0 0-1.333H8.667V3.333h4v1.334a.667.667 0 1 0 1.333 0v-2A.666.666 0 0 0 13.333 2Z"/>
</svg>