hand multiple stack icon

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

Name
hand-multiple-stack-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M10.095 7.517a.75.75 0 0 1 .575.112a2.14 2.14 0 0 1 .53 3.033l-.261.36a.614.614 0 0 0 .496.975h1.292q.028 0 .056.003H17c.546 0 1 .456 1 1a1 1 0 0 1-1 1h-4.5a.5.5 0 0 0 0 1h5.504a1 1 0 0 1 0 2H12.5a.5.5 0 0 0 0 1h4.499a1 1 0 0 1 0 2H12a.5.5 0 0 0 0 1h2.995a1 1 0 0 1 0 2H12.74l-.066-.004c-4.57-.032-6.701-.933-8.284-2.516c-.885-.886-1.34-2.309-1.385-3.664c-.046-1.358.314-2.852 1.308-3.846c.828-.828 1.838-1.515 2.694-2.212c.89-.727 1.781-1.582 2.608-2.905l.043-.063a.75.75 0 0 1 .438-.273m3.51-5.935a1.988 1.988 0 0 1 3.196.549a1.986 1.986 0 0 1 2.562 2.564a1.985 1.985 0 0 1 .653 3.081a1.988 1.988 0 0 1 .398 3.116l-.567.568l-.001-.001q-.448.461-.94.937a2 2 0 0 0-.96-1.158c.476-.46.938-.937 1.407-1.406a.488.488 0 0 0-.69-.69l-1.235 1.237a.751.751 0 0 1-1.062-1.06l2.486-2.487a.488.488 0 0 0-.69-.69l-.02.021l-2.102 2.179a.75.75 0 0 1-1.081-1.04l2.893-2.97a.488.488 0 0 0-.613-.752l-.076.063L14.28 6.53a.75.75 0 0 1-1.06-1.06l2.133-2.137a.488.488 0 1 0-.688-.69L11.03 6.277a.75.75 0 0 1-1.28-.53l.001-.497c0-.283-.148-.588-.447-.844A1.68 1.68 0 0 0 8.25 4h-.34c.223 1.404.197 2.665.11 3.807q-.026.322-.056.625c-.531.64-1.084 1.14-1.655 1.602c.061-.774.157-1.574.215-2.342c.094-1.226.107-2.528-.192-3.984A1.005 1.005 0 0 1 7.314 2.5h.936c.746 0 1.477.298 2.025.766c.291.248.547.56.723.92z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandMultipleStack24Filled(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="M10.095 7.517a.75.75 0 0 1 .575.112a2.14 2.14 0 0 1 .53 3.033l-.261.36a.614.614 0 0 0 .496.975h1.292q.028 0 .056.003H17c.546 0 1 .456 1 1a1 1 0 0 1-1 1h-4.5a.5.5 0 0 0 0 1h5.504a1 1 0 0 1 0 2H12.5a.5.5 0 0 0 0 1h4.499a1 1 0 0 1 0 2H12a.5.5 0 0 0 0 1h2.995a1 1 0 0 1 0 2H12.74l-.066-.004c-4.57-.032-6.701-.933-8.284-2.516c-.885-.886-1.34-2.309-1.385-3.664c-.046-1.358.314-2.852 1.308-3.846c.828-.828 1.838-1.515 2.694-2.212c.89-.727 1.781-1.582 2.608-2.905l.043-.063a.75.75 0 0 1 .438-.273m3.51-5.935a1.988 1.988 0 0 1 3.196.549a1.986 1.986 0 0 1 2.562 2.564a1.985 1.985 0 0 1 .653 3.081a1.988 1.988 0 0 1 .398 3.116l-.567.568l-.001-.001q-.448.461-.94.937a2 2 0 0 0-.96-1.158c.476-.46.938-.937 1.407-1.406a.488.488 0 0 0-.69-.69l-1.235 1.237a.751.751 0 0 1-1.062-1.06l2.486-2.487a.488.488 0 0 0-.69-.69l-.02.021l-2.102 2.179a.75.75 0 0 1-1.081-1.04l2.893-2.97a.488.488 0 0 0-.613-.752l-.076.063L14.28 6.53a.75.75 0 0 1-1.06-1.06l2.133-2.137a.488.488 0 1 0-.688-.69L11.03 6.277a.75.75 0 0 1-1.28-.53l.001-.497c0-.283-.148-.588-.447-.844A1.68 1.68 0 0 0 8.25 4h-.34c.223 1.404.197 2.665.11 3.807q-.026.322-.056.625c-.531.64-1.084 1.14-1.655 1.602c.061-.774.157-1.574.215-2.342c.094-1.226.107-2.528-.192-3.984A1.005 1.005 0 0 1 7.314 2.5h.936c.746 0 1.477.298 2.025.766c.291.248.547.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="M10.095 7.517a.75.75 0 0 1 .575.112a2.14 2.14 0 0 1 .53 3.033l-.261.36a.614.614 0 0 0 .496.975h1.292q.028 0 .056.003H17c.546 0 1 .456 1 1a1 1 0 0 1-1 1h-4.5a.5.5 0 0 0 0 1h5.504a1 1 0 0 1 0 2H12.5a.5.5 0 0 0 0 1h4.499a1 1 0 0 1 0 2H12a.5.5 0 0 0 0 1h2.995a1 1 0 0 1 0 2H12.74l-.066-.004c-4.57-.032-6.701-.933-8.284-2.516c-.885-.886-1.34-2.309-1.385-3.664c-.046-1.358.314-2.852 1.308-3.846c.828-.828 1.838-1.515 2.694-2.212c.89-.727 1.781-1.582 2.608-2.905l.043-.063a.75.75 0 0 1 .438-.273m3.51-5.935a1.988 1.988 0 0 1 3.196.549a1.986 1.986 0 0 1 2.562 2.564a1.985 1.985 0 0 1 .653 3.081a1.988 1.988 0 0 1 .398 3.116l-.567.568l-.001-.001q-.448.461-.94.937a2 2 0 0 0-.96-1.158c.476-.46.938-.937 1.407-1.406a.488.488 0 0 0-.69-.69l-1.235 1.237a.751.751 0 0 1-1.062-1.06l2.486-2.487a.488.488 0 0 0-.69-.69l-.02.021l-2.102 2.179a.75.75 0 0 1-1.081-1.04l2.893-2.97a.488.488 0 0 0-.613-.752l-.076.063L14.28 6.53a.75.75 0 0 1-1.06-1.06l2.133-2.137a.488.488 0 1 0-.688-.69L11.03 6.277a.75.75 0 0 1-1.28-.53l.001-.497c0-.283-.148-.588-.447-.844A1.68 1.68 0 0 0 8.25 4h-.34c.223 1.404.197 2.665.11 3.807q-.026.322-.056.625c-.531.64-1.084 1.14-1.655 1.602c.061-.774.157-1.574.215-2.342c.094-1.226.107-2.528-.192-3.984A1.005 1.005 0 0 1 7.314 2.5h.936c.746 0 1.477.298 2.025.766c.291.248.547.56.723.92z"/></svg>
</template>

CSS

.icon-hand-multiple-stack-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.095%207.517a.75.75%200%200%201%20.575.112a2.14%202.14%200%200%201%20.53%203.033l-.261.36a.614.614%200%200%200%20.496.975h1.292q.028%200%20.056.003H17c.546%200%201%20.456%201%201a1%201%200%200%201-1%201h-4.5a.5.5%200%200%200%200%201h5.504a1%201%200%200%201%200%202H12.5a.5.5%200%200%200%200%201h4.499a1%201%200%200%201%200%202H12a.5.5%200%200%200%200%201h2.995a1%201%200%200%201%200%202H12.74l-.066-.004c-4.57-.032-6.701-.933-8.284-2.516c-.885-.886-1.34-2.309-1.385-3.664c-.046-1.358.314-2.852%201.308-3.846c.828-.828%201.838-1.515%202.694-2.212c.89-.727%201.781-1.582%202.608-2.905l.043-.063a.75.75%200%200%201%20.438-.273m3.51-5.935a1.988%201.988%200%200%201%203.196.549a1.986%201.986%200%200%201%202.562%202.564a1.985%201.985%200%200%201%20.653%203.081a1.988%201.988%200%200%201%20.398%203.116l-.567.568l-.001-.001q-.448.461-.94.937a2%202%200%200%200-.96-1.158c.476-.46.938-.937%201.407-1.406a.488.488%200%200%200-.69-.69l-1.235%201.237a.751.751%200%200%201-1.062-1.06l2.486-2.487a.488.488%200%200%200-.69-.69l-.02.021l-2.102%202.179a.75.75%200%200%201-1.081-1.04l2.893-2.97a.488.488%200%200%200-.613-.752l-.076.063L14.28%206.53a.75.75%200%200%201-1.06-1.06l2.133-2.137a.488.488%200%201%200-.688-.69L11.03%206.277a.75.75%200%200%201-1.28-.53l.001-.497c0-.283-.148-.588-.447-.844A1.68%201.68%200%200%200%208.25%204h-.34c.223%201.404.197%202.665.11%203.807q-.026.322-.056.625c-.531.64-1.084%201.14-1.655%201.602c.061-.774.157-1.574.215-2.342c.094-1.226.107-2.528-.192-3.984A1.005%201.005%200%200%201%207.314%202.5h.936c.746%200%201.477.298%202.025.766c.291.248.547.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%22M10.095%207.517a.75.75%200%200%201%20.575.112a2.14%202.14%200%200%201%20.53%203.033l-.261.36a.614.614%200%200%200%20.496.975h1.292q.028%200%20.056.003H17c.546%200%201%20.456%201%201a1%201%200%200%201-1%201h-4.5a.5.5%200%200%200%200%201h5.504a1%201%200%200%201%200%202H12.5a.5.5%200%200%200%200%201h4.499a1%201%200%200%201%200%202H12a.5.5%200%200%200%200%201h2.995a1%201%200%200%201%200%202H12.74l-.066-.004c-4.57-.032-6.701-.933-8.284-2.516c-.885-.886-1.34-2.309-1.385-3.664c-.046-1.358.314-2.852%201.308-3.846c.828-.828%201.838-1.515%202.694-2.212c.89-.727%201.781-1.582%202.608-2.905l.043-.063a.75.75%200%200%201%20.438-.273m3.51-5.935a1.988%201.988%200%200%201%203.196.549a1.986%201.986%200%200%201%202.562%202.564a1.985%201.985%200%200%201%20.653%203.081a1.988%201.988%200%200%201%20.398%203.116l-.567.568l-.001-.001q-.448.461-.94.937a2%202%200%200%200-.96-1.158c.476-.46.938-.937%201.407-1.406a.488.488%200%200%200-.69-.69l-1.235%201.237a.751.751%200%200%201-1.062-1.06l2.486-2.487a.488.488%200%200%200-.69-.69l-.02.021l-2.102%202.179a.75.75%200%200%201-1.081-1.04l2.893-2.97a.488.488%200%200%200-.613-.752l-.076.063L14.28%206.53a.75.75%200%200%201-1.06-1.06l2.133-2.137a.488.488%200%201%200-.688-.69L11.03%206.277a.75.75%200%200%201-1.28-.53l.001-.497c0-.283-.148-.588-.447-.844A1.68%201.68%200%200%200%208.25%204h-.34c.223%201.404.197%202.665.11%203.807q-.026.322-.056.625c-.531.64-1.084%201.14-1.655%201.602c.061-.774.157-1.574.215-2.342c.094-1.226.107-2.528-.192-3.984A1.005%201.005%200%200%201%207.314%202.5h.936c.746%200%201.477.298%202.025.766c.291.248.547.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-filled.svg?color=%231a73e8&size=48