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">
  <g fill-rule="evenodd">
    <path d="M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12"/>
    <path d="M12 15.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM12 5a1 1 0 0 1 1 1v7a1 1 0 1 1-2 0V6a1 1 0 0 1 1-1Z"/>
  </g>
</svg>