Skip to main content

Thumbs down


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-thumbs-down"></i>

Code point

  • Unicode: U+F192
  • CSS: \F192
  • JS: \uF192
  • HTML: &#xF192;

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-thumbs-down" viewBox="0 0 24 24">
  <g fill-rule="evenodd">
    <path d="M11.5 24C9.57 24 8 22.43 8 20.5V17a1 1 0 0 0-1-1H3c-1.654 0-3-1.346-3-3V4c0-1.654 1.346-3 3-3h15a1 1 0 1 1 0 2H3a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h4c1.654 0 3 1.346 3 3v3.5c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5V18c0-2.757 2.243-5 5-5a1 1 0 1 1 0 2c-1.654 0-3 1.346-3 3v2.5c0 1.93-1.57 3.5-3.5 3.5"/>
    <path d="M19 2h-.002L19 14h3V2h-3Zm3 14h-3c-1.103 0-2-.897-2-2V2c0-1.103.897-2 2-2h3c1.103 0 2 .897 2 2v12c0 1.103-.897 2-2 2Z"/>
  </g>
</svg>