Skip to main content

icon-close


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F11F
  • CSS: \F11F
  • JS: \uF11F
  • HTML: &#xF11F;

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-close" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M12.474 11.527a.67.67 0 0 1-.947.947L8 8.94l-3.526 3.534a.67.67 0 0 1-.947-.947L7.06 8 3.527 4.474a.67.67 0 1 1 .947-.947L8 7.06l3.527-3.533a.67.67 0 0 1 .947.947L8.94 8l3.534 3.527Z"/>
</svg>