hand multiple icon
hand-multiple-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- hand-multiple-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M2.06 4.355a.207.207 0 0 1 .274-.31l1.81 1.809a.5.5 0 1 0 .707-.708l-.765-.764l-.025-.027l-1.5-1.498a.207.207 0 1 1 .293-.293l2.29 2.29a.5.5 0 1 0 .707-.708L4.06 2.357a.207.207 0 1 1 .293-.293l2.29 2.288a.5.5 0 0 0 .707-.707l-1.29-1.29a.207.207 0 1 1 .292-.292l2.29 2.29c.015.016.45.468.694 1.19l.768-.768a4.2 4.2 0 0 0-.754-1.129l-2.29-2.29a1.207 1.207 0 0 0-1.842.16l-.158-.159a1.207 1.207 0 0 0-1.892.238A1.207 1.207 0 0 0 1.59 3.17a1.21 1.21 0 0 0-.238 1.892l2.033 2.033A2 2 0 0 0 1.997 9v.18c0 .495.461.832.915.737a6.4 6.4 0 0 1 2.082-.097l.08.009q.03-.267.06-.498q.031-.244.05-.434l.007-.062l-.096-.01a7.4 7.4 0 0 0-2.09.057A1 1 0 0 1 3.996 8h.5a.5.5 0 0 0 .35-.857l-.004-.004zm4.061 1.82a.5.5 0 0 1 .428-.171l.098.01A1.5 1.5 0 0 1 8 7.5c0 .293.354.44.56.232l.586-.586l.055-.047l1.951-1.951a.5.5 0 1 1 .707.706L9.804 7.91a.44.44 0 0 0 .622.623l2.718-2.718a.5.5 0 1 1 .706.706l-2.728 2.728a.44.44 0 1 0 .622.622l2.389-2.388a.506.506 0 1 1 .716.716l-2.687 2.686a.44.44 0 1 0 .623.622l1.364-1.364a.5.5 0 0 1 .707.707l-2.358 2.358l-.144.148c-.023.023-1.147 1.147-2.854 1.147c-.913 0-1.783-.452-2.416-1.084S6 11.914 6 11.002c0-.53.062-1.031.12-1.493q.041-.322.07-.615a6.4 6.4 0 0 0-.175-2.271a.5.5 0 0 1 .106-.448"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandMultiple16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.06 4.355a.207.207 0 0 1 .274-.31l1.81 1.809a.5.5 0 1 0 .707-.708l-.765-.764l-.025-.027l-1.5-1.498a.207.207 0 1 1 .293-.293l2.29 2.29a.5.5 0 1 0 .707-.708L4.06 2.357a.207.207 0 1 1 .293-.293l2.29 2.288a.5.5 0 0 0 .707-.707l-1.29-1.29a.207.207 0 1 1 .292-.292l2.29 2.29c.015.016.45.468.694 1.19l.768-.768a4.2 4.2 0 0 0-.754-1.129l-2.29-2.29a1.207 1.207 0 0 0-1.842.16l-.158-.159a1.207 1.207 0 0 0-1.892.238A1.207 1.207 0 0 0 1.59 3.17a1.21 1.21 0 0 0-.238 1.892l2.033 2.033A2 2 0 0 0 1.997 9v.18c0 .495.461.832.915.737a6.4 6.4 0 0 1 2.082-.097l.08.009q.03-.267.06-.498q.031-.244.05-.434l.007-.062l-.096-.01a7.4 7.4 0 0 0-2.09.057A1 1 0 0 1 3.996 8h.5a.5.5 0 0 0 .35-.857l-.004-.004zm4.061 1.82a.5.5 0 0 1 .428-.171l.098.01A1.5 1.5 0 0 1 8 7.5c0 .293.354.44.56.232l.586-.586l.055-.047l1.951-1.951a.5.5 0 1 1 .707.706L9.804 7.91a.44.44 0 0 0 .622.623l2.718-2.718a.5.5 0 1 1 .706.706l-2.728 2.728a.44.44 0 1 0 .622.622l2.389-2.388a.506.506 0 1 1 .716.716l-2.687 2.686a.44.44 0 1 0 .623.622l1.364-1.364a.5.5 0 0 1 .707.707l-2.358 2.358l-.144.148c-.023.023-1.147 1.147-2.854 1.147c-.913 0-1.783-.452-2.416-1.084S6 11.914 6 11.002c0-.53.062-1.031.12-1.493q.041-.322.07-.615a6.4 6.4 0 0 0-.175-2.271a.5.5 0 0 1 .106-.448"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.06 4.355a.207.207 0 0 1 .274-.31l1.81 1.809a.5.5 0 1 0 .707-.708l-.765-.764l-.025-.027l-1.5-1.498a.207.207 0 1 1 .293-.293l2.29 2.29a.5.5 0 1 0 .707-.708L4.06 2.357a.207.207 0 1 1 .293-.293l2.29 2.288a.5.5 0 0 0 .707-.707l-1.29-1.29a.207.207 0 1 1 .292-.292l2.29 2.29c.015.016.45.468.694 1.19l.768-.768a4.2 4.2 0 0 0-.754-1.129l-2.29-2.29a1.207 1.207 0 0 0-1.842.16l-.158-.159a1.207 1.207 0 0 0-1.892.238A1.207 1.207 0 0 0 1.59 3.17a1.21 1.21 0 0 0-.238 1.892l2.033 2.033A2 2 0 0 0 1.997 9v.18c0 .495.461.832.915.737a6.4 6.4 0 0 1 2.082-.097l.08.009q.03-.267.06-.498q.031-.244.05-.434l.007-.062l-.096-.01a7.4 7.4 0 0 0-2.09.057A1 1 0 0 1 3.996 8h.5a.5.5 0 0 0 .35-.857l-.004-.004zm4.061 1.82a.5.5 0 0 1 .428-.171l.098.01A1.5 1.5 0 0 1 8 7.5c0 .293.354.44.56.232l.586-.586l.055-.047l1.951-1.951a.5.5 0 1 1 .707.706L9.804 7.91a.44.44 0 0 0 .622.623l2.718-2.718a.5.5 0 1 1 .706.706l-2.728 2.728a.44.44 0 1 0 .622.622l2.389-2.388a.506.506 0 1 1 .716.716l-2.687 2.686a.44.44 0 1 0 .623.622l1.364-1.364a.5.5 0 0 1 .707.707l-2.358 2.358l-.144.148c-.023.023-1.147 1.147-2.854 1.147c-.913 0-1.783-.452-2.416-1.084S6 11.914 6 11.002c0-.53.062-1.031.12-1.493q.041-.322.07-.615a6.4 6.4 0 0 0-.175-2.271a.5.5 0 0 1 .106-.448"/></svg> </template>
CSS
.icon-hand-multiple-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.06%204.355a.207.207%200%200%201%20.274-.31l1.81%201.809a.5.5%200%201%200%20.707-.708l-.765-.764l-.025-.027l-1.5-1.498a.207.207%200%201%201%20.293-.293l2.29%202.29a.5.5%200%201%200%20.707-.708L4.06%202.357a.207.207%200%201%201%20.293-.293l2.29%202.288a.5.5%200%200%200%20.707-.707l-1.29-1.29a.207.207%200%201%201%20.292-.292l2.29%202.29c.015.016.45.468.694%201.19l.768-.768a4.2%204.2%200%200%200-.754-1.129l-2.29-2.29a1.207%201.207%200%200%200-1.842.16l-.158-.159a1.207%201.207%200%200%200-1.892.238A1.207%201.207%200%200%200%201.59%203.17a1.21%201.21%200%200%200-.238%201.892l2.033%202.033A2%202%200%200%200%201.997%209v.18c0%20.495.461.832.915.737a6.4%206.4%200%200%201%202.082-.097l.08.009q.03-.267.06-.498q.031-.244.05-.434l.007-.062l-.096-.01a7.4%207.4%200%200%200-2.09.057A1%201%200%200%201%203.996%208h.5a.5.5%200%200%200%20.35-.857l-.004-.004zm4.061%201.82a.5.5%200%200%201%20.428-.171l.098.01A1.5%201.5%200%200%201%208%207.5c0%20.293.354.44.56.232l.586-.586l.055-.047l1.951-1.951a.5.5%200%201%201%20.707.706L9.804%207.91a.44.44%200%200%200%20.622.623l2.718-2.718a.5.5%200%201%201%20.706.706l-2.728%202.728a.44.44%200%201%200%20.622.622l2.389-2.388a.506.506%200%201%201%20.716.716l-2.687%202.686a.44.44%200%201%200%20.623.622l1.364-1.364a.5.5%200%200%201%20.707.707l-2.358%202.358l-.144.148c-.023.023-1.147%201.147-2.854%201.147c-.913%200-1.783-.452-2.416-1.084S6%2011.914%206%2011.002c0-.53.062-1.031.12-1.493q.041-.322.07-.615a6.4%206.4%200%200%200-.175-2.271a.5.5%200%200%201%20.106-.448%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.06%204.355a.207.207%200%200%201%20.274-.31l1.81%201.809a.5.5%200%201%200%20.707-.708l-.765-.764l-.025-.027l-1.5-1.498a.207.207%200%201%201%20.293-.293l2.29%202.29a.5.5%200%201%200%20.707-.708L4.06%202.357a.207.207%200%201%201%20.293-.293l2.29%202.288a.5.5%200%200%200%20.707-.707l-1.29-1.29a.207.207%200%201%201%20.292-.292l2.29%202.29c.015.016.45.468.694%201.19l.768-.768a4.2%204.2%200%200%200-.754-1.129l-2.29-2.29a1.207%201.207%200%200%200-1.842.16l-.158-.159a1.207%201.207%200%200%200-1.892.238A1.207%201.207%200%200%200%201.59%203.17a1.21%201.21%200%200%200-.238%201.892l2.033%202.033A2%202%200%200%200%201.997%209v.18c0%20.495.461.832.915.737a6.4%206.4%200%200%201%202.082-.097l.08.009q.03-.267.06-.498q.031-.244.05-.434l.007-.062l-.096-.01a7.4%207.4%200%200%200-2.09.057A1%201%200%200%201%203.996%208h.5a.5.5%200%200%200%20.35-.857l-.004-.004zm4.061%201.82a.5.5%200%200%201%20.428-.171l.098.01A1.5%201.5%200%200%201%208%207.5c0%20.293.354.44.56.232l.586-.586l.055-.047l1.951-1.951a.5.5%200%201%201%20.707.706L9.804%207.91a.44.44%200%200%200%20.622.623l2.718-2.718a.5.5%200%201%201%20.706.706l-2.728%202.728a.44.44%200%201%200%20.622.622l2.389-2.388a.506.506%200%201%201%20.716.716l-2.687%202.686a.44.44%200%201%200%20.623.622l1.364-1.364a.5.5%200%200%201%20.707.707l-2.358%202.358l-.144.148c-.023.023-1.147%201.147-2.854%201.147c-.913%200-1.783-.452-2.416-1.084S6%2011.914%206%2011.002c0-.53.062-1.031.12-1.493q.041-.322.07-.615a6.4%206.4%200%200%200-.175-2.271a.5.5%200%200%201%20.106-.448%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-multiple-16-filled.svg?color=%231a73e8&size=48