hand-multiple-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
hand-multiple-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M3.143 7.146a.487.487 0 0 0 0 .69l3.842 3.842A.752.752 0 0 1 6.423 13H5.75c-.69 0-1.25.56-1.25 1.25v.09a15 15 0 0 1 2.772-.166c-.025.322-.06.674-.097 1.038l-.045.459a13 13 0 0 0-2.922.247A1.005 1.005 0 0 1 3 14.936v-.686c0-1.2.769-2.22 1.84-2.596L2.082 8.896a1.987 1.987 0 0 1 .547-3.198a1.988 1.988 0 0 1 2.565-2.563a1.988 1.988 0 0 1 3.082-.654a1.99 1.99 0 0 1 3.117-.394l.563.563c1.127 1.095 2.38 2.388 3.285 3.897a2 2 0 0 0-.107.1l-.994.994c-.775-1.416-1.983-2.704-3.233-3.92l-.008-.007l-.567-.566a.487.487 0 0 0-.69.689l1.634 1.633a.75.75 0 1 1-1.061 1.06L8.774 5.09L7.332 3.649a.488.488 0 0 0-.709.669l2.15 2.152a.75.75 0 1 1-1.061 1.06l-2.88-2.882a.487.487 0 1 0-.69.69L6.778 7.97a.75.75 0 0 1-1.06 1.06L3.804 7.12a.49.49 0 0 0-.661.026m18.567 6.078a1 1 0 0 0 0-1.414l-.073-.073a1 1 0 0 0-1.414 0l-3.111 3.111a.5.5 0 1 1-.707-.707l3.821-3.821a1 1 0 0 0 0-1.414l-.068-.069a1 1 0 0 0-1.414 0l-3.995 3.996a.5.5 0 0 1-.708-.707l3.286-3.286a1 1 0 0 0 0-1.414l-.072-.072a1 1 0 0 0-1.414 0l-3.978 3.978a.43.43 0 0 1-.504-.182a3 3 0 0 0-.102-.349l-.006-.025a1.2 1.2 0 0 0-.279-.536a2.74 2.74 0 0 0-2.05-1.227l-.104-.01a.75.75 0 0 0-.799.916c.352 1.526.355 2.882.264 4.153c-.03.433-.076.879-.12 1.325C8.08 16.202 8 17.01 8 17.75c0 1.415.783 2.61 1.774 3.423c.988.812 2.277 1.327 3.476 1.327c2.034 0 3.992-.716 6.775-3.255q.179-.132.341-.294l1.84-1.84a1 1 0 0 0 0-1.414l-.07-.07a1 1 0 0 0-1.414 0l-1.836 1.835a.5.5 0 0 1-.707-.707z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandMultiple24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.143 7.146a.487.487 0 0 0 0 .69l3.842 3.842A.752.752 0 0 1 6.423 13H5.75c-.69 0-1.25.56-1.25 1.25v.09a15 15 0 0 1 2.772-.166c-.025.322-.06.674-.097 1.038l-.045.459a13 13 0 0 0-2.922.247A1.005 1.005 0 0 1 3 14.936v-.686c0-1.2.769-2.22 1.84-2.596L2.082 8.896a1.987 1.987 0 0 1 .547-3.198a1.988 1.988 0 0 1 2.565-2.563a1.988 1.988 0 0 1 3.082-.654a1.99 1.99 0 0 1 3.117-.394l.563.563c1.127 1.095 2.38 2.388 3.285 3.897a2 2 0 0 0-.107.1l-.994.994c-.775-1.416-1.983-2.704-3.233-3.92l-.008-.007l-.567-.566a.487.487 0 0 0-.69.689l1.634 1.633a.75.75 0 1 1-1.061 1.06L8.774 5.09L7.332 3.649a.488.488 0 0 0-.709.669l2.15 2.152a.75.75 0 1 1-1.061 1.06l-2.88-2.882a.487.487 0 1 0-.69.69L6.778 7.97a.75.75 0 0 1-1.06 1.06L3.804 7.12a.49.49 0 0 0-.661.026m18.567 6.078a1 1 0 0 0 0-1.414l-.073-.073a1 1 0 0 0-1.414 0l-3.111 3.111a.5.5 0 1 1-.707-.707l3.821-3.821a1 1 0 0 0 0-1.414l-.068-.069a1 1 0 0 0-1.414 0l-3.995 3.996a.5.5 0 0 1-.708-.707l3.286-3.286a1 1 0 0 0 0-1.414l-.072-.072a1 1 0 0 0-1.414 0l-3.978 3.978a.43.43 0 0 1-.504-.182a3 3 0 0 0-.102-.349l-.006-.025a1.2 1.2 0 0 0-.279-.536a2.74 2.74 0 0 0-2.05-1.227l-.104-.01a.75.75 0 0 0-.799.916c.352 1.526.355 2.882.264 4.153c-.03.433-.076.879-.12 1.325C8.08 16.202 8 17.01 8 17.75c0 1.415.783 2.61 1.774 3.423c.988.812 2.277 1.327 3.476 1.327c2.034 0 3.992-.716 6.775-3.255q.179-.132.341-.294l1.84-1.84a1 1 0 0 0 0-1.414l-.07-.07a1 1 0 0 0-1.414 0l-1.836 1.835a.5.5 0 0 1-.707-.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.143 7.146a.487.487 0 0 0 0 .69l3.842 3.842A.752.752 0 0 1 6.423 13H5.75c-.69 0-1.25.56-1.25 1.25v.09a15 15 0 0 1 2.772-.166c-.025.322-.06.674-.097 1.038l-.045.459a13 13 0 0 0-2.922.247A1.005 1.005 0 0 1 3 14.936v-.686c0-1.2.769-2.22 1.84-2.596L2.082 8.896a1.987 1.987 0 0 1 .547-3.198a1.988 1.988 0 0 1 2.565-2.563a1.988 1.988 0 0 1 3.082-.654a1.99 1.99 0 0 1 3.117-.394l.563.563c1.127 1.095 2.38 2.388 3.285 3.897a2 2 0 0 0-.107.1l-.994.994c-.775-1.416-1.983-2.704-3.233-3.92l-.008-.007l-.567-.566a.487.487 0 0 0-.69.689l1.634 1.633a.75.75 0 1 1-1.061 1.06L8.774 5.09L7.332 3.649a.488.488 0 0 0-.709.669l2.15 2.152a.75.75 0 1 1-1.061 1.06l-2.88-2.882a.487.487 0 1 0-.69.69L6.778 7.97a.75.75 0 0 1-1.06 1.06L3.804 7.12a.49.49 0 0 0-.661.026m18.567 6.078a1 1 0 0 0 0-1.414l-.073-.073a1 1 0 0 0-1.414 0l-3.111 3.111a.5.5 0 1 1-.707-.707l3.821-3.821a1 1 0 0 0 0-1.414l-.068-.069a1 1 0 0 0-1.414 0l-3.995 3.996a.5.5 0 0 1-.708-.707l3.286-3.286a1 1 0 0 0 0-1.414l-.072-.072a1 1 0 0 0-1.414 0l-3.978 3.978a.43.43 0 0 1-.504-.182a3 3 0 0 0-.102-.349l-.006-.025a1.2 1.2 0 0 0-.279-.536a2.74 2.74 0 0 0-2.05-1.227l-.104-.01a.75.75 0 0 0-.799.916c.352 1.526.355 2.882.264 4.153c-.03.433-.076.879-.12 1.325C8.08 16.202 8 17.01 8 17.75c0 1.415.783 2.61 1.774 3.423c.988.812 2.277 1.327 3.476 1.327c2.034 0 3.992-.716 6.775-3.255q.179-.132.341-.294l1.84-1.84a1 1 0 0 0 0-1.414l-.07-.07a1 1 0 0 0-1.414 0l-1.836 1.835a.5.5 0 0 1-.707-.707z"/></svg>
</template>

CSS

.icon-hand-multiple-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.143%207.146a.487.487%200%200%200%200%20.69l3.842%203.842A.752.752%200%200%201%206.423%2013H5.75c-.69%200-1.25.56-1.25%201.25v.09a15%2015%200%200%201%202.772-.166c-.025.322-.06.674-.097%201.038l-.045.459a13%2013%200%200%200-2.922.247A1.005%201.005%200%200%201%203%2014.936v-.686c0-1.2.769-2.22%201.84-2.596L2.082%208.896a1.987%201.987%200%200%201%20.547-3.198a1.988%201.988%200%200%201%202.565-2.563a1.988%201.988%200%200%201%203.082-.654a1.99%201.99%200%200%201%203.117-.394l.563.563c1.127%201.095%202.38%202.388%203.285%203.897a2%202%200%200%200-.107.1l-.994.994c-.775-1.416-1.983-2.704-3.233-3.92l-.008-.007l-.567-.566a.487.487%200%200%200-.69.689l1.634%201.633a.75.75%200%201%201-1.061%201.06L8.774%205.09L7.332%203.649a.488.488%200%200%200-.709.669l2.15%202.152a.75.75%200%201%201-1.061%201.06l-2.88-2.882a.487.487%200%201%200-.69.69L6.778%207.97a.75.75%200%200%201-1.06%201.06L3.804%207.12a.49.49%200%200%200-.661.026m18.567%206.078a1%201%200%200%200%200-1.414l-.073-.073a1%201%200%200%200-1.414%200l-3.111%203.111a.5.5%200%201%201-.707-.707l3.821-3.821a1%201%200%200%200%200-1.414l-.068-.069a1%201%200%200%200-1.414%200l-3.995%203.996a.5.5%200%200%201-.708-.707l3.286-3.286a1%201%200%200%200%200-1.414l-.072-.072a1%201%200%200%200-1.414%200l-3.978%203.978a.43.43%200%200%201-.504-.182a3%203%200%200%200-.102-.349l-.006-.025a1.2%201.2%200%200%200-.279-.536a2.74%202.74%200%200%200-2.05-1.227l-.104-.01a.75.75%200%200%200-.799.916c.352%201.526.355%202.882.264%204.153c-.03.433-.076.879-.12%201.325C8.08%2016.202%208%2017.01%208%2017.75c0%201.415.783%202.61%201.774%203.423c.988.812%202.277%201.327%203.476%201.327c2.034%200%203.992-.716%206.775-3.255q.179-.132.341-.294l1.84-1.84a1%201%200%200%200%200-1.414l-.07-.07a1%201%200%200%200-1.414%200l-1.836%201.835a.5.5%200%200%201-.707-.707z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.143%207.146a.487.487%200%200%200%200%20.69l3.842%203.842A.752.752%200%200%201%206.423%2013H5.75c-.69%200-1.25.56-1.25%201.25v.09a15%2015%200%200%201%202.772-.166c-.025.322-.06.674-.097%201.038l-.045.459a13%2013%200%200%200-2.922.247A1.005%201.005%200%200%201%203%2014.936v-.686c0-1.2.769-2.22%201.84-2.596L2.082%208.896a1.987%201.987%200%200%201%20.547-3.198a1.988%201.988%200%200%201%202.565-2.563a1.988%201.988%200%200%201%203.082-.654a1.99%201.99%200%200%201%203.117-.394l.563.563c1.127%201.095%202.38%202.388%203.285%203.897a2%202%200%200%200-.107.1l-.994.994c-.775-1.416-1.983-2.704-3.233-3.92l-.008-.007l-.567-.566a.487.487%200%200%200-.69.689l1.634%201.633a.75.75%200%201%201-1.061%201.06L8.774%205.09L7.332%203.649a.488.488%200%200%200-.709.669l2.15%202.152a.75.75%200%201%201-1.061%201.06l-2.88-2.882a.487.487%200%201%200-.69.69L6.778%207.97a.75.75%200%200%201-1.06%201.06L3.804%207.12a.49.49%200%200%200-.661.026m18.567%206.078a1%201%200%200%200%200-1.414l-.073-.073a1%201%200%200%200-1.414%200l-3.111%203.111a.5.5%200%201%201-.707-.707l3.821-3.821a1%201%200%200%200%200-1.414l-.068-.069a1%201%200%200%200-1.414%200l-3.995%203.996a.5.5%200%200%201-.708-.707l3.286-3.286a1%201%200%200%200%200-1.414l-.072-.072a1%201%200%200%200-1.414%200l-3.978%203.978a.43.43%200%200%201-.504-.182a3%203%200%200%200-.102-.349l-.006-.025a1.2%201.2%200%200%200-.279-.536a2.74%202.74%200%200%200-2.05-1.227l-.104-.01a.75.75%200%200%200-.799.916c.352%201.526.355%202.882.264%204.153c-.03.433-.076.879-.12%201.325C8.08%2016.202%208%2017.01%208%2017.75c0%201.415.783%202.61%201.774%203.423c.988.812%202.277%201.327%203.476%201.327c2.034%200%203.992-.716%206.775-3.255q.179-.132.341-.294l1.84-1.84a1%201%200%200%200%200-1.414l-.07-.07a1%201%200%200%200-1.414%200l-1.836%201.835a.5.5%200%200%201-.707-.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-multiple-24-filled.svg?color=%231a73e8&size=48