Skip to main content

Warning


Examples

Heading
Smaller heading

Inline text

Inline font

Example link text

Download

Download the SVG to use or edit.

Download SVG

Icon font

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

<i class="wiw-icon wiw-warning"></i>

Code point

  • Unicode: U+F1A1
  • CSS: \F1A1
  • JS: \uF1A1
  • HTML: &#xF1A1;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="wiw-icon wiw-warning" viewBox="0 0 24 24">
  <g fill-rule="evenodd">
    <path d="M12.003 15a1 1 0 0 1-1-1V8a1 1 0 1 1 2 0v6a1 1 0 0 1-1 1m-1.5 3a1.5 1.5 0 1 1 3 .001 1.5 1.5 0 0 1-3-.001"/>
    <path d="M12.003 2a.847.847 0 0 0-.778.481l-9.13 18.26a.86.86 0 0 0 .038.847.86.86 0 0 0 .74.412h18.26a.86.86 0 0 0 .74-.412.86.86 0 0 0 .038-.847l-9.13-18.26A.847.847 0 0 0 12.003 2m9.13 22H2.873a2.853 2.853 0 0 1-2.441-1.36 2.85 2.85 0 0 1-.126-2.793l9.13-18.26A2.854 2.854 0 0 1 12.003 0c1.094 0 2.078.608 2.567 1.587l9.13 18.26a2.85 2.85 0 0 1-.126 2.793A2.853 2.853 0 0 1 21.133 24"/>
  </g>
</svg>