hand-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
hand-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188 52a23.9 23.9 0 0 0-16 6.13V44a24 24 0 0 0-47.93-1.8A24 24 0 0 0 84 60v78l-11.25-18.06a24 24 0 0 0-41.62 23.92C64.44 214.12 82.17 236 128 236a84.09 84.09 0 0 0 84-84V76a24 24 0 0 0-24-24m16 100a76.09 76.09 0 0 1-76 76c-37.29 0-53.59-11.51-89.71-87.71l-.15-.29a16 16 0 0 1 27.71-16a1 1 0 0 1 .07.12l18.68 30A4 4 0 0 0 92 152V60a16 16 0 0 1 32 0v60a4 4 0 0 0 8 0V44a16 16 0 0 1 32 0v76a4 4 0 0 0 8 0V76a16 16 0 0 1 32 0Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHandThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188 52a23.9 23.9 0 0 0-16 6.13V44a24 24 0 0 0-47.93-1.8A24 24 0 0 0 84 60v78l-11.25-18.06a24 24 0 0 0-41.62 23.92C64.44 214.12 82.17 236 128 236a84.09 84.09 0 0 0 84-84V76a24 24 0 0 0-24-24m16 100a76.09 76.09 0 0 1-76 76c-37.29 0-53.59-11.51-89.71-87.71l-.15-.29a16 16 0 0 1 27.71-16a1 1 0 0 1 .07.12l18.68 30A4 4 0 0 0 92 152V60a16 16 0 0 1 32 0v60a4 4 0 0 0 8 0V44a16 16 0 0 1 32 0v76a4 4 0 0 0 8 0V76a16 16 0 0 1 32 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188 52a23.9 23.9 0 0 0-16 6.13V44a24 24 0 0 0-47.93-1.8A24 24 0 0 0 84 60v78l-11.25-18.06a24 24 0 0 0-41.62 23.92C64.44 214.12 82.17 236 128 236a84.09 84.09 0 0 0 84-84V76a24 24 0 0 0-24-24m16 100a76.09 76.09 0 0 1-76 76c-37.29 0-53.59-11.51-89.71-87.71l-.15-.29a16 16 0 0 1 27.71-16a1 1 0 0 1 .07.12l18.68 30A4 4 0 0 0 92 152V60a16 16 0 0 1 32 0v60a4 4 0 0 0 8 0V44a16 16 0 0 1 32 0v76a4 4 0 0 0 8 0V76a16 16 0 0 1 32 0Z"/></svg>
</template>

CSS

.icon-hand-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188%2052a23.9%2023.9%200%200%200-16%206.13V44a24%2024%200%200%200-47.93-1.8A24%2024%200%200%200%2084%2060v78l-11.25-18.06a24%2024%200%200%200-41.62%2023.92C64.44%20214.12%2082.17%20236%20128%20236a84.09%2084.09%200%200%200%2084-84V76a24%2024%200%200%200-24-24m16%20100a76.09%2076.09%200%200%201-76%2076c-37.29%200-53.59-11.51-89.71-87.71l-.15-.29a16%2016%200%200%201%2027.71-16a1%201%200%200%201%20.07.12l18.68%2030A4%204%200%200%200%2092%20152V60a16%2016%200%200%201%2032%200v60a4%204%200%200%200%208%200V44a16%2016%200%200%201%2032%200v76a4%204%200%200%200%208%200V76a16%2016%200%200%201%2032%200Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188%2052a23.9%2023.9%200%200%200-16%206.13V44a24%2024%200%200%200-47.93-1.8A24%2024%200%200%200%2084%2060v78l-11.25-18.06a24%2024%200%200%200-41.62%2023.92C64.44%20214.12%2082.17%20236%20128%20236a84.09%2084.09%200%200%200%2084-84V76a24%2024%200%200%200-24-24m16%20100a76.09%2076.09%200%200%201-76%2076c-37.29%200-53.59-11.51-89.71-87.71l-.15-.29a16%2016%200%200%201%2027.71-16a1%201%200%200%201%20.07.12l18.68%2030A4%204%200%200%200%2092%20152V60a16%2016%200%200%201%2032%200v60a4%204%200%200%200%208%200V44a16%2016%200%200%201%2032%200v76a4%204%200%200%200%208%200V76a16%2016%200%200%201%2032%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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