hand-multiple-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
hand-multiple-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the hand multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.695 8.697a.666.666 0 0 0 0 .941l4.08 4.08a.753.753 0 0 1-.53 1.285h-.497c-.69 0-1.25.56-1.25 1.25v.159c1.467-.112 2.716.084 3.83.337c-.108.473-.205.97-.266 1.477c-1.25-.287-2.58-.482-4.199-.233a.75.75 0 0 1-.864-.74v-1a2.75 2.75 0 0 1 1.663-2.527L2.634 10.7a2.165 2.165 0 0 1 .627-3.5a2.167 2.167 0 0 1 2.936-2.94a2.165 2.165 0 0 1 3.498-.622l.54.54a2.166 2.166 0 0 1 3.46-.544l.002.003l.83.836v.001c1.211 1.211 2.195 2.417 2.928 3.599l-1.093 1.092c-.659-1.133-1.615-2.351-2.896-3.632l-.002-.002l-.83-.836v-.001a.666.666 0 0 0-.943.943l1.084 1.085a.754.754 0 0 1 .002 1.064a.75.75 0 0 1-1.06 0l-3.084-3.09a.665.665 0 0 0-.996.878l.062.063q.031.03.059.065l2.523 2.522a.75.75 0 0 1-1.06 1.06L5.636 5.695a.666.666 0 0 0-.942.941l3.585 3.589a.75.75 0 1 1-1.061 1.06l-2.626-2.63a.666.666 0 0 0-.897.04M19.362 9.7l-4.081 4.08a.752.752 0 0 1-1.284-.531v-.495c0-.69-.56-1.25-1.25-1.25h-.16c.122 1.585-.117 2.915-.398 4.097q-.112.461-.219.88c-.257 1.014-.473 1.865-.473 2.77c0 .963.63 2.023 1.639 2.883c1.006.858 2.214 1.366 3.11 1.366c1.961 0 4.445-1.253 7.22-4.029l.003-.002l.836-.83h.001a.666.666 0 0 0-.943-.942l-1.085 1.083a.75.75 0 1 1-1.063-1.059l3.088-3.081a.665.665 0 0 0-.879-.996l-.062.062l-.065.058l-2.522 2.523a.75.75 0 1 1-1.06-1.06l2.587-2.588q.053-.054.11-.103l.894-.894a.666.666 0 0 0-.942-.943l-.926.925l-.074.078l-1.012 1.011l-.053.049l-1.524 1.522a.75.75 0 0 1-1.06-1.06l2.629-2.626a.666.666 0 0 0-.983-.898m2.002-1.06c.187.187.332.4.437.627a2.167 2.167 0 0 1 2.939 2.936a2.164 2.164 0 0 1 .622 3.498l-.54.54a2.167 2.167 0 0 1 .544 3.459l-.003.002l-.836.83l-.001.001C21.65 23.407 18.804 25 16.246 25c-1.364 0-2.905-.72-4.084-1.725c-1.175-1.003-2.164-2.442-2.164-4.023c0-1.112.276-2.196.541-3.234q.1-.387.19-.765c.311-1.304.539-2.685.277-4.384a.75.75 0 0 1 .741-.864h1a2.75 2.75 0 0 1 2.526 1.663l3.028-3.028a2.166 2.166 0 0 1 3.063 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandMultiple28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.695 8.697a.666.666 0 0 0 0 .941l4.08 4.08a.753.753 0 0 1-.53 1.285h-.497c-.69 0-1.25.56-1.25 1.25v.159c1.467-.112 2.716.084 3.83.337c-.108.473-.205.97-.266 1.477c-1.25-.287-2.58-.482-4.199-.233a.75.75 0 0 1-.864-.74v-1a2.75 2.75 0 0 1 1.663-2.527L2.634 10.7a2.165 2.165 0 0 1 .627-3.5a2.167 2.167 0 0 1 2.936-2.94a2.165 2.165 0 0 1 3.498-.622l.54.54a2.166 2.166 0 0 1 3.46-.544l.002.003l.83.836v.001c1.211 1.211 2.195 2.417 2.928 3.599l-1.093 1.092c-.659-1.133-1.615-2.351-2.896-3.632l-.002-.002l-.83-.836v-.001a.666.666 0 0 0-.943.943l1.084 1.085a.754.754 0 0 1 .002 1.064a.75.75 0 0 1-1.06 0l-3.084-3.09a.665.665 0 0 0-.996.878l.062.063q.031.03.059.065l2.523 2.522a.75.75 0 0 1-1.06 1.06L5.636 5.695a.666.666 0 0 0-.942.941l3.585 3.589a.75.75 0 1 1-1.061 1.06l-2.626-2.63a.666.666 0 0 0-.897.04M19.362 9.7l-4.081 4.08a.752.752 0 0 1-1.284-.531v-.495c0-.69-.56-1.25-1.25-1.25h-.16c.122 1.585-.117 2.915-.398 4.097q-.112.461-.219.88c-.257 1.014-.473 1.865-.473 2.77c0 .963.63 2.023 1.639 2.883c1.006.858 2.214 1.366 3.11 1.366c1.961 0 4.445-1.253 7.22-4.029l.003-.002l.836-.83h.001a.666.666 0 0 0-.943-.942l-1.085 1.083a.75.75 0 1 1-1.063-1.059l3.088-3.081a.665.665 0 0 0-.879-.996l-.062.062l-.065.058l-2.522 2.523a.75.75 0 1 1-1.06-1.06l2.587-2.588q.053-.054.11-.103l.894-.894a.666.666 0 0 0-.942-.943l-.926.925l-.074.078l-1.012 1.011l-.053.049l-1.524 1.522a.75.75 0 0 1-1.06-1.06l2.629-2.626a.666.666 0 0 0-.983-.898m2.002-1.06c.187.187.332.4.437.627a2.167 2.167 0 0 1 2.939 2.936a2.164 2.164 0 0 1 .622 3.498l-.54.54a2.167 2.167 0 0 1 .544 3.459l-.003.002l-.836.83l-.001.001C21.65 23.407 18.804 25 16.246 25c-1.364 0-2.905-.72-4.084-1.725c-1.175-1.003-2.164-2.442-2.164-4.023c0-1.112.276-2.196.541-3.234q.1-.387.19-.765c.311-1.304.539-2.685.277-4.384a.75.75 0 0 1 .741-.864h1a2.75 2.75 0 0 1 2.526 1.663l3.028-3.028a2.166 2.166 0 0 1 3.063 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.695 8.697a.666.666 0 0 0 0 .941l4.08 4.08a.753.753 0 0 1-.53 1.285h-.497c-.69 0-1.25.56-1.25 1.25v.159c1.467-.112 2.716.084 3.83.337c-.108.473-.205.97-.266 1.477c-1.25-.287-2.58-.482-4.199-.233a.75.75 0 0 1-.864-.74v-1a2.75 2.75 0 0 1 1.663-2.527L2.634 10.7a2.165 2.165 0 0 1 .627-3.5a2.167 2.167 0 0 1 2.936-2.94a2.165 2.165 0 0 1 3.498-.622l.54.54a2.166 2.166 0 0 1 3.46-.544l.002.003l.83.836v.001c1.211 1.211 2.195 2.417 2.928 3.599l-1.093 1.092c-.659-1.133-1.615-2.351-2.896-3.632l-.002-.002l-.83-.836v-.001a.666.666 0 0 0-.943.943l1.084 1.085a.754.754 0 0 1 .002 1.064a.75.75 0 0 1-1.06 0l-3.084-3.09a.665.665 0 0 0-.996.878l.062.063q.031.03.059.065l2.523 2.522a.75.75 0 0 1-1.06 1.06L5.636 5.695a.666.666 0 0 0-.942.941l3.585 3.589a.75.75 0 1 1-1.061 1.06l-2.626-2.63a.666.666 0 0 0-.897.04M19.362 9.7l-4.081 4.08a.752.752 0 0 1-1.284-.531v-.495c0-.69-.56-1.25-1.25-1.25h-.16c.122 1.585-.117 2.915-.398 4.097q-.112.461-.219.88c-.257 1.014-.473 1.865-.473 2.77c0 .963.63 2.023 1.639 2.883c1.006.858 2.214 1.366 3.11 1.366c1.961 0 4.445-1.253 7.22-4.029l.003-.002l.836-.83h.001a.666.666 0 0 0-.943-.942l-1.085 1.083a.75.75 0 1 1-1.063-1.059l3.088-3.081a.665.665 0 0 0-.879-.996l-.062.062l-.065.058l-2.522 2.523a.75.75 0 1 1-1.06-1.06l2.587-2.588q.053-.054.11-.103l.894-.894a.666.666 0 0 0-.942-.943l-.926.925l-.074.078l-1.012 1.011l-.053.049l-1.524 1.522a.75.75 0 0 1-1.06-1.06l2.629-2.626a.666.666 0 0 0-.983-.898m2.002-1.06c.187.187.332.4.437.627a2.167 2.167 0 0 1 2.939 2.936a2.164 2.164 0 0 1 .622 3.498l-.54.54a2.167 2.167 0 0 1 .544 3.459l-.003.002l-.836.83l-.001.001C21.65 23.407 18.804 25 16.246 25c-1.364 0-2.905-.72-4.084-1.725c-1.175-1.003-2.164-2.442-2.164-4.023c0-1.112.276-2.196.541-3.234q.1-.387.19-.765c.311-1.304.539-2.685.277-4.384a.75.75 0 0 1 .741-.864h1a2.75 2.75 0 0 1 2.526 1.663l3.028-3.028a2.166 2.166 0 0 1 3.063 0"/></svg>
</template>

CSS

.icon-hand-multiple-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.695%208.697a.666.666%200%200%200%200%20.941l4.08%204.08a.753.753%200%200%201-.53%201.285h-.497c-.69%200-1.25.56-1.25%201.25v.159c1.467-.112%202.716.084%203.83.337c-.108.473-.205.97-.266%201.477c-1.25-.287-2.58-.482-4.199-.233a.75.75%200%200%201-.864-.74v-1a2.75%202.75%200%200%201%201.663-2.527L2.634%2010.7a2.165%202.165%200%200%201%20.627-3.5a2.167%202.167%200%200%201%202.936-2.94a2.165%202.165%200%200%201%203.498-.622l.54.54a2.166%202.166%200%200%201%203.46-.544l.002.003l.83.836v.001c1.211%201.211%202.195%202.417%202.928%203.599l-1.093%201.092c-.659-1.133-1.615-2.351-2.896-3.632l-.002-.002l-.83-.836v-.001a.666.666%200%200%200-.943.943l1.084%201.085a.754.754%200%200%201%20.002%201.064a.75.75%200%200%201-1.06%200l-3.084-3.09a.665.665%200%200%200-.996.878l.062.063q.031.03.059.065l2.523%202.522a.75.75%200%200%201-1.06%201.06L5.636%205.695a.666.666%200%200%200-.942.941l3.585%203.589a.75.75%200%201%201-1.061%201.06l-2.626-2.63a.666.666%200%200%200-.897.04M19.362%209.7l-4.081%204.08a.752.752%200%200%201-1.284-.531v-.495c0-.69-.56-1.25-1.25-1.25h-.16c.122%201.585-.117%202.915-.398%204.097q-.112.461-.219.88c-.257%201.014-.473%201.865-.473%202.77c0%20.963.63%202.023%201.639%202.883c1.006.858%202.214%201.366%203.11%201.366c1.961%200%204.445-1.253%207.22-4.029l.003-.002l.836-.83h.001a.666.666%200%200%200-.943-.942l-1.085%201.083a.75.75%200%201%201-1.063-1.059l3.088-3.081a.665.665%200%200%200-.879-.996l-.062.062l-.065.058l-2.522%202.523a.75.75%200%201%201-1.06-1.06l2.587-2.588q.053-.054.11-.103l.894-.894a.666.666%200%200%200-.942-.943l-.926.925l-.074.078l-1.012%201.011l-.053.049l-1.524%201.522a.75.75%200%200%201-1.06-1.06l2.629-2.626a.666.666%200%200%200-.983-.898m2.002-1.06c.187.187.332.4.437.627a2.167%202.167%200%200%201%202.939%202.936a2.164%202.164%200%200%201%20.622%203.498l-.54.54a2.167%202.167%200%200%201%20.544%203.459l-.003.002l-.836.83l-.001.001C21.65%2023.407%2018.804%2025%2016.246%2025c-1.364%200-2.905-.72-4.084-1.725c-1.175-1.003-2.164-2.442-2.164-4.023c0-1.112.276-2.196.541-3.234q.1-.387.19-.765c.311-1.304.539-2.685.277-4.384a.75.75%200%200%201%20.741-.864h1a2.75%202.75%200%200%201%202.526%201.663l3.028-3.028a2.166%202.166%200%200%201%203.063%200%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.695%208.697a.666.666%200%200%200%200%20.941l4.08%204.08a.753.753%200%200%201-.53%201.285h-.497c-.69%200-1.25.56-1.25%201.25v.159c1.467-.112%202.716.084%203.83.337c-.108.473-.205.97-.266%201.477c-1.25-.287-2.58-.482-4.199-.233a.75.75%200%200%201-.864-.74v-1a2.75%202.75%200%200%201%201.663-2.527L2.634%2010.7a2.165%202.165%200%200%201%20.627-3.5a2.167%202.167%200%200%201%202.936-2.94a2.165%202.165%200%200%201%203.498-.622l.54.54a2.166%202.166%200%200%201%203.46-.544l.002.003l.83.836v.001c1.211%201.211%202.195%202.417%202.928%203.599l-1.093%201.092c-.659-1.133-1.615-2.351-2.896-3.632l-.002-.002l-.83-.836v-.001a.666.666%200%200%200-.943.943l1.084%201.085a.754.754%200%200%201%20.002%201.064a.75.75%200%200%201-1.06%200l-3.084-3.09a.665.665%200%200%200-.996.878l.062.063q.031.03.059.065l2.523%202.522a.75.75%200%200%201-1.06%201.06L5.636%205.695a.666.666%200%200%200-.942.941l3.585%203.589a.75.75%200%201%201-1.061%201.06l-2.626-2.63a.666.666%200%200%200-.897.04M19.362%209.7l-4.081%204.08a.752.752%200%200%201-1.284-.531v-.495c0-.69-.56-1.25-1.25-1.25h-.16c.122%201.585-.117%202.915-.398%204.097q-.112.461-.219.88c-.257%201.014-.473%201.865-.473%202.77c0%20.963.63%202.023%201.639%202.883c1.006.858%202.214%201.366%203.11%201.366c1.961%200%204.445-1.253%207.22-4.029l.003-.002l.836-.83h.001a.666.666%200%200%200-.943-.942l-1.085%201.083a.75.75%200%201%201-1.063-1.059l3.088-3.081a.665.665%200%200%200-.879-.996l-.062.062l-.065.058l-2.522%202.523a.75.75%200%201%201-1.06-1.06l2.587-2.588q.053-.054.11-.103l.894-.894a.666.666%200%200%200-.942-.943l-.926.925l-.074.078l-1.012%201.011l-.053.049l-1.524%201.522a.75.75%200%200%201-1.06-1.06l2.629-2.626a.666.666%200%200%200-.983-.898m2.002-1.06c.187.187.332.4.437.627a2.167%202.167%200%200%201%202.939%202.936a2.164%202.164%200%200%201%20.622%203.498l-.54.54a2.167%202.167%200%200%201%20.544%203.459l-.003.002l-.836.83l-.001.001C21.65%2023.407%2018.804%2025%2016.246%2025c-1.364%200-2.905-.72-4.084-1.725c-1.175-1.003-2.164-2.442-2.164-4.023c0-1.112.276-2.196.541-3.234q.1-.387.19-.765c.311-1.304.539-2.685.277-4.384a.75.75%200%200%201%20.741-.864h1a2.75%202.75%200%200%201%202.526%201.663l3.028-3.028a2.166%202.166%200%200%201%203.063%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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