Skip to main content

Thumbs up


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

Code point

  • Unicode: U+F194
  • CSS: \F194
  • JS: \uF194
  • HTML: &#xF194;

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-up" viewBox="0 0 24 24">
  <g fill-rule="evenodd">
    <path d="M21 23H6a1 1 0 1 1 0-2h15a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1h-4c-1.654 0-3-1.346-3-3V3.5c0-.827-.673-1.5-1.5-1.5S11 2.673 11 3.5V6c0 2.757-2.243 5-5 5a1 1 0 1 1 0-2c1.654 0 3-1.346 3-3V3.5C9 1.57 10.57 0 12.5 0S16 1.57 16 3.5V7a1 1 0 0 0 1 1h4c1.654 0 3 1.346 3 3v9c0 1.654-1.346 3-3 3"/>
    <path d="M2 10v12h3.002L5 10H2Zm3 14H2c-1.103 0-2-.897-2-2V10c0-1.103.897-2 2-2h3c1.103 0 2 .897 2 2v12c0 1.103-.897 2-2 2Z"/>
  </g>
</svg>