user hands icon

user-hands from Reicon by REICON · Outline · Users · MIT Free for personal and commercial use.

Name
user-hands
Set
Reicon
Style
Outline
Category
Users
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More users icons from Reicon

Use the user hands icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M8.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M8 12.25a4.124 4.124 0 0 0-4.095 3.642l-.65 5.52a.75.75 0 0 0 1.49.176l.65-5.52a2.62 2.62 0 0 1 1.855-2.209v4.193c0 .899 0 1.648.08 2.242c.084.628.27 1.195.726 1.65c.455.456 1.022.642 1.65.726c.594.08 1.344.08 2.242.08h.104c.899 0 1.648 0 2.243-.08c.627-.084 1.194-.27 1.65-.726s.64-1.022.725-1.65c.08-.594.08-1.343.08-2.242v-4.193a2.62 2.62 0 0 1 1.856 2.208l.65 5.52a.75.75 0 1 0 1.489-.175l-.65-5.52A4.124 4.124 0 0 0 16 12.25zM8.75 18v-4.25h6.5V18c0 .964-.002 1.612-.066 2.095c-.062.461-.17.659-.3.789s-.328.237-.79.3c-.482.064-1.13.066-2.094.066s-1.611-.002-2.095-.067c-.461-.062-.659-.169-.789-.3s-.237-.327-.3-.788c-.064-.483-.066-1.131-.066-2.095" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconUserHands(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M8.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M8 12.25a4.124 4.124 0 0 0-4.095 3.642l-.65 5.52a.75.75 0 0 0 1.49.176l.65-5.52a2.62 2.62 0 0 1 1.855-2.209v4.193c0 .899 0 1.648.08 2.242c.084.628.27 1.195.726 1.65c.455.456 1.022.642 1.65.726c.594.08 1.344.08 2.242.08h.104c.899 0 1.648 0 2.243-.08c.627-.084 1.194-.27 1.65-.726s.64-1.022.725-1.65c.08-.594.08-1.343.08-2.242v-4.193a2.62 2.62 0 0 1 1.856 2.208l.65 5.52a.75.75 0 1 0 1.489-.175l-.65-5.52A4.124 4.124 0 0 0 16 12.25zM8.75 18v-4.25h6.5V18c0 .964-.002 1.612-.066 2.095c-.062.461-.17.659-.3.789s-.328.237-.79.3c-.482.064-1.13.066-2.094.066s-1.611-.002-2.095-.067c-.461-.062-.659-.169-.789-.3s-.237-.327-.3-.788c-.064-.483-.066-1.131-.066-2.095" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M8.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M8 12.25a4.124 4.124 0 0 0-4.095 3.642l-.65 5.52a.75.75 0 0 0 1.49.176l.65-5.52a2.62 2.62 0 0 1 1.855-2.209v4.193c0 .899 0 1.648.08 2.242c.084.628.27 1.195.726 1.65c.455.456 1.022.642 1.65.726c.594.08 1.344.08 2.242.08h.104c.899 0 1.648 0 2.243-.08c.627-.084 1.194-.27 1.65-.726s.64-1.022.725-1.65c.08-.594.08-1.343.08-2.242v-4.193a2.62 2.62 0 0 1 1.856 2.208l.65 5.52a.75.75 0 1 0 1.489-.175l-.65-5.52A4.124 4.124 0 0 0 16 12.25zM8.75 18v-4.25h6.5V18c0 .964-.002 1.612-.066 2.095c-.062.461-.17.659-.3.789s-.328.237-.79.3c-.482.064-1.13.066-2.094.066s-1.611-.002-2.095-.067c-.461-.062-.659-.169-.789-.3s-.237-.327-.3-.788c-.064-.483-.066-1.131-.066-2.095" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-user-hands {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M8.75%206a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M8%2012.25a4.124%204.124%200%200%200-4.095%203.642l-.65%205.52a.75.75%200%200%200%201.49.176l.65-5.52a2.62%202.62%200%200%201%201.855-2.209v4.193c0%20.899%200%201.648.08%202.242c.084.628.27%201.195.726%201.65c.455.456%201.022.642%201.65.726c.594.08%201.344.08%202.242.08h.104c.899%200%201.648%200%202.243-.08c.627-.084%201.194-.27%201.65-.726s.64-1.022.725-1.65c.08-.594.08-1.343.08-2.242v-4.193a2.62%202.62%200%200%201%201.856%202.208l.65%205.52a.75.75%200%201%200%201.489-.175l-.65-5.52A4.124%204.124%200%200%200%2016%2012.25zM8.75%2018v-4.25h6.5V18c0%20.964-.002%201.612-.066%202.095c-.062.461-.17.659-.3.789s-.328.237-.79.3c-.482.064-1.13.066-2.094.066s-1.611-.002-2.095-.067c-.461-.062-.659-.169-.789-.3s-.237-.327-.3-.788c-.064-.483-.066-1.131-.066-2.095%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M8.75%206a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M8%2012.25a4.124%204.124%200%200%200-4.095%203.642l-.65%205.52a.75.75%200%200%200%201.49.176l.65-5.52a2.62%202.62%200%200%201%201.855-2.209v4.193c0%20.899%200%201.648.08%202.242c.084.628.27%201.195.726%201.65c.455.456%201.022.642%201.65.726c.594.08%201.344.08%202.242.08h.104c.899%200%201.648%200%202.243-.08c.627-.084%201.194-.27%201.65-.726s.64-1.022.725-1.65c.08-.594.08-1.343.08-2.242v-4.193a2.62%202.62%200%200%201%201.856%202.208l.65%205.52a.75.75%200%201%200%201.489-.175l-.65-5.52A4.124%204.124%200%200%200%2016%2012.25zM8.75%2018v-4.25h6.5V18c0%20.964-.002%201.612-.066%202.095c-.062.461-.17.659-.3.789s-.328.237-.79.3c-.482.064-1.13.066-2.094.066s-1.611-.002-2.095-.067c-.461-.062-.659-.169-.789-.3s-.237-.327-.3-.788c-.064-.483-.066-1.131-.066-2.095%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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