Skip to main content

icon-flag


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F19C
  • CSS: \F19C
  • JS: \uF19C
  • HTML: &#xF19C;

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-flag" viewBox="0 0 16 16">
  <path d="m9 3.667-.667-1.333H3v11.333h1.333V9h3.334l.666 1.334H13V3.667H9ZM11.667 9H9l-.667-1.333h-4v-4h3.334L8.333 5h3.334v4Z"/>
</svg>