Skip to main content

Delete


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-delete"></i>

Code point

  • Unicode: U+F135
  • CSS: \F135
  • JS: \uF135
  • HTML: &#xF135;

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-delete" viewBox="0 0 24 24">
  <g fill-rule="evenodd">
    <path d="M8 9a1 1 0 0 1 1 1v8a1 1 0 1 1-2 0v-8a1 1 0 0 1 1-1Zm8 0a1 1 0 0 1 1 1v8a1 1 0 1 1-2 0v-8a1 1 0 0 1 1-1Zm-4 0a1 1 0 0 1 1 1v8a1 1 0 1 1-2 0v-8a1 1 0 0 1 1-1Z"/>
    <path d="M19 21c0 .552-.449 1-1 1H6c-.551 0-1-.448-1-1V6.026h14V21ZM9 3c0-.552.449-1 1-1h4c.551 0 1 .448 1 1v1H9V3Zm13 1h-5V3c0-1.654-1.346-3-3-3h-4C8.346 0 7 1.346 7 3v1H2a1 1 0 1 0 0 2h1v15c0 1.654 1.346 3 3 3h12c1.654 0 3-1.346 3-3V6h1a1 1 0 1 0 0-2Z"/>
  </g>
</svg>