hand-lizard from Font Awesome 6 Solid by Dave Gandy · Regular · Hands · CC-BY-4.0 Attribution required.

Name
hand-lizard
Set
Font Awesome 6 Solid
Style
Regular
Category
Hands
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More hands icons from Font Awesome 6 Solid

Use the hand lizard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 112c0-26.5 21.5-48 48-48h238.5c36.8 0 71.2 18 92.1 48.2l113.5 164c13 18.7 19.9 41 19.9 63.8v76c0 17.7-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32v-13.8L273.9 352H112c-26.5 0-48-21.5-48-48s21.5-48 48-48h128c26.5 0 48-21.5 48-48s-21.5-48-48-48H48c-26.5 0-48-21.5-48-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHandLizard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 112c0-26.5 21.5-48 48-48h238.5c36.8 0 71.2 18 92.1 48.2l113.5 164c13 18.7 19.9 41 19.9 63.8v76c0 17.7-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32v-13.8L273.9 352H112c-26.5 0-48-21.5-48-48s21.5-48 48-48h128c26.5 0 48-21.5 48-48s-21.5-48-48-48H48c-26.5 0-48-21.5-48-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 112c0-26.5 21.5-48 48-48h238.5c36.8 0 71.2 18 92.1 48.2l113.5 164c13 18.7 19.9 41 19.9 63.8v76c0 17.7-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32v-13.8L273.9 352H112c-26.5 0-48-21.5-48-48s21.5-48 48-48h128c26.5 0 48-21.5 48-48s-21.5-48-48-48H48c-26.5 0-48-21.5-48-48"/></svg>
</template>

CSS

.icon-hand-lizard {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20112c0-26.5%2021.5-48%2048-48h238.5c36.8%200%2071.2%2018%2092.1%2048.2l113.5%20164c13%2018.7%2019.9%2041%2019.9%2063.8v76c0%2017.7-14.3%2032-32%2032h-96c-17.7%200-32-14.3-32-32v-13.8L273.9%20352H112c-26.5%200-48-21.5-48-48s21.5-48%2048-48h128c26.5%200%2048-21.5%2048-48s-21.5-48-48-48H48c-26.5%200-48-21.5-48-48%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20112c0-26.5%2021.5-48%2048-48h238.5c36.8%200%2071.2%2018%2092.1%2048.2l113.5%20164c13%2018.7%2019.9%2041%2019.9%2063.8v76c0%2017.7-14.3%2032-32%2032h-96c-17.7%200-32-14.3-32-32v-13.8L273.9%20352H112c-26.5%200-48-21.5-48-48s21.5-48%2048-48h128c26.5%200%2048-21.5%2048-48s-21.5-48-48-48H48c-26.5%200-48-21.5-48-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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