hand multiple stack icon
hand-multiple-stack-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- hand-multiple-stack-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M8.434 6.505a.5.5 0 0 1 .42.142l.027.027c.733.734.798 1.902.15 2.712a.378.378 0 0 0 .295.614h4.923a.75.75 0 0 1 0 1.5h-3.75a.5.5 0 0 0 0 1h4.75a.75.75 0 0 1 0 1.5h-4.75a.5.5 0 0 0 0 1h3.75a.75.75 0 0 1 0 1.5h-4.25a.5.5 0 0 0 0 1h2.25a.75.75 0 0 1 0 1.5H9.347a1 1 0 0 1-.093-.005c-1.494-.039-2.995-.43-4.156-1.204C3.858 16.964 3 15.694 3 14c0-.888.21-1.596.568-2.208c.353-.6.837-1.09 1.345-1.553c1.03-.938 2.202-1.823 3.152-3.487a.5.5 0 0 1 .369-.247m2.899-5.046a1.56 1.56 0 0 1 2.59.63a1.56 1.56 0 0 1 1.985 1.986a1.56 1.56 0 0 1 .632 2.59l-.472.472a1.56 1.56 0 0 1 .472 2.53v-.002l-.608.608a1.75 1.75 0 0 0-.554-.86l.454-.454a.561.561 0 0 0-.704-.864l-.088.072l-.686.687a.5.5 0 0 1-.707-.707l.431-.433l1.755-1.755a.561.561 0 0 0-.784-.8l-.755.756l-.018.014l-.922.924a.5.5 0 0 1-.707-.707l2.186-2.186a.562.562 0 0 0-.794-.794l-1.249 1.25l-.003.002l-1.434 1.435a.5.5 0 0 1-.707-.707l2.19-2.192a.56.56 0 0 0-.708-.86l-.088.072l-3.186 3.19A.501.501 0 0 1 8 5.002c0-.809-.64-1.466-1.441-1.497c.226 1.22.22 2.354.152 3.348q-.007.09-.016.177a9.4 9.4 0 0 1-1.119 1.258l.005-.053c.045-.455.097-.936.132-1.45c.07-1.026.071-2.16-.189-3.365a.757.757 0 0 1 .737-.918H6.5a2.5 2.5 0 0 1 2.291 1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandMultipleStack20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.434 6.505a.5.5 0 0 1 .42.142l.027.027c.733.734.798 1.902.15 2.712a.378.378 0 0 0 .295.614h4.923a.75.75 0 0 1 0 1.5h-3.75a.5.5 0 0 0 0 1h4.75a.75.75 0 0 1 0 1.5h-4.75a.5.5 0 0 0 0 1h3.75a.75.75 0 0 1 0 1.5h-4.25a.5.5 0 0 0 0 1h2.25a.75.75 0 0 1 0 1.5H9.347a1 1 0 0 1-.093-.005c-1.494-.039-2.995-.43-4.156-1.204C3.858 16.964 3 15.694 3 14c0-.888.21-1.596.568-2.208c.353-.6.837-1.09 1.345-1.553c1.03-.938 2.202-1.823 3.152-3.487a.5.5 0 0 1 .369-.247m2.899-5.046a1.56 1.56 0 0 1 2.59.63a1.56 1.56 0 0 1 1.985 1.986a1.56 1.56 0 0 1 .632 2.59l-.472.472a1.56 1.56 0 0 1 .472 2.53v-.002l-.608.608a1.75 1.75 0 0 0-.554-.86l.454-.454a.561.561 0 0 0-.704-.864l-.088.072l-.686.687a.5.5 0 0 1-.707-.707l.431-.433l1.755-1.755a.561.561 0 0 0-.784-.8l-.755.756l-.018.014l-.922.924a.5.5 0 0 1-.707-.707l2.186-2.186a.562.562 0 0 0-.794-.794l-1.249 1.25l-.003.002l-1.434 1.435a.5.5 0 0 1-.707-.707l2.19-2.192a.56.56 0 0 0-.708-.86l-.088.072l-3.186 3.19A.501.501 0 0 1 8 5.002c0-.809-.64-1.466-1.441-1.497c.226 1.22.22 2.354.152 3.348q-.007.09-.016.177a9.4 9.4 0 0 1-1.119 1.258l.005-.053c.045-.455.097-.936.132-1.45c.07-1.026.071-2.16-.189-3.365a.757.757 0 0 1 .737-.918H6.5a2.5 2.5 0 0 1 2.291 1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.434 6.505a.5.5 0 0 1 .42.142l.027.027c.733.734.798 1.902.15 2.712a.378.378 0 0 0 .295.614h4.923a.75.75 0 0 1 0 1.5h-3.75a.5.5 0 0 0 0 1h4.75a.75.75 0 0 1 0 1.5h-4.75a.5.5 0 0 0 0 1h3.75a.75.75 0 0 1 0 1.5h-4.25a.5.5 0 0 0 0 1h2.25a.75.75 0 0 1 0 1.5H9.347a1 1 0 0 1-.093-.005c-1.494-.039-2.995-.43-4.156-1.204C3.858 16.964 3 15.694 3 14c0-.888.21-1.596.568-2.208c.353-.6.837-1.09 1.345-1.553c1.03-.938 2.202-1.823 3.152-3.487a.5.5 0 0 1 .369-.247m2.899-5.046a1.56 1.56 0 0 1 2.59.63a1.56 1.56 0 0 1 1.985 1.986a1.56 1.56 0 0 1 .632 2.59l-.472.472a1.56 1.56 0 0 1 .472 2.53v-.002l-.608.608a1.75 1.75 0 0 0-.554-.86l.454-.454a.561.561 0 0 0-.704-.864l-.088.072l-.686.687a.5.5 0 0 1-.707-.707l.431-.433l1.755-1.755a.561.561 0 0 0-.784-.8l-.755.756l-.018.014l-.922.924a.5.5 0 0 1-.707-.707l2.186-2.186a.562.562 0 0 0-.794-.794l-1.249 1.25l-.003.002l-1.434 1.435a.5.5 0 0 1-.707-.707l2.19-2.192a.56.56 0 0 0-.708-.86l-.088.072l-3.186 3.19A.501.501 0 0 1 8 5.002c0-.809-.64-1.466-1.441-1.497c.226 1.22.22 2.354.152 3.348q-.007.09-.016.177a9.4 9.4 0 0 1-1.119 1.258l.005-.053c.045-.455.097-.936.132-1.45c.07-1.026.071-2.16-.189-3.365a.757.757 0 0 1 .737-.918H6.5a2.5 2.5 0 0 1 2.291 1.5z"/></svg> </template>
CSS
.icon-hand-multiple-stack-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.434%206.505a.5.5%200%200%201%20.42.142l.027.027c.733.734.798%201.902.15%202.712a.378.378%200%200%200%20.295.614h4.923a.75.75%200%200%201%200%201.5h-3.75a.5.5%200%200%200%200%201h4.75a.75.75%200%200%201%200%201.5h-4.75a.5.5%200%200%200%200%201h3.75a.75.75%200%200%201%200%201.5h-4.25a.5.5%200%200%200%200%201h2.25a.75.75%200%200%201%200%201.5H9.347a1%201%200%200%201-.093-.005c-1.494-.039-2.995-.43-4.156-1.204C3.858%2016.964%203%2015.694%203%2014c0-.888.21-1.596.568-2.208c.353-.6.837-1.09%201.345-1.553c1.03-.938%202.202-1.823%203.152-3.487a.5.5%200%200%201%20.369-.247m2.899-5.046a1.56%201.56%200%200%201%202.59.63a1.56%201.56%200%200%201%201.985%201.986a1.56%201.56%200%200%201%20.632%202.59l-.472.472a1.56%201.56%200%200%201%20.472%202.53v-.002l-.608.608a1.75%201.75%200%200%200-.554-.86l.454-.454a.561.561%200%200%200-.704-.864l-.088.072l-.686.687a.5.5%200%200%201-.707-.707l.431-.433l1.755-1.755a.561.561%200%200%200-.784-.8l-.755.756l-.018.014l-.922.924a.5.5%200%200%201-.707-.707l2.186-2.186a.562.562%200%200%200-.794-.794l-1.249%201.25l-.003.002l-1.434%201.435a.5.5%200%200%201-.707-.707l2.19-2.192a.56.56%200%200%200-.708-.86l-.088.072l-3.186%203.19A.501.501%200%200%201%208%205.002c0-.809-.64-1.466-1.441-1.497c.226%201.22.22%202.354.152%203.348q-.007.09-.016.177a9.4%209.4%200%200%201-1.119%201.258l.005-.053c.045-.455.097-.936.132-1.45c.07-1.026.071-2.16-.189-3.365a.757.757%200%200%201%20.737-.918H6.5a2.5%202.5%200%200%201%202.291%201.5z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.434%206.505a.5.5%200%200%201%20.42.142l.027.027c.733.734.798%201.902.15%202.712a.378.378%200%200%200%20.295.614h4.923a.75.75%200%200%201%200%201.5h-3.75a.5.5%200%200%200%200%201h4.75a.75.75%200%200%201%200%201.5h-4.75a.5.5%200%200%200%200%201h3.75a.75.75%200%200%201%200%201.5h-4.25a.5.5%200%200%200%200%201h2.25a.75.75%200%200%201%200%201.5H9.347a1%201%200%200%201-.093-.005c-1.494-.039-2.995-.43-4.156-1.204C3.858%2016.964%203%2015.694%203%2014c0-.888.21-1.596.568-2.208c.353-.6.837-1.09%201.345-1.553c1.03-.938%202.202-1.823%203.152-3.487a.5.5%200%200%201%20.369-.247m2.899-5.046a1.56%201.56%200%200%201%202.59.63a1.56%201.56%200%200%201%201.985%201.986a1.56%201.56%200%200%201%20.632%202.59l-.472.472a1.56%201.56%200%200%201%20.472%202.53v-.002l-.608.608a1.75%201.75%200%200%200-.554-.86l.454-.454a.561.561%200%200%200-.704-.864l-.088.072l-.686.687a.5.5%200%200%201-.707-.707l.431-.433l1.755-1.755a.561.561%200%200%200-.784-.8l-.755.756l-.018.014l-.922.924a.5.5%200%200%201-.707-.707l2.186-2.186a.562.562%200%200%200-.794-.794l-1.249%201.25l-.003.002l-1.434%201.435a.5.5%200%200%201-.707-.707l2.19-2.192a.56.56%200%200%200-.708-.86l-.088.072l-3.186%203.19A.501.501%200%200%201%208%205.002c0-.809-.64-1.466-1.441-1.497c.226%201.22.22%202.354.152%203.348q-.007.09-.016.177a9.4%209.4%200%200%201-1.119%201.258l.005-.053c.045-.455.097-.936.132-1.45c.07-1.026.071-2.16-.189-3.365a.757.757%200%200%201%20.737-.918H6.5a2.5%202.5%200%200%201%202.291%201.5z%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-20-filled.svg?color=%231a73e8&size=48