hand thumbsup icon

hand-thumbsup from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
hand-thumbsup
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the hand thumbsup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M33.344 54.414H36.6c2.93 0 5.461-.187 7.126-.586c3.234-.797 5.25-3.047 5.25-5.93a5.8 5.8 0 0 0-.258-1.687c1.617-1.172 2.53-2.977 2.53-4.922c0-.96-.187-1.898-.538-2.672c1.078-1.101 1.734-2.719 1.734-4.43c0-1.101-.28-2.273-.773-3.117c.68-.96 1.055-2.25 1.055-3.68c0-3.492-2.72-6.257-6.211-6.257h-8.86c-.562 0-.937-.258-.937-.727c0-2.554 3.984-8.484 3.984-13.242c0-3.234-2.25-5.578-5.367-5.578c-2.297 0-3.844 1.195-5.367 4.102c-2.86 5.484-6.235 10.336-11.813 17.132h-4.453c-5.789 0-10.43 6.54-10.43 14.532c0 7.898 5.11 14.46 11.32 14.46h7.735c3.094 1.618 6.844 2.602 11.016 2.602m3.28-3.539l-3.257-.047c-9.82-.07-16.476-5.625-16.476-13.594c0-5.062 1.125-8.297 4.312-12.562c3.54-4.711 8.414-10.36 11.93-17.367c.937-1.875 1.43-2.18 2.203-2.18c1.148 0 1.828.727 1.828 2.04c0 3.796-3.984 9.562-3.984 13.241c0 2.649 2.203 4.266 4.992 4.266h8.344c1.547 0 2.672 1.172 2.672 2.719c0 1.125-.352 1.851-1.266 2.742c-.234.234-.352.469-.352.726c0 .188.07.399.235.586c.773 1.125 1.101 1.828 1.101 2.742c0 1.126-.539 2.063-1.594 2.883c-.445.328-.68.703-.68 1.102c0 .14.024.305.118.469c.68 1.289.96 1.804.96 2.648c0 1.266-.796 2.227-2.483 3.094c-.352.187-.563.469-.563.82c0 .14.047.281.117.445c.586 1.43.656 1.664.656 2.25c0 1.149-.843 2.063-2.554 2.485c-1.383.351-3.586.515-6.258.492m-22.03-2.602c-4.149 0-7.782-4.992-7.782-10.921c0-6.047 3.258-10.993 6.891-10.993h2.156c-1.758 3.282-2.508 6.727-2.508 10.805c0 4.406 1.594 8.203 4.43 11.11Z"/></svg>

React

import type { SVGProps } from "react";

export function F7HandThumbsup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M33.344 54.414H36.6c2.93 0 5.461-.187 7.126-.586c3.234-.797 5.25-3.047 5.25-5.93a5.8 5.8 0 0 0-.258-1.687c1.617-1.172 2.53-2.977 2.53-4.922c0-.96-.187-1.898-.538-2.672c1.078-1.101 1.734-2.719 1.734-4.43c0-1.101-.28-2.273-.773-3.117c.68-.96 1.055-2.25 1.055-3.68c0-3.492-2.72-6.257-6.211-6.257h-8.86c-.562 0-.937-.258-.937-.727c0-2.554 3.984-8.484 3.984-13.242c0-3.234-2.25-5.578-5.367-5.578c-2.297 0-3.844 1.195-5.367 4.102c-2.86 5.484-6.235 10.336-11.813 17.132h-4.453c-5.789 0-10.43 6.54-10.43 14.532c0 7.898 5.11 14.46 11.32 14.46h7.735c3.094 1.618 6.844 2.602 11.016 2.602m3.28-3.539l-3.257-.047c-9.82-.07-16.476-5.625-16.476-13.594c0-5.062 1.125-8.297 4.312-12.562c3.54-4.711 8.414-10.36 11.93-17.367c.937-1.875 1.43-2.18 2.203-2.18c1.148 0 1.828.727 1.828 2.04c0 3.796-3.984 9.562-3.984 13.241c0 2.649 2.203 4.266 4.992 4.266h8.344c1.547 0 2.672 1.172 2.672 2.719c0 1.125-.352 1.851-1.266 2.742c-.234.234-.352.469-.352.726c0 .188.07.399.235.586c.773 1.125 1.101 1.828 1.101 2.742c0 1.126-.539 2.063-1.594 2.883c-.445.328-.68.703-.68 1.102c0 .14.024.305.118.469c.68 1.289.96 1.804.96 2.648c0 1.266-.796 2.227-2.483 3.094c-.352.187-.563.469-.563.82c0 .14.047.281.117.445c.586 1.43.656 1.664.656 2.25c0 1.149-.843 2.063-2.554 2.485c-1.383.351-3.586.515-6.258.492m-22.03-2.602c-4.149 0-7.782-4.992-7.782-10.921c0-6.047 3.258-10.993 6.891-10.993h2.156c-1.758 3.282-2.508 6.727-2.508 10.805c0 4.406 1.594 8.203 4.43 11.11Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M33.344 54.414H36.6c2.93 0 5.461-.187 7.126-.586c3.234-.797 5.25-3.047 5.25-5.93a5.8 5.8 0 0 0-.258-1.687c1.617-1.172 2.53-2.977 2.53-4.922c0-.96-.187-1.898-.538-2.672c1.078-1.101 1.734-2.719 1.734-4.43c0-1.101-.28-2.273-.773-3.117c.68-.96 1.055-2.25 1.055-3.68c0-3.492-2.72-6.257-6.211-6.257h-8.86c-.562 0-.937-.258-.937-.727c0-2.554 3.984-8.484 3.984-13.242c0-3.234-2.25-5.578-5.367-5.578c-2.297 0-3.844 1.195-5.367 4.102c-2.86 5.484-6.235 10.336-11.813 17.132h-4.453c-5.789 0-10.43 6.54-10.43 14.532c0 7.898 5.11 14.46 11.32 14.46h7.735c3.094 1.618 6.844 2.602 11.016 2.602m3.28-3.539l-3.257-.047c-9.82-.07-16.476-5.625-16.476-13.594c0-5.062 1.125-8.297 4.312-12.562c3.54-4.711 8.414-10.36 11.93-17.367c.937-1.875 1.43-2.18 2.203-2.18c1.148 0 1.828.727 1.828 2.04c0 3.796-3.984 9.562-3.984 13.241c0 2.649 2.203 4.266 4.992 4.266h8.344c1.547 0 2.672 1.172 2.672 2.719c0 1.125-.352 1.851-1.266 2.742c-.234.234-.352.469-.352.726c0 .188.07.399.235.586c.773 1.125 1.101 1.828 1.101 2.742c0 1.126-.539 2.063-1.594 2.883c-.445.328-.68.703-.68 1.102c0 .14.024.305.118.469c.68 1.289.96 1.804.96 2.648c0 1.266-.796 2.227-2.483 3.094c-.352.187-.563.469-.563.82c0 .14.047.281.117.445c.586 1.43.656 1.664.656 2.25c0 1.149-.843 2.063-2.554 2.485c-1.383.351-3.586.515-6.258.492m-22.03-2.602c-4.149 0-7.782-4.992-7.782-10.921c0-6.047 3.258-10.993 6.891-10.993h2.156c-1.758 3.282-2.508 6.727-2.508 10.805c0 4.406 1.594 8.203 4.43 11.11Z"/></svg>
</template>

CSS

.icon-hand-thumbsup {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M33.344%2054.414H36.6c2.93%200%205.461-.187%207.126-.586c3.234-.797%205.25-3.047%205.25-5.93a5.8%205.8%200%200%200-.258-1.687c1.617-1.172%202.53-2.977%202.53-4.922c0-.96-.187-1.898-.538-2.672c1.078-1.101%201.734-2.719%201.734-4.43c0-1.101-.28-2.273-.773-3.117c.68-.96%201.055-2.25%201.055-3.68c0-3.492-2.72-6.257-6.211-6.257h-8.86c-.562%200-.937-.258-.937-.727c0-2.554%203.984-8.484%203.984-13.242c0-3.234-2.25-5.578-5.367-5.578c-2.297%200-3.844%201.195-5.367%204.102c-2.86%205.484-6.235%2010.336-11.813%2017.132h-4.453c-5.789%200-10.43%206.54-10.43%2014.532c0%207.898%205.11%2014.46%2011.32%2014.46h7.735c3.094%201.618%206.844%202.602%2011.016%202.602m3.28-3.539l-3.257-.047c-9.82-.07-16.476-5.625-16.476-13.594c0-5.062%201.125-8.297%204.312-12.562c3.54-4.711%208.414-10.36%2011.93-17.367c.937-1.875%201.43-2.18%202.203-2.18c1.148%200%201.828.727%201.828%202.04c0%203.796-3.984%209.562-3.984%2013.241c0%202.649%202.203%204.266%204.992%204.266h8.344c1.547%200%202.672%201.172%202.672%202.719c0%201.125-.352%201.851-1.266%202.742c-.234.234-.352.469-.352.726c0%20.188.07.399.235.586c.773%201.125%201.101%201.828%201.101%202.742c0%201.126-.539%202.063-1.594%202.883c-.445.328-.68.703-.68%201.102c0%20.14.024.305.118.469c.68%201.289.96%201.804.96%202.648c0%201.266-.796%202.227-2.483%203.094c-.352.187-.563.469-.563.82c0%20.14.047.281.117.445c.586%201.43.656%201.664.656%202.25c0%201.149-.843%202.063-2.554%202.485c-1.383.351-3.586.515-6.258.492m-22.03-2.602c-4.149%200-7.782-4.992-7.782-10.921c0-6.047%203.258-10.993%206.891-10.993h2.156c-1.758%203.282-2.508%206.727-2.508%2010.805c0%204.406%201.594%208.203%204.43%2011.11Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M33.344%2054.414H36.6c2.93%200%205.461-.187%207.126-.586c3.234-.797%205.25-3.047%205.25-5.93a5.8%205.8%200%200%200-.258-1.687c1.617-1.172%202.53-2.977%202.53-4.922c0-.96-.187-1.898-.538-2.672c1.078-1.101%201.734-2.719%201.734-4.43c0-1.101-.28-2.273-.773-3.117c.68-.96%201.055-2.25%201.055-3.68c0-3.492-2.72-6.257-6.211-6.257h-8.86c-.562%200-.937-.258-.937-.727c0-2.554%203.984-8.484%203.984-13.242c0-3.234-2.25-5.578-5.367-5.578c-2.297%200-3.844%201.195-5.367%204.102c-2.86%205.484-6.235%2010.336-11.813%2017.132h-4.453c-5.789%200-10.43%206.54-10.43%2014.532c0%207.898%205.11%2014.46%2011.32%2014.46h7.735c3.094%201.618%206.844%202.602%2011.016%202.602m3.28-3.539l-3.257-.047c-9.82-.07-16.476-5.625-16.476-13.594c0-5.062%201.125-8.297%204.312-12.562c3.54-4.711%208.414-10.36%2011.93-17.367c.937-1.875%201.43-2.18%202.203-2.18c1.148%200%201.828.727%201.828%202.04c0%203.796-3.984%209.562-3.984%2013.241c0%202.649%202.203%204.266%204.992%204.266h8.344c1.547%200%202.672%201.172%202.672%202.719c0%201.125-.352%201.851-1.266%202.742c-.234.234-.352.469-.352.726c0%20.188.07.399.235.586c.773%201.125%201.101%201.828%201.101%202.742c0%201.126-.539%202.063-1.594%202.883c-.445.328-.68.703-.68%201.102c0%20.14.024.305.118.469c.68%201.289.96%201.804.96%202.648c0%201.266-.796%202.227-2.483%203.094c-.352.187-.563.469-.563.82c0%20.14.047.281.117.445c.586%201.43.656%201.664.656%202.25c0%201.149-.843%202.063-2.554%202.485c-1.383.351-3.586.515-6.258.492m-22.03-2.602c-4.149%200-7.782-4.992-7.782-10.921c0-6.047%203.258-10.993%206.891-10.993h2.156c-1.758%203.282-2.508%206.727-2.508%2010.805c0%204.406%201.594%208.203%204.43%2011.11Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/hand-thumbsup.svg?color=%231a73e8&size=48