hand multiple icon
hand-multiple-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- hand-multiple-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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.062a.207.207 0 0 0 0 .293l2.783 2.784l.004.004a.498.498 0 0 1-.35.857h-.5a1 1 0 0 0-.993.882a7.4 7.4 0 0 1 2.187-.047l-.006.062q-.02.19-.052.433q-.03.232-.06.499l-.079-.009a6.4 6.4 0 0 0-2.082.097a.758.758 0 0 1-.915-.737V9a2 2 0 0 1 1.389-1.905L1.353 5.062a1.207 1.207 0 0 1 .238-1.892a1.207 1.207 0 0 1 1.578-1.575a1.21 1.21 0 0 1 1.892-.238l.158.159q.06-.085.135-.16a1.207 1.207 0 0 1 1.707 0l2.29 2.29c.014.014.428.428.754 1.129l-.768.768a3.4 3.4 0 0 0-.693-1.19l-2.29-2.29a.207.207 0 1 0-.293.293l1.29 1.289a.5.5 0 0 1-.707.707l-2.29-2.288a.207.207 0 1 0-.293.293l1.79 1.79a.5.5 0 1 1-.707.707l-2.29-2.29a.207.207 0 1 0-.293.293l2.29 2.29a.5.5 0 1 1-.707.707l-1.81-1.809a.21.21 0 0 0-.273.017m9.583 2.001L8.879 8.827A.499.499 0 0 1 8 8.5V8a1 1 0 0 0-.882-.993c.14.822.118 1.483.056 2.09c-.021.216-.046.415-.07.608C7.05 10.135 7 10.532 7 11c0 .587.299 1.217.791 1.709s1.122.791 1.709.791c.638 0 1.178-.213 1.564-.434a3.5 3.5 0 0 0 .555-.394l.01-.01l.017-.017l2.29-2.289a.207.207 0 1 0-.293-.292l-1.289 1.29a.5.5 0 1 1-.707-.707l1.28-1.28l.01-.01l1-1a.207.207 0 1 0-.294-.293l-1.789 1.79a.5.5 0 0 1-.707-.707l1.277-1.278l.012-.013l1-1a.207.207 0 1 0-.293-.292l-2.289 2.29a.5.5 0 0 1-.707-.708l.774-.774l.015-.016l1-1a.207.207 0 0 0-.293-.293m3 5l-2.264 2.264l-.025.027h-.002l-.001.002q-.105.101-.218.19a4.5 4.5 0 0 1-.572.388A4.17 4.17 0 0 1 9.5 14.5c-.913 0-1.783-.451-2.416-1.084S6 11.913 6 11c0-.533.062-1.027.119-1.483q.034-.268.06-.52a6.4 6.4 0 0 0-.096-2.082A.758.758 0 0 1 6.82 6H7a2 2 0 0 1 1.904 1.387l2.032-2.03a1.207 1.207 0 0 1 1.892.237a1.207 1.207 0 0 1 1.577 1.577a1.208 1.208 0 0 1 .238 1.892l-.159.16q.084.058.16.133a1.207 1.207 0 0 1-.001 1.707m-2.29 2.29"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandMultiple16Regular(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.062a.207.207 0 0 0 0 .293l2.783 2.784l.004.004a.498.498 0 0 1-.35.857h-.5a1 1 0 0 0-.993.882a7.4 7.4 0 0 1 2.187-.047l-.006.062q-.02.19-.052.433q-.03.232-.06.499l-.079-.009a6.4 6.4 0 0 0-2.082.097a.758.758 0 0 1-.915-.737V9a2 2 0 0 1 1.389-1.905L1.353 5.062a1.207 1.207 0 0 1 .238-1.892a1.207 1.207 0 0 1 1.578-1.575a1.21 1.21 0 0 1 1.892-.238l.158.159q.06-.085.135-.16a1.207 1.207 0 0 1 1.707 0l2.29 2.29c.014.014.428.428.754 1.129l-.768.768a3.4 3.4 0 0 0-.693-1.19l-2.29-2.29a.207.207 0 1 0-.293.293l1.29 1.289a.5.5 0 0 1-.707.707l-2.29-2.288a.207.207 0 1 0-.293.293l1.79 1.79a.5.5 0 1 1-.707.707l-2.29-2.29a.207.207 0 1 0-.293.293l2.29 2.29a.5.5 0 1 1-.707.707l-1.81-1.809a.21.21 0 0 0-.273.017m9.583 2.001L8.879 8.827A.499.499 0 0 1 8 8.5V8a1 1 0 0 0-.882-.993c.14.822.118 1.483.056 2.09c-.021.216-.046.415-.07.608C7.05 10.135 7 10.532 7 11c0 .587.299 1.217.791 1.709s1.122.791 1.709.791c.638 0 1.178-.213 1.564-.434a3.5 3.5 0 0 0 .555-.394l.01-.01l.017-.017l2.29-2.289a.207.207 0 1 0-.293-.292l-1.289 1.29a.5.5 0 1 1-.707-.707l1.28-1.28l.01-.01l1-1a.207.207 0 1 0-.294-.293l-1.789 1.79a.5.5 0 0 1-.707-.707l1.277-1.278l.012-.013l1-1a.207.207 0 1 0-.293-.292l-2.289 2.29a.5.5 0 0 1-.707-.708l.774-.774l.015-.016l1-1a.207.207 0 0 0-.293-.293m3 5l-2.264 2.264l-.025.027h-.002l-.001.002q-.105.101-.218.19a4.5 4.5 0 0 1-.572.388A4.17 4.17 0 0 1 9.5 14.5c-.913 0-1.783-.451-2.416-1.084S6 11.913 6 11c0-.533.062-1.027.119-1.483q.034-.268.06-.52a6.4 6.4 0 0 0-.096-2.082A.758.758 0 0 1 6.82 6H7a2 2 0 0 1 1.904 1.387l2.032-2.03a1.207 1.207 0 0 1 1.892.237a1.207 1.207 0 0 1 1.577 1.577a1.208 1.208 0 0 1 .238 1.892l-.159.16q.084.058.16.133a1.207 1.207 0 0 1-.001 1.707m-2.29 2.29"/></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.062a.207.207 0 0 0 0 .293l2.783 2.784l.004.004a.498.498 0 0 1-.35.857h-.5a1 1 0 0 0-.993.882a7.4 7.4 0 0 1 2.187-.047l-.006.062q-.02.19-.052.433q-.03.232-.06.499l-.079-.009a6.4 6.4 0 0 0-2.082.097a.758.758 0 0 1-.915-.737V9a2 2 0 0 1 1.389-1.905L1.353 5.062a1.207 1.207 0 0 1 .238-1.892a1.207 1.207 0 0 1 1.578-1.575a1.21 1.21 0 0 1 1.892-.238l.158.159q.06-.085.135-.16a1.207 1.207 0 0 1 1.707 0l2.29 2.29c.014.014.428.428.754 1.129l-.768.768a3.4 3.4 0 0 0-.693-1.19l-2.29-2.29a.207.207 0 1 0-.293.293l1.29 1.289a.5.5 0 0 1-.707.707l-2.29-2.288a.207.207 0 1 0-.293.293l1.79 1.79a.5.5 0 1 1-.707.707l-2.29-2.29a.207.207 0 1 0-.293.293l2.29 2.29a.5.5 0 1 1-.707.707l-1.81-1.809a.21.21 0 0 0-.273.017m9.583 2.001L8.879 8.827A.499.499 0 0 1 8 8.5V8a1 1 0 0 0-.882-.993c.14.822.118 1.483.056 2.09c-.021.216-.046.415-.07.608C7.05 10.135 7 10.532 7 11c0 .587.299 1.217.791 1.709s1.122.791 1.709.791c.638 0 1.178-.213 1.564-.434a3.5 3.5 0 0 0 .555-.394l.01-.01l.017-.017l2.29-2.289a.207.207 0 1 0-.293-.292l-1.289 1.29a.5.5 0 1 1-.707-.707l1.28-1.28l.01-.01l1-1a.207.207 0 1 0-.294-.293l-1.789 1.79a.5.5 0 0 1-.707-.707l1.277-1.278l.012-.013l1-1a.207.207 0 1 0-.293-.292l-2.289 2.29a.5.5 0 0 1-.707-.708l.774-.774l.015-.016l1-1a.207.207 0 0 0-.293-.293m3 5l-2.264 2.264l-.025.027h-.002l-.001.002q-.105.101-.218.19a4.5 4.5 0 0 1-.572.388A4.17 4.17 0 0 1 9.5 14.5c-.913 0-1.783-.451-2.416-1.084S6 11.913 6 11c0-.533.062-1.027.119-1.483q.034-.268.06-.52a6.4 6.4 0 0 0-.096-2.082A.758.758 0 0 1 6.82 6H7a2 2 0 0 1 1.904 1.387l2.032-2.03a1.207 1.207 0 0 1 1.892.237a1.207 1.207 0 0 1 1.577 1.577a1.208 1.208 0 0 1 .238 1.892l-.159.16q.084.058.16.133a1.207 1.207 0 0 1-.001 1.707m-2.29 2.29"/></svg> </template>
CSS
.icon-hand-multiple-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.06%204.062a.207.207%200%200%200%200%20.293l2.783%202.784l.004.004a.498.498%200%200%201-.35.857h-.5a1%201%200%200%200-.993.882a7.4%207.4%200%200%201%202.187-.047l-.006.062q-.02.19-.052.433q-.03.232-.06.499l-.079-.009a6.4%206.4%200%200%200-2.082.097a.758.758%200%200%201-.915-.737V9a2%202%200%200%201%201.389-1.905L1.353%205.062a1.207%201.207%200%200%201%20.238-1.892a1.207%201.207%200%200%201%201.578-1.575a1.21%201.21%200%200%201%201.892-.238l.158.159q.06-.085.135-.16a1.207%201.207%200%200%201%201.707%200l2.29%202.29c.014.014.428.428.754%201.129l-.768.768a3.4%203.4%200%200%200-.693-1.19l-2.29-2.29a.207.207%200%201%200-.293.293l1.29%201.289a.5.5%200%200%201-.707.707l-2.29-2.288a.207.207%200%201%200-.293.293l1.79%201.79a.5.5%200%201%201-.707.707l-2.29-2.29a.207.207%200%201%200-.293.293l2.29%202.29a.5.5%200%201%201-.707.707l-1.81-1.809a.21.21%200%200%200-.273.017m9.583%202.001L8.879%208.827A.499.499%200%200%201%208%208.5V8a1%201%200%200%200-.882-.993c.14.822.118%201.483.056%202.09c-.021.216-.046.415-.07.608C7.05%2010.135%207%2010.532%207%2011c0%20.587.299%201.217.791%201.709s1.122.791%201.709.791c.638%200%201.178-.213%201.564-.434a3.5%203.5%200%200%200%20.555-.394l.01-.01l.017-.017l2.29-2.289a.207.207%200%201%200-.293-.292l-1.289%201.29a.5.5%200%201%201-.707-.707l1.28-1.28l.01-.01l1-1a.207.207%200%201%200-.294-.293l-1.789%201.79a.5.5%200%200%201-.707-.707l1.277-1.278l.012-.013l1-1a.207.207%200%201%200-.293-.292l-2.289%202.29a.5.5%200%200%201-.707-.708l.774-.774l.015-.016l1-1a.207.207%200%200%200-.293-.293m3%205l-2.264%202.264l-.025.027h-.002l-.001.002q-.105.101-.218.19a4.5%204.5%200%200%201-.572.388A4.17%204.17%200%200%201%209.5%2014.5c-.913%200-1.783-.451-2.416-1.084S6%2011.913%206%2011c0-.533.062-1.027.119-1.483q.034-.268.06-.52a6.4%206.4%200%200%200-.096-2.082A.758.758%200%200%201%206.82%206H7a2%202%200%200%201%201.904%201.387l2.032-2.03a1.207%201.207%200%200%201%201.892.237a1.207%201.207%200%200%201%201.577%201.577a1.208%201.208%200%200%201%20.238%201.892l-.159.16q.084.058.16.133a1.207%201.207%200%200%201-.001%201.707m-2.29%202.29%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.062a.207.207%200%200%200%200%20.293l2.783%202.784l.004.004a.498.498%200%200%201-.35.857h-.5a1%201%200%200%200-.993.882a7.4%207.4%200%200%201%202.187-.047l-.006.062q-.02.19-.052.433q-.03.232-.06.499l-.079-.009a6.4%206.4%200%200%200-2.082.097a.758.758%200%200%201-.915-.737V9a2%202%200%200%201%201.389-1.905L1.353%205.062a1.207%201.207%200%200%201%20.238-1.892a1.207%201.207%200%200%201%201.578-1.575a1.21%201.21%200%200%201%201.892-.238l.158.159q.06-.085.135-.16a1.207%201.207%200%200%201%201.707%200l2.29%202.29c.014.014.428.428.754%201.129l-.768.768a3.4%203.4%200%200%200-.693-1.19l-2.29-2.29a.207.207%200%201%200-.293.293l1.29%201.289a.5.5%200%200%201-.707.707l-2.29-2.288a.207.207%200%201%200-.293.293l1.79%201.79a.5.5%200%201%201-.707.707l-2.29-2.29a.207.207%200%201%200-.293.293l2.29%202.29a.5.5%200%201%201-.707.707l-1.81-1.809a.21.21%200%200%200-.273.017m9.583%202.001L8.879%208.827A.499.499%200%200%201%208%208.5V8a1%201%200%200%200-.882-.993c.14.822.118%201.483.056%202.09c-.021.216-.046.415-.07.608C7.05%2010.135%207%2010.532%207%2011c0%20.587.299%201.217.791%201.709s1.122.791%201.709.791c.638%200%201.178-.213%201.564-.434a3.5%203.5%200%200%200%20.555-.394l.01-.01l.017-.017l2.29-2.289a.207.207%200%201%200-.293-.292l-1.289%201.29a.5.5%200%201%201-.707-.707l1.28-1.28l.01-.01l1-1a.207.207%200%201%200-.294-.293l-1.789%201.79a.5.5%200%200%201-.707-.707l1.277-1.278l.012-.013l1-1a.207.207%200%201%200-.293-.292l-2.289%202.29a.5.5%200%200%201-.707-.708l.774-.774l.015-.016l1-1a.207.207%200%200%200-.293-.293m3%205l-2.264%202.264l-.025.027h-.002l-.001.002q-.105.101-.218.19a4.5%204.5%200%200%201-.572.388A4.17%204.17%200%200%201%209.5%2014.5c-.913%200-1.783-.451-2.416-1.084S6%2011.913%206%2011c0-.533.062-1.027.119-1.483q.034-.268.06-.52a6.4%206.4%200%200%200-.096-2.082A.758.758%200%200%201%206.82%206H7a2%202%200%200%201%201.904%201.387l2.032-2.03a1.207%201.207%200%200%201%201.892.237a1.207%201.207%200%200%201%201.577%201.577a1.208%201.208%200%200%201%20.238%201.892l-.159.16q.084.058.16.133a1.207%201.207%200%200%201-.001%201.707m-2.29%202.29%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-regular.svg?color=%231a73e8&size=48