hand thumbsup icon
hand-thumbsup-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- hand-thumbsup-fill
- Set
- Framework7 Icons
- Style
- Fill
- 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="M43.937 51.766c1.829-.422 3.68-1.618 3.68-3.868c0-.914-.258-1.546-.562-2.086c-.188-.304-.164-.539.117-.656c1.476-.656 2.695-1.968 2.695-3.867c0-1.055-.281-2.016-.82-2.695c-.258-.352-.211-.633.21-.89c1.102-.61 1.806-1.97 1.806-3.517c0-1.078-.352-2.273-1.009-2.859c-.35-.328-.28-.562.118-.89c.773-.586 1.195-1.711 1.195-3.047c0-2.297-1.781-4.149-4.125-4.149h-8.367c-2.11 0-3.54-1.101-3.54-2.836c0-3.234 4.009-9.047 4.009-13.242c0-2.18-1.43-3.492-3.282-3.492c-1.687 0-2.554 1.172-3.468 2.953c-3.493 6.89-8.227 12.445-11.813 17.203c-3.047 4.078-4.547 7.5-4.617 13.125c-.117 8.649 6.89 15.234 17.906 15.328l3.258.024c3.07.023 5.32-.211 6.61-.54M4.633 37.117c0 7.031 4.36 12.914 10.242 12.914h4.195c-4.242-3.093-6.187-7.781-6.094-13.148c.07-5.953 2.391-10.196 4.454-12.774h-3.446c-5.273 0-9.351 5.72-9.351 13.008"/></svg>
React
import type { SVGProps } from "react";
export function F7HandThumbsupFill(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="M43.937 51.766c1.829-.422 3.68-1.618 3.68-3.868c0-.914-.258-1.546-.562-2.086c-.188-.304-.164-.539.117-.656c1.476-.656 2.695-1.968 2.695-3.867c0-1.055-.281-2.016-.82-2.695c-.258-.352-.211-.633.21-.89c1.102-.61 1.806-1.97 1.806-3.517c0-1.078-.352-2.273-1.009-2.859c-.35-.328-.28-.562.118-.89c.773-.586 1.195-1.711 1.195-3.047c0-2.297-1.781-4.149-4.125-4.149h-8.367c-2.11 0-3.54-1.101-3.54-2.836c0-3.234 4.009-9.047 4.009-13.242c0-2.18-1.43-3.492-3.282-3.492c-1.687 0-2.554 1.172-3.468 2.953c-3.493 6.89-8.227 12.445-11.813 17.203c-3.047 4.078-4.547 7.5-4.617 13.125c-.117 8.649 6.89 15.234 17.906 15.328l3.258.024c3.07.023 5.32-.211 6.61-.54M4.633 37.117c0 7.031 4.36 12.914 10.242 12.914h4.195c-4.242-3.093-6.187-7.781-6.094-13.148c.07-5.953 2.391-10.196 4.454-12.774h-3.446c-5.273 0-9.351 5.72-9.351 13.008"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M43.937 51.766c1.829-.422 3.68-1.618 3.68-3.868c0-.914-.258-1.546-.562-2.086c-.188-.304-.164-.539.117-.656c1.476-.656 2.695-1.968 2.695-3.867c0-1.055-.281-2.016-.82-2.695c-.258-.352-.211-.633.21-.89c1.102-.61 1.806-1.97 1.806-3.517c0-1.078-.352-2.273-1.009-2.859c-.35-.328-.28-.562.118-.89c.773-.586 1.195-1.711 1.195-3.047c0-2.297-1.781-4.149-4.125-4.149h-8.367c-2.11 0-3.54-1.101-3.54-2.836c0-3.234 4.009-9.047 4.009-13.242c0-2.18-1.43-3.492-3.282-3.492c-1.687 0-2.554 1.172-3.468 2.953c-3.493 6.89-8.227 12.445-11.813 17.203c-3.047 4.078-4.547 7.5-4.617 13.125c-.117 8.649 6.89 15.234 17.906 15.328l3.258.024c3.07.023 5.32-.211 6.61-.54M4.633 37.117c0 7.031 4.36 12.914 10.242 12.914h4.195c-4.242-3.093-6.187-7.781-6.094-13.148c.07-5.953 2.391-10.196 4.454-12.774h-3.446c-5.273 0-9.351 5.72-9.351 13.008"/></svg> </template>
CSS
.icon-hand-thumbsup-fill {
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%22M43.937%2051.766c1.829-.422%203.68-1.618%203.68-3.868c0-.914-.258-1.546-.562-2.086c-.188-.304-.164-.539.117-.656c1.476-.656%202.695-1.968%202.695-3.867c0-1.055-.281-2.016-.82-2.695c-.258-.352-.211-.633.21-.89c1.102-.61%201.806-1.97%201.806-3.517c0-1.078-.352-2.273-1.009-2.859c-.35-.328-.28-.562.118-.89c.773-.586%201.195-1.711%201.195-3.047c0-2.297-1.781-4.149-4.125-4.149h-8.367c-2.11%200-3.54-1.101-3.54-2.836c0-3.234%204.009-9.047%204.009-13.242c0-2.18-1.43-3.492-3.282-3.492c-1.687%200-2.554%201.172-3.468%202.953c-3.493%206.89-8.227%2012.445-11.813%2017.203c-3.047%204.078-4.547%207.5-4.617%2013.125c-.117%208.649%206.89%2015.234%2017.906%2015.328l3.258.024c3.07.023%205.32-.211%206.61-.54M4.633%2037.117c0%207.031%204.36%2012.914%2010.242%2012.914h4.195c-4.242-3.093-6.187-7.781-6.094-13.148c.07-5.953%202.391-10.196%204.454-12.774h-3.446c-5.273%200-9.351%205.72-9.351%2013.008%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%22M43.937%2051.766c1.829-.422%203.68-1.618%203.68-3.868c0-.914-.258-1.546-.562-2.086c-.188-.304-.164-.539.117-.656c1.476-.656%202.695-1.968%202.695-3.867c0-1.055-.281-2.016-.82-2.695c-.258-.352-.211-.633.21-.89c1.102-.61%201.806-1.97%201.806-3.517c0-1.078-.352-2.273-1.009-2.859c-.35-.328-.28-.562.118-.89c.773-.586%201.195-1.711%201.195-3.047c0-2.297-1.781-4.149-4.125-4.149h-8.367c-2.11%200-3.54-1.101-3.54-2.836c0-3.234%204.009-9.047%204.009-13.242c0-2.18-1.43-3.492-3.282-3.492c-1.687%200-2.554%201.172-3.468%202.953c-3.493%206.89-8.227%2012.445-11.813%2017.203c-3.047%204.078-4.547%207.5-4.617%2013.125c-.117%208.649%206.89%2015.234%2017.906%2015.328l3.258.024c3.07.023%205.32-.211%206.61-.54M4.633%2037.117c0%207.031%204.36%2012.914%2010.242%2012.914h4.195c-4.242-3.093-6.187-7.781-6.094-13.148c.07-5.953%202.391-10.196%204.454-12.774h-3.446c-5.273%200-9.351%205.72-9.351%2013.008%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/hand-thumbsup-fill.svg?color=%231a73e8&size=48