Skip to main content

icon-warning


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F194
  • CSS: \F194
  • JS: \uF194
  • HTML: &#xF194;

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-warning" viewBox="0 0 16 16">
  <path d="M2.353 14.667a2 2 0 0 1-1.717-3l5.652-9.435c.179-.294.43-.538.73-.707a2.035 2.035 0 0 1 1.963 0 2 2 0 0 1 .727.705l5.649 9.43a2 2 0 0 1-1.704 3.007h-11.3Zm5.078-11.75-5.646 9.426a.667.667 0 0 0 .576.99h11.286a.667.667 0 0 0 .562-1l-5.64-9.417a.667.667 0 0 0-1.138 0Zm.57 6.417a.667.667 0 0 1-.668-.667V6a.667.667 0 0 1 1.334 0v2.667A.667.667 0 0 1 8 9.334Zm0 2a.667.667 0 1 1 0-1.335.667.667 0 0 1 0 1.335Zm0-1v.333-.333Z"/>
</svg>