hand multiple icon
hand-multiple-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- hand-multiple-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2.164 6.96a.56.56 0 0 1 .792-.793h.001l2.186 2.187a.5.5 0 0 0 .707-.708L3.165 4.961a.561.561 0 0 1 .793-.794l.454.454l.045.046l1.686 1.687a.5.5 0 0 0 .707-.708L5.137 3.932a.56.56 0 0 1 .82-.765l1.75 1.75l.025.024l.915.913a.5.5 0 1 0 .706-.708L8.165 3.96a.56.56 0 1 1 .792-.793l1.385 1.386c.632.652 1.146 1.293 1.514 1.967l.733-.733a9.7 9.7 0 0 0-1.083-1.45a.5.5 0 0 0-.092-.127l-.36-.359l-.236-.236L9.665 2.46a1.56 1.56 0 0 0-2.53.47l-.47-.47a1.56 1.56 0 0 0-2.59.629a1.561 1.561 0 0 0-1.988 1.988a1.56 1.56 0 0 0-.63 2.59l2.544 2.54A2.5 2.5 0 0 0 2.5 12.5v.239c0 .494.46.835.918.736c1.122-.242 2.185-.257 3.155-.201l.013-.138l.027-.275q.03-.29.057-.583c-.95-.057-2.022-.053-3.169.16A1.5 1.5 0 0 1 5 11a.5.5 0 0 0 .353-.854zm16.587 3.762a.804.804 0 1 0-1.137-1.137l-2.743 2.743a.502.502 0 0 1-.71-.71l3.241-3.24a.805.805 0 0 0-1.139-1.14l-3.385 3.385a.51.51 0 0 1-.72-.72l2.521-2.52a.806.806 0 1 0-1.14-1.14l-3.035 3.035A.329.329 0 0 1 10 9v-.156A1.844 1.844 0 0 0 8.156 7a.67.67 0 0 0-.653.819c.278 1.235.283 2.514.213 3.685c-.03.5-.072.974-.112 1.416l-.02.224c-.045.499-.083.965-.083 1.356c0 .948.61 1.946 1.412 2.681c.813.745 1.928 1.319 3.088 1.319c2.035 0 3.576-.954 5.014-2.316c.127-.11.252-.23.361-.354l1.388-1.387a.81.81 0 0 0-1.145-1.146l-1.248 1.248a.51.51 0 0 1-.721-.722z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandMultiple20Filled(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="M2.164 6.96a.56.56 0 0 1 .792-.793h.001l2.186 2.187a.5.5 0 0 0 .707-.708L3.165 4.961a.561.561 0 0 1 .793-.794l.454.454l.045.046l1.686 1.687a.5.5 0 0 0 .707-.708L5.137 3.932a.56.56 0 0 1 .82-.765l1.75 1.75l.025.024l.915.913a.5.5 0 1 0 .706-.708L8.165 3.96a.56.56 0 1 1 .792-.793l1.385 1.386c.632.652 1.146 1.293 1.514 1.967l.733-.733a9.7 9.7 0 0 0-1.083-1.45a.5.5 0 0 0-.092-.127l-.36-.359l-.236-.236L9.665 2.46a1.56 1.56 0 0 0-2.53.47l-.47-.47a1.56 1.56 0 0 0-2.59.629a1.561 1.561 0 0 0-1.988 1.988a1.56 1.56 0 0 0-.63 2.59l2.544 2.54A2.5 2.5 0 0 0 2.5 12.5v.239c0 .494.46.835.918.736c1.122-.242 2.185-.257 3.155-.201l.013-.138l.027-.275q.03-.29.057-.583c-.95-.057-2.022-.053-3.169.16A1.5 1.5 0 0 1 5 11a.5.5 0 0 0 .353-.854zm16.587 3.762a.804.804 0 1 0-1.137-1.137l-2.743 2.743a.502.502 0 0 1-.71-.71l3.241-3.24a.805.805 0 0 0-1.139-1.14l-3.385 3.385a.51.51 0 0 1-.72-.72l2.521-2.52a.806.806 0 1 0-1.14-1.14l-3.035 3.035A.329.329 0 0 1 10 9v-.156A1.844 1.844 0 0 0 8.156 7a.67.67 0 0 0-.653.819c.278 1.235.283 2.514.213 3.685c-.03.5-.072.974-.112 1.416l-.02.224c-.045.499-.083.965-.083 1.356c0 .948.61 1.946 1.412 2.681c.813.745 1.928 1.319 3.088 1.319c2.035 0 3.576-.954 5.014-2.316c.127-.11.252-.23.361-.354l1.388-1.387a.81.81 0 0 0-1.145-1.146l-1.248 1.248a.51.51 0 0 1-.721-.722z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.164 6.96a.56.56 0 0 1 .792-.793h.001l2.186 2.187a.5.5 0 0 0 .707-.708L3.165 4.961a.561.561 0 0 1 .793-.794l.454.454l.045.046l1.686 1.687a.5.5 0 0 0 .707-.708L5.137 3.932a.56.56 0 0 1 .82-.765l1.75 1.75l.025.024l.915.913a.5.5 0 1 0 .706-.708L8.165 3.96a.56.56 0 1 1 .792-.793l1.385 1.386c.632.652 1.146 1.293 1.514 1.967l.733-.733a9.7 9.7 0 0 0-1.083-1.45a.5.5 0 0 0-.092-.127l-.36-.359l-.236-.236L9.665 2.46a1.56 1.56 0 0 0-2.53.47l-.47-.47a1.56 1.56 0 0 0-2.59.629a1.561 1.561 0 0 0-1.988 1.988a1.56 1.56 0 0 0-.63 2.59l2.544 2.54A2.5 2.5 0 0 0 2.5 12.5v.239c0 .494.46.835.918.736c1.122-.242 2.185-.257 3.155-.201l.013-.138l.027-.275q.03-.29.057-.583c-.95-.057-2.022-.053-3.169.16A1.5 1.5 0 0 1 5 11a.5.5 0 0 0 .353-.854zm16.587 3.762a.804.804 0 1 0-1.137-1.137l-2.743 2.743a.502.502 0 0 1-.71-.71l3.241-3.24a.805.805 0 0 0-1.139-1.14l-3.385 3.385a.51.51 0 0 1-.72-.72l2.521-2.52a.806.806 0 1 0-1.14-1.14l-3.035 3.035A.329.329 0 0 1 10 9v-.156A1.844 1.844 0 0 0 8.156 7a.67.67 0 0 0-.653.819c.278 1.235.283 2.514.213 3.685c-.03.5-.072.974-.112 1.416l-.02.224c-.045.499-.083.965-.083 1.356c0 .948.61 1.946 1.412 2.681c.813.745 1.928 1.319 3.088 1.319c2.035 0 3.576-.954 5.014-2.316c.127-.11.252-.23.361-.354l1.388-1.387a.81.81 0 0 0-1.145-1.146l-1.248 1.248a.51.51 0 0 1-.721-.722z"/></svg> </template>
CSS
.icon-hand-multiple-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%22M2.164%206.96a.56.56%200%200%201%20.792-.793h.001l2.186%202.187a.5.5%200%200%200%20.707-.708L3.165%204.961a.561.561%200%200%201%20.793-.794l.454.454l.045.046l1.686%201.687a.5.5%200%200%200%20.707-.708L5.137%203.932a.56.56%200%200%201%20.82-.765l1.75%201.75l.025.024l.915.913a.5.5%200%201%200%20.706-.708L8.165%203.96a.56.56%200%201%201%20.792-.793l1.385%201.386c.632.652%201.146%201.293%201.514%201.967l.733-.733a9.7%209.7%200%200%200-1.083-1.45a.5.5%200%200%200-.092-.127l-.36-.359l-.236-.236L9.665%202.46a1.56%201.56%200%200%200-2.53.47l-.47-.47a1.56%201.56%200%200%200-2.59.629a1.561%201.561%200%200%200-1.988%201.988a1.56%201.56%200%200%200-.63%202.59l2.544%202.54A2.5%202.5%200%200%200%202.5%2012.5v.239c0%20.494.46.835.918.736c1.122-.242%202.185-.257%203.155-.201l.013-.138l.027-.275q.03-.29.057-.583c-.95-.057-2.022-.053-3.169.16A1.5%201.5%200%200%201%205%2011a.5.5%200%200%200%20.353-.854zm16.587%203.762a.804.804%200%201%200-1.137-1.137l-2.743%202.743a.502.502%200%200%201-.71-.71l3.241-3.24a.805.805%200%200%200-1.139-1.14l-3.385%203.385a.51.51%200%200%201-.72-.72l2.521-2.52a.806.806%200%201%200-1.14-1.14l-3.035%203.035A.329.329%200%200%201%2010%209v-.156A1.844%201.844%200%200%200%208.156%207a.67.67%200%200%200-.653.819c.278%201.235.283%202.514.213%203.685c-.03.5-.072.974-.112%201.416l-.02.224c-.045.499-.083.965-.083%201.356c0%20.948.61%201.946%201.412%202.681c.813.745%201.928%201.319%203.088%201.319c2.035%200%203.576-.954%205.014-2.316c.127-.11.252-.23.361-.354l1.388-1.387a.81.81%200%200%200-1.145-1.146l-1.248%201.248a.51.51%200%200%201-.721-.722z%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%22M2.164%206.96a.56.56%200%200%201%20.792-.793h.001l2.186%202.187a.5.5%200%200%200%20.707-.708L3.165%204.961a.561.561%200%200%201%20.793-.794l.454.454l.045.046l1.686%201.687a.5.5%200%200%200%20.707-.708L5.137%203.932a.56.56%200%200%201%20.82-.765l1.75%201.75l.025.024l.915.913a.5.5%200%201%200%20.706-.708L8.165%203.96a.56.56%200%201%201%20.792-.793l1.385%201.386c.632.652%201.146%201.293%201.514%201.967l.733-.733a9.7%209.7%200%200%200-1.083-1.45a.5.5%200%200%200-.092-.127l-.36-.359l-.236-.236L9.665%202.46a1.56%201.56%200%200%200-2.53.47l-.47-.47a1.56%201.56%200%200%200-2.59.629a1.561%201.561%200%200%200-1.988%201.988a1.56%201.56%200%200%200-.63%202.59l2.544%202.54A2.5%202.5%200%200%200%202.5%2012.5v.239c0%20.494.46.835.918.736c1.122-.242%202.185-.257%203.155-.201l.013-.138l.027-.275q.03-.29.057-.583c-.95-.057-2.022-.053-3.169.16A1.5%201.5%200%200%201%205%2011a.5.5%200%200%200%20.353-.854zm16.587%203.762a.804.804%200%201%200-1.137-1.137l-2.743%202.743a.502.502%200%200%201-.71-.71l3.241-3.24a.805.805%200%200%200-1.139-1.14l-3.385%203.385a.51.51%200%200%201-.72-.72l2.521-2.52a.806.806%200%201%200-1.14-1.14l-3.035%203.035A.329.329%200%200%201%2010%209v-.156A1.844%201.844%200%200%200%208.156%207a.67.67%200%200%200-.653.819c.278%201.235.283%202.514.213%203.685c-.03.5-.072.974-.112%201.416l-.02.224c-.045.499-.083.965-.083%201.356c0%20.948.61%201.946%201.412%202.681c.813.745%201.928%201.319%203.088%201.319c2.035%200%203.576-.954%205.014-2.316c.127-.11.252-.23.361-.354l1.388-1.387a.81.81%200%200%200-1.145-1.146l-1.248%201.248a.51.51%200%200%201-.721-.722z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-multiple-20-filled.svg?color=%231a73e8&size=48