user hand icon
user-hand-filled from Reicon by REICON · Filled · Users · MIT Free for personal and commercial use.
- Name
- user-hand-filled
- Set
- Reicon
- Style
- Filled
- Category
- Users
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More users icons from Reicon
Use the user hand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 10a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path d="M2.728 5.818a.75.75 0 1 0-1.455.364l.382 1.528a8.21 8.21 0 0 0 5.595 5.869v4.473c0 .898 0 1.648.08 2.242c.084.628.27 1.195.726 1.65c.455.456 1.022.642 1.65.726c.595.08 1.344.08 2.242.08h.104c.899 0 1.648 0 2.243-.08c.627-.084 1.194-.27 1.65-.726s.64-1.022.725-1.65c.08-.594.08-1.344.08-2.242v-4.193a2.62 2.62 0 0 1 1.856 2.208l.65 5.52a.75.75 0 0 0 1.489-.175l-.65-5.52A4.124 4.124 0 0 0 16 12.25H8.085A6.71 6.71 0 0 1 3.11 7.346z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUserHandFilled(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 d="M12 10a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path d="M2.728 5.818a.75.75 0 1 0-1.455.364l.382 1.528a8.21 8.21 0 0 0 5.595 5.869v4.473c0 .898 0 1.648.08 2.242c.084.628.27 1.195.726 1.65c.455.456 1.022.642 1.65.726c.595.08 1.344.08 2.242.08h.104c.899 0 1.648 0 2.243-.08c.627-.084 1.194-.27 1.65-.726s.64-1.022.725-1.65c.08-.594.08-1.344.08-2.242v-4.193a2.62 2.62 0 0 1 1.856 2.208l.65 5.52a.75.75 0 0 0 1.489-.175l-.65-5.52A4.124 4.124 0 0 0 16 12.25H8.085A6.71 6.71 0 0 1 3.11 7.346z"/></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 d="M12 10a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path d="M2.728 5.818a.75.75 0 1 0-1.455.364l.382 1.528a8.21 8.21 0 0 0 5.595 5.869v4.473c0 .898 0 1.648.08 2.242c.084.628.27 1.195.726 1.65c.455.456 1.022.642 1.65.726c.595.08 1.344.08 2.242.08h.104c.899 0 1.648 0 2.243-.08c.627-.084 1.194-.27 1.65-.726s.64-1.022.725-1.65c.08-.594.08-1.344.08-2.242v-4.193a2.62 2.62 0 0 1 1.856 2.208l.65 5.52a.75.75 0 0 0 1.489-.175l-.65-5.52A4.124 4.124 0 0 0 16 12.25H8.085A6.71 6.71 0 0 1 3.11 7.346z"/></g></svg> </template>
CSS
.icon-user-hand-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2010a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3Cpath%20d%3D%22M2.728%205.818a.75.75%200%201%200-1.455.364l.382%201.528a8.21%208.21%200%200%200%205.595%205.869v4.473c0%20.898%200%201.648.08%202.242c.084.628.27%201.195.726%201.65c.455.456%201.022.642%201.65.726c.595.08%201.344.08%202.242.08h.104c.899%200%201.648%200%202.243-.08c.627-.084%201.194-.27%201.65-.726s.64-1.022.725-1.65c.08-.594.08-1.344.08-2.242v-4.193a2.62%202.62%200%200%201%201.856%202.208l.65%205.52a.75.75%200%200%200%201.489-.175l-.65-5.52A4.124%204.124%200%200%200%2016%2012.25H8.085A6.71%206.71%200%200%201%203.11%207.346z%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%20d%3D%22M12%2010a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3Cpath%20d%3D%22M2.728%205.818a.75.75%200%201%200-1.455.364l.382%201.528a8.21%208.21%200%200%200%205.595%205.869v4.473c0%20.898%200%201.648.08%202.242c.084.628.27%201.195.726%201.65c.455.456%201.022.642%201.65.726c.595.08%201.344.08%202.242.08h.104c.899%200%201.648%200%202.243-.08c.627-.084%201.194-.27%201.65-.726s.64-1.022.725-1.65c.08-.594.08-1.344.08-2.242v-4.193a2.62%202.62%200%200%201%201.856%202.208l.65%205.52a.75.75%200%200%200%201.489-.175l-.65-5.52A4.124%204.124%200%200%200%2016%2012.25H8.085A6.71%206.71%200%200%201%203.11%207.346z%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-hand-filled.svg?color=%231a73e8&size=48