Skip to main content

icon-question-answer


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-question-answer"></s-icon>

Icon font

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

<span class="sf-main sf-icon-question-answer"></span>

Code point

  • Unicode: U+F19E
  • CSS: \F19E
  • JS: \uF19E
  • HTML: &#xF19E;

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-question-answer" viewBox="0 0 16 16">
  <path d="M10 2.667v4.667H3.447l-.78.78V2.667H10Zm.667-1.333H2c-.367 0-.667.3-.667.666v9.334L4 8.667h6.667c.366 0 .666-.3.666-.667V2c0-.367-.3-.667-.666-.667ZM14 4h-1.333v6H4v1.334c0 .366.3.666.667.666H12l2.667 2.667v-10c0-.367-.3-.667-.667-.667Z"/>
</svg>