Skip to main content

icon-info


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F13E
  • CSS: \F13E
  • JS: \uF13E
  • HTML: &#xF13E;

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-info" viewBox="0 0 16 16">
  <path d="M8 15.334A7.333 7.333 0 1 1 15.334 8 7.342 7.342 0 0 1 8 15.334ZM8 2a6 6 0 1 0 6 6 6.007 6.007 0 0 0-6-6Zm.667 8.667V8a.667.667 0 0 0-1.333 0v2.667a.667.667 0 1 0 1.333 0ZM8 6a.667.667 0 1 1 0-1.333A.667.667 0 0 1 8 6Zm0-1v.334V5Z"/>
</svg>