Skip to main content

Alert filled


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-alert-filled"></i>

Code point

  • Unicode: U+F105
  • CSS: \F105
  • JS: \uF105
  • HTML: &#xF105;

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-alert-filled" viewBox="0 0 24 24">
  <path fill="#000" fill-rule="evenodd" d="M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12"/>
  <path fill="#555" fill-rule="evenodd" d="M11 13a1 1 0 1 0 2 0V6a1 1 0 1 0-2 0v7Zm1 2.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"/>
</svg>