user hand icon

user-hand-duotone from Reicon by REICON · Duotone · Users · MIT Free for personal and commercial use.

Name
user-hand-duotone
Set
Reicon
Style
Duotone
Category
Users
Viewbox
24×24
License
MIT

2 other variants in Reicon

More users icons from Reicon

Use the user hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.818 5.272a.75.75 0 0 1 .91.546l.382 1.528a6.71 6.71 0 0 0 4.975 4.904H16a4.124 4.124 0 0 1 4.096 3.642l.649 5.52a.75.75 0 1 1-1.49.176l-.65-5.52A2.624 2.624 0 0 0 16 13.75H7.918l-.08-.018A8.21 8.21 0 0 1 1.654 7.71l-.382-1.528a.75.75 0 0 1 .545-.91" clip-rule="evenodd"/><path d="M8 13.75V18c0 1.886 0 2.828.586 3.414S10.114 22 12 22s2.828 0 3.414-.586S16 19.886 16 18v-4.25z" opacity=".5"/><circle cx="12" cy="6" r="4"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconUserHandDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M1.818 5.272a.75.75 0 0 1 .91.546l.382 1.528a6.71 6.71 0 0 0 4.975 4.904H16a4.124 4.124 0 0 1 4.096 3.642l.649 5.52a.75.75 0 1 1-1.49.176l-.65-5.52A2.624 2.624 0 0 0 16 13.75H7.918l-.08-.018A8.21 8.21 0 0 1 1.654 7.71l-.382-1.528a.75.75 0 0 1 .545-.91" clipRule="evenodd"/><path d="M8 13.75V18c0 1.886 0 2.828.586 3.414S10.114 22 12 22s2.828 0 3.414-.586S16 19.886 16 18v-4.25z" opacity=".5"/><circle cx="12" cy="6" r="4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.818 5.272a.75.75 0 0 1 .91.546l.382 1.528a6.71 6.71 0 0 0 4.975 4.904H16a4.124 4.124 0 0 1 4.096 3.642l.649 5.52a.75.75 0 1 1-1.49.176l-.65-5.52A2.624 2.624 0 0 0 16 13.75H7.918l-.08-.018A8.21 8.21 0 0 1 1.654 7.71l-.382-1.528a.75.75 0 0 1 .545-.91" clip-rule="evenodd"/><path d="M8 13.75V18c0 1.886 0 2.828.586 3.414S10.114 22 12 22s2.828 0 3.414-.586S16 19.886 16 18v-4.25z" opacity=".5"/><circle cx="12" cy="6" r="4"/></g></svg>
</template>

CSS

.icon-user-hand-duotone {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.818%205.272a.75.75%200%200%201%20.91.546l.382%201.528a6.71%206.71%200%200%200%204.975%204.904H16a4.124%204.124%200%200%201%204.096%203.642l.649%205.52a.75.75%200%201%201-1.49.176l-.65-5.52A2.624%202.624%200%200%200%2016%2013.75H7.918l-.08-.018A8.21%208.21%200%200%201%201.654%207.71l-.382-1.528a.75.75%200%200%201%20.545-.91%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8%2013.75V18c0%201.886%200%202.828.586%203.414S10.114%2022%2012%2022s2.828%200%203.414-.586S16%2019.886%2016%2018v-4.25z%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.818%205.272a.75.75%200%200%201%20.91.546l.382%201.528a6.71%206.71%200%200%200%204.975%204.904H16a4.124%204.124%200%200%201%204.096%203.642l.649%205.52a.75.75%200%201%201-1.49.176l-.65-5.52A2.624%202.624%200%200%200%2016%2013.75H7.918l-.08-.018A8.21%208.21%200%200%201%201.654%207.71l-.382-1.528a.75.75%200%200%201%20.545-.91%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8%2013.75V18c0%201.886%200%202.828.586%203.414S10.114%2022%2012%2022s2.828%200%203.414-.586S16%2019.886%2016%2018v-4.25z%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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