hand multiple stack icon

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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the hand multiple stack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.521 8.012c.37-.44 1.06-.496 1.489-.056l.498.512a2.75 2.75 0 0 1 .54 3.032h3.938a2 2 0 0 1 2 2c0 .245-.047.478-.128.695a1.998 1.998 0 0 1 .012 3.603a1.993 1.993 0 0 1-1.869 2.702h-.066A2 2 0 0 1 14 23h-1.076C8.18 23 6 22.09 4.389 20.48c-.885-.886-1.34-2.31-1.385-3.664c-.046-1.358.314-2.853 1.308-3.846c.806-.806 1.771-1.469 2.606-2.142c.865-.697 1.727-1.502 2.534-2.724zm.833 1.42c-.818 1.12-1.675 1.903-2.495 2.564c-.966.78-1.754 1.301-2.487 2.034c-.597.597-.906 1.62-.87 2.736c.038 1.118.418 2.124.947 2.653c1.217 1.216 2.932 2.08 7.475 2.08H14a.5.5 0 0 0 .1-.99l-.1-.01h-2.252a.75.75 0 0 1-.077-1.495l.077-.004h4.253a.5.5 0 0 0 0-1H12.75a.75.75 0 0 1-.076-1.496l.076-.004H17a.5.5 0 0 0 0-1h-4.25a.75.75 0 0 1 0-1.5h3.236a.5.5 0 0 0 0-1H10.5a.75.75 0 0 1-.53-1.28l.45-.453a1.25 1.25 0 0 0 .013-1.753zm3.26-7.85a1.988 1.988 0 0 1 3.196.549a1.986 1.986 0 0 1 2.561 2.564a1.986 1.986 0 0 1 .653 3.081q.214.125.398.306a1.99 1.99 0 0 1 0 2.81l-.567.568v-.001c-.33.339-.68.688-1.045 1.037a3 3 0 0 0-.857-1.257c.477-.462.94-.938 1.408-1.407a.488.488 0 0 0-.69-.69l-1.235 1.237a.751.751 0 0 1-1.061-1.06l2.485-2.487a.488.488 0 0 0-.69-.69l-.02.021l-2.101 2.179a.75.75 0 0 1-1.081-1.04l2.892-2.97a.488.488 0 0 0-.612-.752l-.076.063l-2.883 2.887a.75.75 0 0 1-1.06-1.06l2.133-2.137a.488.488 0 0 0-.688-.69l-3.636 3.634a.75.75 0 0 1-1.28-.531V5.25c0-.283-.147-.588-.446-.844A1.68 1.68 0 0 0 8.259 4h-.341c.223 1.404.197 2.665.11 3.807q-.025.315-.054.612a11.3 11.3 0 0 1-1.655 1.606c.062-.771.156-1.568.214-2.333c.094-1.226.107-2.528-.192-3.984A1.005 1.005 0 0 1 7.323 2.5h.936c.746 0 1.477.298 2.025.766c.291.248.546.56.723.92z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandMultipleStack24Regular(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" d="M9.521 8.012c.37-.44 1.06-.496 1.489-.056l.498.512a2.75 2.75 0 0 1 .54 3.032h3.938a2 2 0 0 1 2 2c0 .245-.047.478-.128.695a1.998 1.998 0 0 1 .012 3.603a1.993 1.993 0 0 1-1.869 2.702h-.066A2 2 0 0 1 14 23h-1.076C8.18 23 6 22.09 4.389 20.48c-.885-.886-1.34-2.31-1.385-3.664c-.046-1.358.314-2.853 1.308-3.846c.806-.806 1.771-1.469 2.606-2.142c.865-.697 1.727-1.502 2.534-2.724zm.833 1.42c-.818 1.12-1.675 1.903-2.495 2.564c-.966.78-1.754 1.301-2.487 2.034c-.597.597-.906 1.62-.87 2.736c.038 1.118.418 2.124.947 2.653c1.217 1.216 2.932 2.08 7.475 2.08H14a.5.5 0 0 0 .1-.99l-.1-.01h-2.252a.75.75 0 0 1-.077-1.495l.077-.004h4.253a.5.5 0 0 0 0-1H12.75a.75.75 0 0 1-.076-1.496l.076-.004H17a.5.5 0 0 0 0-1h-4.25a.75.75 0 0 1 0-1.5h3.236a.5.5 0 0 0 0-1H10.5a.75.75 0 0 1-.53-1.28l.45-.453a1.25 1.25 0 0 0 .013-1.753zm3.26-7.85a1.988 1.988 0 0 1 3.196.549a1.986 1.986 0 0 1 2.561 2.564a1.986 1.986 0 0 1 .653 3.081q.214.125.398.306a1.99 1.99 0 0 1 0 2.81l-.567.568v-.001c-.33.339-.68.688-1.045 1.037a3 3 0 0 0-.857-1.257c.477-.462.94-.938 1.408-1.407a.488.488 0 0 0-.69-.69l-1.235 1.237a.751.751 0 0 1-1.061-1.06l2.485-2.487a.488.488 0 0 0-.69-.69l-.02.021l-2.101 2.179a.75.75 0 0 1-1.081-1.04l2.892-2.97a.488.488 0 0 0-.612-.752l-.076.063l-2.883 2.887a.75.75 0 0 1-1.06-1.06l2.133-2.137a.488.488 0 0 0-.688-.69l-3.636 3.634a.75.75 0 0 1-1.28-.531V5.25c0-.283-.147-.588-.446-.844A1.68 1.68 0 0 0 8.259 4h-.341c.223 1.404.197 2.665.11 3.807q-.025.315-.054.612a11.3 11.3 0 0 1-1.655 1.606c.062-.771.156-1.568.214-2.333c.094-1.226.107-2.528-.192-3.984A1.005 1.005 0 0 1 7.323 2.5h.936c.746 0 1.477.298 2.025.766c.291.248.546.56.723.92z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.521 8.012c.37-.44 1.06-.496 1.489-.056l.498.512a2.75 2.75 0 0 1 .54 3.032h3.938a2 2 0 0 1 2 2c0 .245-.047.478-.128.695a1.998 1.998 0 0 1 .012 3.603a1.993 1.993 0 0 1-1.869 2.702h-.066A2 2 0 0 1 14 23h-1.076C8.18 23 6 22.09 4.389 20.48c-.885-.886-1.34-2.31-1.385-3.664c-.046-1.358.314-2.853 1.308-3.846c.806-.806 1.771-1.469 2.606-2.142c.865-.697 1.727-1.502 2.534-2.724zm.833 1.42c-.818 1.12-1.675 1.903-2.495 2.564c-.966.78-1.754 1.301-2.487 2.034c-.597.597-.906 1.62-.87 2.736c.038 1.118.418 2.124.947 2.653c1.217 1.216 2.932 2.08 7.475 2.08H14a.5.5 0 0 0 .1-.99l-.1-.01h-2.252a.75.75 0 0 1-.077-1.495l.077-.004h4.253a.5.5 0 0 0 0-1H12.75a.75.75 0 0 1-.076-1.496l.076-.004H17a.5.5 0 0 0 0-1h-4.25a.75.75 0 0 1 0-1.5h3.236a.5.5 0 0 0 0-1H10.5a.75.75 0 0 1-.53-1.28l.45-.453a1.25 1.25 0 0 0 .013-1.753zm3.26-7.85a1.988 1.988 0 0 1 3.196.549a1.986 1.986 0 0 1 2.561 2.564a1.986 1.986 0 0 1 .653 3.081q.214.125.398.306a1.99 1.99 0 0 1 0 2.81l-.567.568v-.001c-.33.339-.68.688-1.045 1.037a3 3 0 0 0-.857-1.257c.477-.462.94-.938 1.408-1.407a.488.488 0 0 0-.69-.69l-1.235 1.237a.751.751 0 0 1-1.061-1.06l2.485-2.487a.488.488 0 0 0-.69-.69l-.02.021l-2.101 2.179a.75.75 0 0 1-1.081-1.04l2.892-2.97a.488.488 0 0 0-.612-.752l-.076.063l-2.883 2.887a.75.75 0 0 1-1.06-1.06l2.133-2.137a.488.488 0 0 0-.688-.69l-3.636 3.634a.75.75 0 0 1-1.28-.531V5.25c0-.283-.147-.588-.446-.844A1.68 1.68 0 0 0 8.259 4h-.341c.223 1.404.197 2.665.11 3.807q-.025.315-.054.612a11.3 11.3 0 0 1-1.655 1.606c.062-.771.156-1.568.214-2.333c.094-1.226.107-2.528-.192-3.984A1.005 1.005 0 0 1 7.323 2.5h.936c.746 0 1.477.298 2.025.766c.291.248.546.56.723.92z"/></svg>
</template>

CSS

.icon-hand-multiple-stack-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.521%208.012c.37-.44%201.06-.496%201.489-.056l.498.512a2.75%202.75%200%200%201%20.54%203.032h3.938a2%202%200%200%201%202%202c0%20.245-.047.478-.128.695a1.998%201.998%200%200%201%20.012%203.603a1.993%201.993%200%200%201-1.869%202.702h-.066A2%202%200%200%201%2014%2023h-1.076C8.18%2023%206%2022.09%204.389%2020.48c-.885-.886-1.34-2.31-1.385-3.664c-.046-1.358.314-2.853%201.308-3.846c.806-.806%201.771-1.469%202.606-2.142c.865-.697%201.727-1.502%202.534-2.724zm.833%201.42c-.818%201.12-1.675%201.903-2.495%202.564c-.966.78-1.754%201.301-2.487%202.034c-.597.597-.906%201.62-.87%202.736c.038%201.118.418%202.124.947%202.653c1.217%201.216%202.932%202.08%207.475%202.08H14a.5.5%200%200%200%20.1-.99l-.1-.01h-2.252a.75.75%200%200%201-.077-1.495l.077-.004h4.253a.5.5%200%200%200%200-1H12.75a.75.75%200%200%201-.076-1.496l.076-.004H17a.5.5%200%200%200%200-1h-4.25a.75.75%200%200%201%200-1.5h3.236a.5.5%200%200%200%200-1H10.5a.75.75%200%200%201-.53-1.28l.45-.453a1.25%201.25%200%200%200%20.013-1.753zm3.26-7.85a1.988%201.988%200%200%201%203.196.549a1.986%201.986%200%200%201%202.561%202.564a1.986%201.986%200%200%201%20.653%203.081q.214.125.398.306a1.99%201.99%200%200%201%200%202.81l-.567.568v-.001c-.33.339-.68.688-1.045%201.037a3%203%200%200%200-.857-1.257c.477-.462.94-.938%201.408-1.407a.488.488%200%200%200-.69-.69l-1.235%201.237a.751.751%200%200%201-1.061-1.06l2.485-2.487a.488.488%200%200%200-.69-.69l-.02.021l-2.101%202.179a.75.75%200%200%201-1.081-1.04l2.892-2.97a.488.488%200%200%200-.612-.752l-.076.063l-2.883%202.887a.75.75%200%200%201-1.06-1.06l2.133-2.137a.488.488%200%200%200-.688-.69l-3.636%203.634a.75.75%200%200%201-1.28-.531V5.25c0-.283-.147-.588-.446-.844A1.68%201.68%200%200%200%208.259%204h-.341c.223%201.404.197%202.665.11%203.807q-.025.315-.054.612a11.3%2011.3%200%200%201-1.655%201.606c.062-.771.156-1.568.214-2.333c.094-1.226.107-2.528-.192-3.984A1.005%201.005%200%200%201%207.323%202.5h.936c.746%200%201.477.298%202.025.766c.291.248.546.56.723.92z%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%20d%3D%22M9.521%208.012c.37-.44%201.06-.496%201.489-.056l.498.512a2.75%202.75%200%200%201%20.54%203.032h3.938a2%202%200%200%201%202%202c0%20.245-.047.478-.128.695a1.998%201.998%200%200%201%20.012%203.603a1.993%201.993%200%200%201-1.869%202.702h-.066A2%202%200%200%201%2014%2023h-1.076C8.18%2023%206%2022.09%204.389%2020.48c-.885-.886-1.34-2.31-1.385-3.664c-.046-1.358.314-2.853%201.308-3.846c.806-.806%201.771-1.469%202.606-2.142c.865-.697%201.727-1.502%202.534-2.724zm.833%201.42c-.818%201.12-1.675%201.903-2.495%202.564c-.966.78-1.754%201.301-2.487%202.034c-.597.597-.906%201.62-.87%202.736c.038%201.118.418%202.124.947%202.653c1.217%201.216%202.932%202.08%207.475%202.08H14a.5.5%200%200%200%20.1-.99l-.1-.01h-2.252a.75.75%200%200%201-.077-1.495l.077-.004h4.253a.5.5%200%200%200%200-1H12.75a.75.75%200%200%201-.076-1.496l.076-.004H17a.5.5%200%200%200%200-1h-4.25a.75.75%200%200%201%200-1.5h3.236a.5.5%200%200%200%200-1H10.5a.75.75%200%200%201-.53-1.28l.45-.453a1.25%201.25%200%200%200%20.013-1.753zm3.26-7.85a1.988%201.988%200%200%201%203.196.549a1.986%201.986%200%200%201%202.561%202.564a1.986%201.986%200%200%201%20.653%203.081q.214.125.398.306a1.99%201.99%200%200%201%200%202.81l-.567.568v-.001c-.33.339-.68.688-1.045%201.037a3%203%200%200%200-.857-1.257c.477-.462.94-.938%201.408-1.407a.488.488%200%200%200-.69-.69l-1.235%201.237a.751.751%200%200%201-1.061-1.06l2.485-2.487a.488.488%200%200%200-.69-.69l-.02.021l-2.101%202.179a.75.75%200%200%201-1.081-1.04l2.892-2.97a.488.488%200%200%200-.612-.752l-.076.063l-2.883%202.887a.75.75%200%200%201-1.06-1.06l2.133-2.137a.488.488%200%200%200-.688-.69l-3.636%203.634a.75.75%200%200%201-1.28-.531V5.25c0-.283-.147-.588-.446-.844A1.68%201.68%200%200%200%208.259%204h-.341c.223%201.404.197%202.665.11%203.807q-.025.315-.054.612a11.3%2011.3%200%200%201-1.655%201.606c.062-.771.156-1.568.214-2.333c.094-1.226.107-2.528-.192-3.984A1.005%201.005%200%200%201%207.323%202.5h.936c.746%200%201.477.298%202.025.766c.291.248.546.56.723.92z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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