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

Name
hand-multiple-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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.694 8.697a.666.666 0 0 0 0 .941l4.08 4.08q.058.058.102.127a.752.752 0 0 1-.633 1.158h-.495c-.69 0-1.25.56-1.25 1.25v.159c1.466-.112 2.715.084 3.83.337c-.109.47-.207.966-.268 1.477c-1.25-.287-2.58-.482-4.198-.232A.75.75 0 0 1 4 17.253v-1a2.75 2.75 0 0 1 1.663-2.527L2.634 10.7a2.166 2.166 0 0 1 .627-3.5a2.167 2.167 0 0 1 2.935-2.94a2.164 2.164 0 0 1 3.498-.622l.54.54a2.165 2.165 0 0 1 3.459-.544l.002.003l.83.836v.001c1.21 1.211 2.194 2.417 2.927 3.598l-1.093 1.093c-.659-1.133-1.615-2.351-2.895-3.632l-.002-.002l-.83-.836v-.001a.666.666 0 0 0-.942.943l1.083 1.085a.753.753 0 0 1 .002 1.064a.75.75 0 0 1-1.06 0l-3.083-3.09a.665.665 0 0 0-.996.878l.062.063q.031.03.059.065l2.522 2.522a.75.75 0 0 1-1.06 1.06C8.024 8.09 6.831 6.89 5.636 5.695a.666.666 0 0 0-.943.941l3.584 3.589a.75.75 0 0 1-1.06 1.06l-2.625-2.63a.666.666 0 0 0-.898.04M25.657 12.8a1.13 1.13 0 0 1 0 1.598l-3.888 3.888a.625.625 0 0 0 .883.884l1.411-1.411a1.134 1.134 0 1 1 1.605 1.604l-1.05 1.05a1 1 0 0 1-.095.117a26 26 0 0 1-.73.702q-.814.755-1.615 1.36C20.128 24.149 18.113 25 16.243 25c-1.364 0-2.904-.72-4.082-1.725c-1.176-1.003-2.165-2.442-2.165-4.023c0-1.112.277-2.196.542-3.235q.099-.386.19-.764c.31-1.305.538-2.685.276-4.385a.75.75 0 0 1 .741-.863h.25a2 2 0 0 1 2 2v.94l4.596-4.599a1.13 1.13 0 1 1 1.599 1.599l-2.993 2.993a.625.625 0 0 0 .883.884l4.497-4.498a1.129 1.129 0 1 1 1.596 1.597l-4.012 4.013a.625.625 0 0 0 .884.883l3.015-3.015a1.13 1.13 0 0 1 1.597 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandMultiple28Filled(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.694 8.697a.666.666 0 0 0 0 .941l4.08 4.08q.058.058.102.127a.752.752 0 0 1-.633 1.158h-.495c-.69 0-1.25.56-1.25 1.25v.159c1.466-.112 2.715.084 3.83.337c-.109.47-.207.966-.268 1.477c-1.25-.287-2.58-.482-4.198-.232A.75.75 0 0 1 4 17.253v-1a2.75 2.75 0 0 1 1.663-2.527L2.634 10.7a2.166 2.166 0 0 1 .627-3.5a2.167 2.167 0 0 1 2.935-2.94a2.164 2.164 0 0 1 3.498-.622l.54.54a2.165 2.165 0 0 1 3.459-.544l.002.003l.83.836v.001c1.21 1.211 2.194 2.417 2.927 3.598l-1.093 1.093c-.659-1.133-1.615-2.351-2.895-3.632l-.002-.002l-.83-.836v-.001a.666.666 0 0 0-.942.943l1.083 1.085a.753.753 0 0 1 .002 1.064a.75.75 0 0 1-1.06 0l-3.083-3.09a.665.665 0 0 0-.996.878l.062.063q.031.03.059.065l2.522 2.522a.75.75 0 0 1-1.06 1.06C8.024 8.09 6.831 6.89 5.636 5.695a.666.666 0 0 0-.943.941l3.584 3.589a.75.75 0 0 1-1.06 1.06l-2.625-2.63a.666.666 0 0 0-.898.04M25.657 12.8a1.13 1.13 0 0 1 0 1.598l-3.888 3.888a.625.625 0 0 0 .883.884l1.411-1.411a1.134 1.134 0 1 1 1.605 1.604l-1.05 1.05a1 1 0 0 1-.095.117a26 26 0 0 1-.73.702q-.814.755-1.615 1.36C20.128 24.149 18.113 25 16.243 25c-1.364 0-2.904-.72-4.082-1.725c-1.176-1.003-2.165-2.442-2.165-4.023c0-1.112.277-2.196.542-3.235q.099-.386.19-.764c.31-1.305.538-2.685.276-4.385a.75.75 0 0 1 .741-.863h.25a2 2 0 0 1 2 2v.94l4.596-4.599a1.13 1.13 0 1 1 1.599 1.599l-2.993 2.993a.625.625 0 0 0 .883.884l4.497-4.498a1.129 1.129 0 1 1 1.596 1.597l-4.012 4.013a.625.625 0 0 0 .884.883l3.015-3.015a1.13 1.13 0 0 1 1.597 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.694 8.697a.666.666 0 0 0 0 .941l4.08 4.08q.058.058.102.127a.752.752 0 0 1-.633 1.158h-.495c-.69 0-1.25.56-1.25 1.25v.159c1.466-.112 2.715.084 3.83.337c-.109.47-.207.966-.268 1.477c-1.25-.287-2.58-.482-4.198-.232A.75.75 0 0 1 4 17.253v-1a2.75 2.75 0 0 1 1.663-2.527L2.634 10.7a2.166 2.166 0 0 1 .627-3.5a2.167 2.167 0 0 1 2.935-2.94a2.164 2.164 0 0 1 3.498-.622l.54.54a2.165 2.165 0 0 1 3.459-.544l.002.003l.83.836v.001c1.21 1.211 2.194 2.417 2.927 3.598l-1.093 1.093c-.659-1.133-1.615-2.351-2.895-3.632l-.002-.002l-.83-.836v-.001a.666.666 0 0 0-.942.943l1.083 1.085a.753.753 0 0 1 .002 1.064a.75.75 0 0 1-1.06 0l-3.083-3.09a.665.665 0 0 0-.996.878l.062.063q.031.03.059.065l2.522 2.522a.75.75 0 0 1-1.06 1.06C8.024 8.09 6.831 6.89 5.636 5.695a.666.666 0 0 0-.943.941l3.584 3.589a.75.75 0 0 1-1.06 1.06l-2.625-2.63a.666.666 0 0 0-.898.04M25.657 12.8a1.13 1.13 0 0 1 0 1.598l-3.888 3.888a.625.625 0 0 0 .883.884l1.411-1.411a1.134 1.134 0 1 1 1.605 1.604l-1.05 1.05a1 1 0 0 1-.095.117a26 26 0 0 1-.73.702q-.814.755-1.615 1.36C20.128 24.149 18.113 25 16.243 25c-1.364 0-2.904-.72-4.082-1.725c-1.176-1.003-2.165-2.442-2.165-4.023c0-1.112.277-2.196.542-3.235q.099-.386.19-.764c.31-1.305.538-2.685.276-4.385a.75.75 0 0 1 .741-.863h.25a2 2 0 0 1 2 2v.94l4.596-4.599a1.13 1.13 0 1 1 1.599 1.599l-2.993 2.993a.625.625 0 0 0 .883.884l4.497-4.498a1.129 1.129 0 1 1 1.596 1.597l-4.012 4.013a.625.625 0 0 0 .884.883l3.015-3.015a1.13 1.13 0 0 1 1.597 0"/></svg>
</template>

CSS

.icon-hand-multiple-28-filled {
  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.694%208.697a.666.666%200%200%200%200%20.941l4.08%204.08q.058.058.102.127a.752.752%200%200%201-.633%201.158h-.495c-.69%200-1.25.56-1.25%201.25v.159c1.466-.112%202.715.084%203.83.337c-.109.47-.207.966-.268%201.477c-1.25-.287-2.58-.482-4.198-.232A.75.75%200%200%201%204%2017.253v-1a2.75%202.75%200%200%201%201.663-2.527L2.634%2010.7a2.166%202.166%200%200%201%20.627-3.5a2.167%202.167%200%200%201%202.935-2.94a2.164%202.164%200%200%201%203.498-.622l.54.54a2.165%202.165%200%200%201%203.459-.544l.002.003l.83.836v.001c1.21%201.211%202.194%202.417%202.927%203.598l-1.093%201.093c-.659-1.133-1.615-2.351-2.895-3.632l-.002-.002l-.83-.836v-.001a.666.666%200%200%200-.942.943l1.083%201.085a.753.753%200%200%201%20.002%201.064a.75.75%200%200%201-1.06%200l-3.083-3.09a.665.665%200%200%200-.996.878l.062.063q.031.03.059.065l2.522%202.522a.75.75%200%200%201-1.06%201.06C8.024%208.09%206.831%206.89%205.636%205.695a.666.666%200%200%200-.943.941l3.584%203.589a.75.75%200%200%201-1.06%201.06l-2.625-2.63a.666.666%200%200%200-.898.04M25.657%2012.8a1.13%201.13%200%200%201%200%201.598l-3.888%203.888a.625.625%200%200%200%20.883.884l1.411-1.411a1.134%201.134%200%201%201%201.605%201.604l-1.05%201.05a1%201%200%200%201-.095.117a26%2026%200%200%201-.73.702q-.814.755-1.615%201.36C20.128%2024.149%2018.113%2025%2016.243%2025c-1.364%200-2.904-.72-4.082-1.725c-1.176-1.003-2.165-2.442-2.165-4.023c0-1.112.277-2.196.542-3.235q.099-.386.19-.764c.31-1.305.538-2.685.276-4.385a.75.75%200%200%201%20.741-.863h.25a2%202%200%200%201%202%202v.94l4.596-4.599a1.13%201.13%200%201%201%201.599%201.599l-2.993%202.993a.625.625%200%200%200%20.883.884l4.497-4.498a1.129%201.129%200%201%201%201.596%201.597l-4.012%204.013a.625.625%200%200%200%20.884.883l3.015-3.015a1.13%201.13%200%200%201%201.597%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.694%208.697a.666.666%200%200%200%200%20.941l4.08%204.08q.058.058.102.127a.752.752%200%200%201-.633%201.158h-.495c-.69%200-1.25.56-1.25%201.25v.159c1.466-.112%202.715.084%203.83.337c-.109.47-.207.966-.268%201.477c-1.25-.287-2.58-.482-4.198-.232A.75.75%200%200%201%204%2017.253v-1a2.75%202.75%200%200%201%201.663-2.527L2.634%2010.7a2.166%202.166%200%200%201%20.627-3.5a2.167%202.167%200%200%201%202.935-2.94a2.164%202.164%200%200%201%203.498-.622l.54.54a2.165%202.165%200%200%201%203.459-.544l.002.003l.83.836v.001c1.21%201.211%202.194%202.417%202.927%203.598l-1.093%201.093c-.659-1.133-1.615-2.351-2.895-3.632l-.002-.002l-.83-.836v-.001a.666.666%200%200%200-.942.943l1.083%201.085a.753.753%200%200%201%20.002%201.064a.75.75%200%200%201-1.06%200l-3.083-3.09a.665.665%200%200%200-.996.878l.062.063q.031.03.059.065l2.522%202.522a.75.75%200%200%201-1.06%201.06C8.024%208.09%206.831%206.89%205.636%205.695a.666.666%200%200%200-.943.941l3.584%203.589a.75.75%200%200%201-1.06%201.06l-2.625-2.63a.666.666%200%200%200-.898.04M25.657%2012.8a1.13%201.13%200%200%201%200%201.598l-3.888%203.888a.625.625%200%200%200%20.883.884l1.411-1.411a1.134%201.134%200%201%201%201.605%201.604l-1.05%201.05a1%201%200%200%201-.095.117a26%2026%200%200%201-.73.702q-.814.755-1.615%201.36C20.128%2024.149%2018.113%2025%2016.243%2025c-1.364%200-2.904-.72-4.082-1.725c-1.176-1.003-2.165-2.442-2.165-4.023c0-1.112.277-2.196.542-3.235q.099-.386.19-.764c.31-1.305.538-2.685.276-4.385a.75.75%200%200%201%20.741-.863h.25a2%202%200%200%201%202%202v.94l4.596-4.599a1.13%201.13%200%201%201%201.599%201.599l-2.993%202.993a.625.625%200%200%200%20.883.884l4.497-4.498a1.129%201.129%200%201%201%201.596%201.597l-4.012%204.013a.625.625%200%200%200%20.884.883l3.015-3.015a1.13%201.13%200%200%201%201.597%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-filled.svg?color=%231a73e8&size=48