user hands icon
user-hands-duotone from Reicon by REICON · Duotone · Users · MIT Free for personal and commercial use.
- Name
- user-hands-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Users
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More users icons from Reicon
Use the user hands icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3.905 15.892A4.124 4.124 0 0 1 8 12.25h8a4.124 4.124 0 0 1 4.096 3.642l.649 5.52a.75.75 0 1 1-1.49.176l-.65-5.52A2.624 2.624 0 0 0 16 13.75H8c-1.33 0-2.45.996-2.606 2.317l-.65 5.52a.75.75 0 0 1-1.489-.175z" clip-rule="evenodd"/><circle cx="12" cy="6" r="4"/><path d="M8 13.75V18c0 1.886 0 2.828.586 3.414S10.114 22 12 22s2.828 0 3.414-.586S16 19.886 16 18v-4.25z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUserHandsDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M3.905 15.892A4.124 4.124 0 0 1 8 12.25h8a4.124 4.124 0 0 1 4.096 3.642l.649 5.52a.75.75 0 1 1-1.49.176l-.65-5.52A2.624 2.624 0 0 0 16 13.75H8c-1.33 0-2.45.996-2.606 2.317l-.65 5.52a.75.75 0 0 1-1.489-.175z" clipRule="evenodd"/><circle cx="12" cy="6" r="4"/><path d="M8 13.75V18c0 1.886 0 2.828.586 3.414S10.114 22 12 22s2.828 0 3.414-.586S16 19.886 16 18v-4.25z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3.905 15.892A4.124 4.124 0 0 1 8 12.25h8a4.124 4.124 0 0 1 4.096 3.642l.649 5.52a.75.75 0 1 1-1.49.176l-.65-5.52A2.624 2.624 0 0 0 16 13.75H8c-1.33 0-2.45.996-2.606 2.317l-.65 5.52a.75.75 0 0 1-1.489-.175z" clip-rule="evenodd"/><circle cx="12" cy="6" r="4"/><path d="M8 13.75V18c0 1.886 0 2.828.586 3.414S10.114 22 12 22s2.828 0 3.414-.586S16 19.886 16 18v-4.25z" opacity=".5"/></g></svg> </template>
CSS
.icon-user-hands-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.905%2015.892A4.124%204.124%200%200%201%208%2012.25h8a4.124%204.124%200%200%201%204.096%203.642l.649%205.52a.75.75%200%201%201-1.49.176l-.65-5.52A2.624%202.624%200%200%200%2016%2013.75H8c-1.33%200-2.45.996-2.606%202.317l-.65%205.52a.75.75%200%200%201-1.489-.175z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M8%2013.75V18c0%201.886%200%202.828.586%203.414S10.114%2022%2012%2022s2.828%200%203.414-.586S16%2019.886%2016%2018v-4.25z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.905%2015.892A4.124%204.124%200%200%201%208%2012.25h8a4.124%204.124%200%200%201%204.096%203.642l.649%205.52a.75.75%200%201%201-1.49.176l-.65-5.52A2.624%202.624%200%200%200%2016%2013.75H8c-1.33%200-2.45.996-2.606%202.317l-.65%205.52a.75.75%200%200%201-1.489-.175z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M8%2013.75V18c0%201.886%200%202.828.586%203.414S10.114%2022%2012%2022s2.828%200%203.414-.586S16%2019.886%2016%2018v-4.25z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/user-hands-duotone.svg?color=%231a73e8&size=48