hand thumb up icon

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

Name
hand-thumb-up-16-solid
Set
HeroIcons
Style
Solid 16x16
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M2.09 15a1 1 0 0 0 1-1V8a1 1 0 1 0-2 0v6a1 1 0 0 0 1 1m3.675-2H4.09V8c.663 0 1.218-.466 1.556-1.037a4 4 0 0 1 1.358-1.377c.478-.292.907-.706.989-1.26V4.32a9 9 0 0 0 0-2.642c-.028-.194.048-.394.224-.479A2 2 0 0 1 11.09 3q-.001 1.22-.235 2.371a.52.52 0 0 0 .502.629h1.733c1.104 0 2.01.898 1.901 1.997q-.03.308-.07.613a20 20 0 0 1-1.011 4.174c-.27.748-.998 1.216-1.793 1.216H9.414q-.324 0-.632-.103l-2.384-.794A2 2 0 0 0 5.765 13"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsHandThumbUp16Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.09 15a1 1 0 0 0 1-1V8a1 1 0 1 0-2 0v6a1 1 0 0 0 1 1m3.675-2H4.09V8c.663 0 1.218-.466 1.556-1.037a4 4 0 0 1 1.358-1.377c.478-.292.907-.706.989-1.26V4.32a9 9 0 0 0 0-2.642c-.028-.194.048-.394.224-.479A2 2 0 0 1 11.09 3q-.001 1.22-.235 2.371a.52.52 0 0 0 .502.629h1.733c1.104 0 2.01.898 1.901 1.997q-.03.308-.07.613a20 20 0 0 1-1.011 4.174c-.27.748-.998 1.216-1.793 1.216H9.414q-.324 0-.632-.103l-2.384-.794A2 2 0 0 0 5.765 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.09 15a1 1 0 0 0 1-1V8a1 1 0 1 0-2 0v6a1 1 0 0 0 1 1m3.675-2H4.09V8c.663 0 1.218-.466 1.556-1.037a4 4 0 0 1 1.358-1.377c.478-.292.907-.706.989-1.26V4.32a9 9 0 0 0 0-2.642c-.028-.194.048-.394.224-.479A2 2 0 0 1 11.09 3q-.001 1.22-.235 2.371a.52.52 0 0 0 .502.629h1.733c1.104 0 2.01.898 1.901 1.997q-.03.308-.07.613a20 20 0 0 1-1.011 4.174c-.27.748-.998 1.216-1.793 1.216H9.414q-.324 0-.632-.103l-2.384-.794A2 2 0 0 0 5.765 13"/></svg>
</template>

CSS

.icon-hand-thumb-up-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.09%2015a1%201%200%200%200%201-1V8a1%201%200%201%200-2%200v6a1%201%200%200%200%201%201m3.675-2H4.09V8c.663%200%201.218-.466%201.556-1.037a4%204%200%200%201%201.358-1.377c.478-.292.907-.706.989-1.26V4.32a9%209%200%200%200%200-2.642c-.028-.194.048-.394.224-.479A2%202%200%200%201%2011.09%203q-.001%201.22-.235%202.371a.52.52%200%200%200%20.502.629h1.733c1.104%200%202.01.898%201.901%201.997q-.03.308-.07.613a20%2020%200%200%201-1.011%204.174c-.27.748-.998%201.216-1.793%201.216H9.414q-.324%200-.632-.103l-2.384-.794A2%202%200%200%200%205.765%2013%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.09%2015a1%201%200%200%200%201-1V8a1%201%200%201%200-2%200v6a1%201%200%200%200%201%201m3.675-2H4.09V8c.663%200%201.218-.466%201.556-1.037a4%204%200%200%201%201.358-1.377c.478-.292.907-.706.989-1.26V4.32a9%209%200%200%200%200-2.642c-.028-.194.048-.394.224-.479A2%202%200%200%201%2011.09%203q-.001%201.22-.235%202.371a.52.52%200%200%200%20.502.629h1.733c1.104%200%202.01.898%201.901%201.997q-.03.308-.07.613a20%2020%200%200%201-1.011%204.174c-.27.748-.998%201.216-1.793%201.216H9.414q-.324%200-.632-.103l-2.384-.794A2%202%200%200%200%205.765%2013%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-16-solid.svg?color=%231a73e8&size=48