hand multiple icon
hand-multiple-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- hand-multiple-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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-.708l-.905-.905l-.032-.035l-.776-.774a.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-.854zm11.876.204l-3.186 3.19A.5.5 0 0 1 10 10a1.5 1.5 0 0 0-1.439-1.5c.227 1.22.218 2.356.15 3.35c-.03.433-.071.844-.109 1.22l-.025.26c-.044.45-.077.836-.077 1.169c0 .552.39 1.304 1.088 1.944c.687.63 1.572 1.056 2.412 1.056c1.722 0 3.056-.81 4.448-2.158l1.385-1.385a.56.56 0 1 0-.793-.792l-1.186 1.188a.5.5 0 1 1-.708-.706l.913-.915l.024-.025l1.75-1.75a.56.56 0 0 0-.765-.82l-.774.776l-.035.032l-.905.905a.5.5 0 0 1-.708-.707l1.686-1.686l.047-.045l.454-.454a.561.561 0 0 0-.794-.793l-2.685 2.685a.5.5 0 0 1-.708-.707l2.187-2.186a.56.56 0 0 0-.793-.793m1.5-.707c.182.183.31.4.383.63a1.561 1.561 0 0 1 1.988 1.987a1.56 1.56 0 0 1 .629 2.59l-.47.47a1.56 1.56 0 0 1 .47 2.53l-1.155 1.154l-.031.035q-.337.336-.69.653C15.323 17.694 13.87 18.5 12 18.5c-1.16 0-2.275-.574-3.088-1.32c-.801-.734-1.412-1.733-1.412-2.68c0-.388.038-.819.081-1.267l.027-.267c.037-.375.077-.768.105-1.183c.07-1.026.072-2.161-.188-3.365A.756.756 0 0 1 8.26 7.5h.24A2.5 2.5 0 0 1 10.792 9l2.54-2.543a1.56 1.56 0 0 1 2.208 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandMultiple20Regular(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-.708l-.905-.905l-.032-.035l-.776-.774a.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-.854zm11.876.204l-3.186 3.19A.5.5 0 0 1 10 10a1.5 1.5 0 0 0-1.439-1.5c.227 1.22.218 2.356.15 3.35c-.03.433-.071.844-.109 1.22l-.025.26c-.044.45-.077.836-.077 1.169c0 .552.39 1.304 1.088 1.944c.687.63 1.572 1.056 2.412 1.056c1.722 0 3.056-.81 4.448-2.158l1.385-1.385a.56.56 0 1 0-.793-.792l-1.186 1.188a.5.5 0 1 1-.708-.706l.913-.915l.024-.025l1.75-1.75a.56.56 0 0 0-.765-.82l-.774.776l-.035.032l-.905.905a.5.5 0 0 1-.708-.707l1.686-1.686l.047-.045l.454-.454a.561.561 0 0 0-.794-.793l-2.685 2.685a.5.5 0 0 1-.708-.707l2.187-2.186a.56.56 0 0 0-.793-.793m1.5-.707c.182.183.31.4.383.63a1.561 1.561 0 0 1 1.988 1.987a1.56 1.56 0 0 1 .629 2.59l-.47.47a1.56 1.56 0 0 1 .47 2.53l-1.155 1.154l-.031.035q-.337.336-.69.653C15.323 17.694 13.87 18.5 12 18.5c-1.16 0-2.275-.574-3.088-1.32c-.801-.734-1.412-1.733-1.412-2.68c0-.388.038-.819.081-1.267l.027-.267c.037-.375.077-.768.105-1.183c.07-1.026.072-2.161-.188-3.365A.756.756 0 0 1 8.26 7.5h.24A2.5 2.5 0 0 1 10.792 9l2.54-2.543a1.56 1.56 0 0 1 2.208 0"/></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-.708l-.905-.905l-.032-.035l-.776-.774a.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-.854zm11.876.204l-3.186 3.19A.5.5 0 0 1 10 10a1.5 1.5 0 0 0-1.439-1.5c.227 1.22.218 2.356.15 3.35c-.03.433-.071.844-.109 1.22l-.025.26c-.044.45-.077.836-.077 1.169c0 .552.39 1.304 1.088 1.944c.687.63 1.572 1.056 2.412 1.056c1.722 0 3.056-.81 4.448-2.158l1.385-1.385a.56.56 0 1 0-.793-.792l-1.186 1.188a.5.5 0 1 1-.708-.706l.913-.915l.024-.025l1.75-1.75a.56.56 0 0 0-.765-.82l-.774.776l-.035.032l-.905.905a.5.5 0 0 1-.708-.707l1.686-1.686l.047-.045l.454-.454a.561.561 0 0 0-.794-.793l-2.685 2.685a.5.5 0 0 1-.708-.707l2.187-2.186a.56.56 0 0 0-.793-.793m1.5-.707c.182.183.31.4.383.63a1.561 1.561 0 0 1 1.988 1.987a1.56 1.56 0 0 1 .629 2.59l-.47.47a1.56 1.56 0 0 1 .47 2.53l-1.155 1.154l-.031.035q-.337.336-.69.653C15.323 17.694 13.87 18.5 12 18.5c-1.16 0-2.275-.574-3.088-1.32c-.801-.734-1.412-1.733-1.412-2.68c0-.388.038-.819.081-1.267l.027-.267c.037-.375.077-.768.105-1.183c.07-1.026.072-2.161-.188-3.365A.756.756 0 0 1 8.26 7.5h.24A2.5 2.5 0 0 1 10.792 9l2.54-2.543a1.56 1.56 0 0 1 2.208 0"/></svg> </template>
CSS
.icon-hand-multiple-20-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%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-.708l-.905-.905l-.032-.035l-.776-.774a.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-.854zm11.876.204l-3.186%203.19A.5.5%200%200%201%2010%2010a1.5%201.5%200%200%200-1.439-1.5c.227%201.22.218%202.356.15%203.35c-.03.433-.071.844-.109%201.22l-.025.26c-.044.45-.077.836-.077%201.169c0%20.552.39%201.304%201.088%201.944c.687.63%201.572%201.056%202.412%201.056c1.722%200%203.056-.81%204.448-2.158l1.385-1.385a.56.56%200%201%200-.793-.792l-1.186%201.188a.5.5%200%201%201-.708-.706l.913-.915l.024-.025l1.75-1.75a.56.56%200%200%200-.765-.82l-.774.776l-.035.032l-.905.905a.5.5%200%200%201-.708-.707l1.686-1.686l.047-.045l.454-.454a.561.561%200%200%200-.794-.793l-2.685%202.685a.5.5%200%200%201-.708-.707l2.187-2.186a.56.56%200%200%200-.793-.793m1.5-.707c.182.183.31.4.383.63a1.561%201.561%200%200%201%201.988%201.987a1.56%201.56%200%200%201%20.629%202.59l-.47.47a1.56%201.56%200%200%201%20.47%202.53l-1.155%201.154l-.031.035q-.337.336-.69.653C15.323%2017.694%2013.87%2018.5%2012%2018.5c-1.16%200-2.275-.574-3.088-1.32c-.801-.734-1.412-1.733-1.412-2.68c0-.388.038-.819.081-1.267l.027-.267c.037-.375.077-.768.105-1.183c.07-1.026.072-2.161-.188-3.365A.756.756%200%200%201%208.26%207.5h.24A2.5%202.5%200%200%201%2010.792%209l2.54-2.543a1.56%201.56%200%200%201%202.208%200%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-.708l-.905-.905l-.032-.035l-.776-.774a.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-.854zm11.876.204l-3.186%203.19A.5.5%200%200%201%2010%2010a1.5%201.5%200%200%200-1.439-1.5c.227%201.22.218%202.356.15%203.35c-.03.433-.071.844-.109%201.22l-.025.26c-.044.45-.077.836-.077%201.169c0%20.552.39%201.304%201.088%201.944c.687.63%201.572%201.056%202.412%201.056c1.722%200%203.056-.81%204.448-2.158l1.385-1.385a.56.56%200%201%200-.793-.792l-1.186%201.188a.5.5%200%201%201-.708-.706l.913-.915l.024-.025l1.75-1.75a.56.56%200%200%200-.765-.82l-.774.776l-.035.032l-.905.905a.5.5%200%200%201-.708-.707l1.686-1.686l.047-.045l.454-.454a.561.561%200%200%200-.794-.793l-2.685%202.685a.5.5%200%200%201-.708-.707l2.187-2.186a.56.56%200%200%200-.793-.793m1.5-.707c.182.183.31.4.383.63a1.561%201.561%200%200%201%201.988%201.987a1.56%201.56%200%200%201%20.629%202.59l-.47.47a1.56%201.56%200%200%201%20.47%202.53l-1.155%201.154l-.031.035q-.337.336-.69.653C15.323%2017.694%2013.87%2018.5%2012%2018.5c-1.16%200-2.275-.574-3.088-1.32c-.801-.734-1.412-1.733-1.412-2.68c0-.388.038-.819.081-1.267l.027-.267c.037-.375.077-.768.105-1.183c.07-1.026.072-2.161-.188-3.365A.756.756%200%200%201%208.26%207.5h.24A2.5%202.5%200%200%201%2010.792%209l2.54-2.543a1.56%201.56%200%200%201%202.208%200%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-regular.svg?color=%231a73e8&size=48