hand thumb up icon

hand-thumb-up-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.

Name
hand-thumb-up-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
License
MIT

3 other variants in HeroIcons

Related icons in HeroIcons

Use the hand thumb up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M1 8.25a1.25 1.25 0 1 1 2.5 0v7.5a1.25 1.25 0 1 1-2.5 0zM11 3V1.7c0-.268.14-.526.395-.607A2 2 0 0 1 14 3c0 .995-.182 1.948-.514 2.826c-.204.54.166 1.174.744 1.174h2.52c1.243 0 2.261 1.01 2.146 2.247a24 24 0 0 1-1.341 5.974C17.153 16.323 16.072 17 14.9 17h-3.192a3 3 0 0 1-1.341-.317l-2.734-1.366A3 3 0 0 0 6.292 15H5V8h.963c.685 0 1.258-.483 1.612-1.068a4 4 0 0 1 2.166-1.73c.432-.143.853-.386 1.011-.814c.16-.432.248-.9.248-1.388"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsHandThumbUp20Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M1 8.25a1.25 1.25 0 1 1 2.5 0v7.5a1.25 1.25 0 1 1-2.5 0zM11 3V1.7c0-.268.14-.526.395-.607A2 2 0 0 1 14 3c0 .995-.182 1.948-.514 2.826c-.204.54.166 1.174.744 1.174h2.52c1.243 0 2.261 1.01 2.146 2.247a24 24 0 0 1-1.341 5.974C17.153 16.323 16.072 17 14.9 17h-3.192a3 3 0 0 1-1.341-.317l-2.734-1.366A3 3 0 0 0 6.292 15H5V8h.963c.685 0 1.258-.483 1.612-1.068a4 4 0 0 1 2.166-1.73c.432-.143.853-.386 1.011-.814c.16-.432.248-.9.248-1.388"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M1 8.25a1.25 1.25 0 1 1 2.5 0v7.5a1.25 1.25 0 1 1-2.5 0zM11 3V1.7c0-.268.14-.526.395-.607A2 2 0 0 1 14 3c0 .995-.182 1.948-.514 2.826c-.204.54.166 1.174.744 1.174h2.52c1.243 0 2.261 1.01 2.146 2.247a24 24 0 0 1-1.341 5.974C17.153 16.323 16.072 17 14.9 17h-3.192a3 3 0 0 1-1.341-.317l-2.734-1.366A3 3 0 0 0 6.292 15H5V8h.963c.685 0 1.258-.483 1.612-1.068a4 4 0 0 1 2.166-1.73c.432-.143.853-.386 1.011-.814c.16-.432.248-.9.248-1.388"/></svg>
</template>

CSS

.icon-hand-thumb-up-20-solid {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%208.25a1.25%201.25%200%201%201%202.5%200v7.5a1.25%201.25%200%201%201-2.5%200zM11%203V1.7c0-.268.14-.526.395-.607A2%202%200%200%201%2014%203c0%20.995-.182%201.948-.514%202.826c-.204.54.166%201.174.744%201.174h2.52c1.243%200%202.261%201.01%202.146%202.247a24%2024%200%200%201-1.341%205.974C17.153%2016.323%2016.072%2017%2014.9%2017h-3.192a3%203%200%200%201-1.341-.317l-2.734-1.366A3%203%200%200%200%206.292%2015H5V8h.963c.685%200%201.258-.483%201.612-1.068a4%204%200%200%201%202.166-1.73c.432-.143.853-.386%201.011-.814c.16-.432.248-.9.248-1.388%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%208.25a1.25%201.25%200%201%201%202.5%200v7.5a1.25%201.25%200%201%201-2.5%200zM11%203V1.7c0-.268.14-.526.395-.607A2%202%200%200%201%2014%203c0%20.995-.182%201.948-.514%202.826c-.204.54.166%201.174.744%201.174h2.52c1.243%200%202.261%201.01%202.146%202.247a24%2024%200%200%201-1.341%205.974C17.153%2016.323%2016.072%2017%2014.9%2017h-3.192a3%203%200%200%201-1.341-.317l-2.734-1.366A3%203%200%200%200%206.292%2015H5V8h.963c.685%200%201.258-.483%201.612-1.068a4%204%200%200%201%202.166-1.73c.432-.143.853-.386%201.011-.814c.16-.432.248-.9.248-1.388%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/hand-thumb-up-20-solid.svg?color=%231a73e8&size=48