hand left icon
hand-left-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- hand-left-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the hand left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 4.26v7.991a.75.75 0 0 1-1.5 0V5.763c0-.4-.324-.76-.75-.763c-.384-.002-.75.363-.75.796v8.955a.75.75 0 0 1-1.246.563l-.186-.166c-.24-.214-.398-.357-.629-.49c-.266-.153-.656-.305-1.377-.415c-.663-.102-1.346-.013-1.829.25c-.35.189-.606.468-.697.893l2.144 1.501a1 1 0 0 1 .117.102l2.535 2.704a12.8 12.8 0 0 1 2.128 3.07l.377.762a1.75 1.75 0 0 0 1.569.975h3.867c.56 0 1.054-.263 1.325-.695a21 21 0 0 0 1.556-2.977c.493-1.188.846-2.443.846-3.576V8.27c0-.424-.32-.77-.75-.77s-.75.342-.75.77v4.48a.75.75 0 1 1-1.5 0V5.796c0-.446-.332-.796-.747-.796c-.421 0-.753.35-.753.796v6.455a.75.75 0 1 1-1.5 0V4.272c0-.427-.32-.771-.752-.772c-.44 0-.748.332-.748.76m-2.242-.76c.297.002.572.058.822.158zm.822.158A2.21 2.21 0 0 1 14.749 2c1.1 0 1.912.742 2.167 1.658a2.2 2.2 0 0 1 .837-.158C19.113 3.5 20 4.644 20 5.796v.329c.23-.08.482-.125.75-.125C22.09 6 23 7.103 23 8.27v8.982c0 1.414-.432 2.878-.96 4.151a22 22 0 0 1-1.67 3.198c-.572.913-1.572 1.399-2.597 1.399h-3.867a3.25 3.25 0 0 1-2.914-1.81l-.377-.763a11.3 11.3 0 0 0-1.877-2.708l-2.482-2.647l-2.436-1.706a.75.75 0 0 1-.32-.614c0-1.24.639-2.102 1.518-2.579c.839-.454 1.87-.552 2.772-.413c.735.113 1.272.277 1.71.497V5.796c0-1.172.954-2.304 2.258-2.296"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandLeft28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 4.26v7.991a.75.75 0 0 1-1.5 0V5.763c0-.4-.324-.76-.75-.763c-.384-.002-.75.363-.75.796v8.955a.75.75 0 0 1-1.246.563l-.186-.166c-.24-.214-.398-.357-.629-.49c-.266-.153-.656-.305-1.377-.415c-.663-.102-1.346-.013-1.829.25c-.35.189-.606.468-.697.893l2.144 1.501a1 1 0 0 1 .117.102l2.535 2.704a12.8 12.8 0 0 1 2.128 3.07l.377.762a1.75 1.75 0 0 0 1.569.975h3.867c.56 0 1.054-.263 1.325-.695a21 21 0 0 0 1.556-2.977c.493-1.188.846-2.443.846-3.576V8.27c0-.424-.32-.77-.75-.77s-.75.342-.75.77v4.48a.75.75 0 1 1-1.5 0V5.796c0-.446-.332-.796-.747-.796c-.421 0-.753.35-.753.796v6.455a.75.75 0 1 1-1.5 0V4.272c0-.427-.32-.771-.752-.772c-.44 0-.748.332-.748.76m-2.242-.76c.297.002.572.058.822.158zm.822.158A2.21 2.21 0 0 1 14.749 2c1.1 0 1.912.742 2.167 1.658a2.2 2.2 0 0 1 .837-.158C19.113 3.5 20 4.644 20 5.796v.329c.23-.08.482-.125.75-.125C22.09 6 23 7.103 23 8.27v8.982c0 1.414-.432 2.878-.96 4.151a22 22 0 0 1-1.67 3.198c-.572.913-1.572 1.399-2.597 1.399h-3.867a3.25 3.25 0 0 1-2.914-1.81l-.377-.763a11.3 11.3 0 0 0-1.877-2.708l-2.482-2.647l-2.436-1.706a.75.75 0 0 1-.32-.614c0-1.24.639-2.102 1.518-2.579c.839-.454 1.87-.552 2.772-.413c.735.113 1.272.277 1.71.497V5.796c0-1.172.954-2.304 2.258-2.296"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 4.26v7.991a.75.75 0 0 1-1.5 0V5.763c0-.4-.324-.76-.75-.763c-.384-.002-.75.363-.75.796v8.955a.75.75 0 0 1-1.246.563l-.186-.166c-.24-.214-.398-.357-.629-.49c-.266-.153-.656-.305-1.377-.415c-.663-.102-1.346-.013-1.829.25c-.35.189-.606.468-.697.893l2.144 1.501a1 1 0 0 1 .117.102l2.535 2.704a12.8 12.8 0 0 1 2.128 3.07l.377.762a1.75 1.75 0 0 0 1.569.975h3.867c.56 0 1.054-.263 1.325-.695a21 21 0 0 0 1.556-2.977c.493-1.188.846-2.443.846-3.576V8.27c0-.424-.32-.77-.75-.77s-.75.342-.75.77v4.48a.75.75 0 1 1-1.5 0V5.796c0-.446-.332-.796-.747-.796c-.421 0-.753.35-.753.796v6.455a.75.75 0 1 1-1.5 0V4.272c0-.427-.32-.771-.752-.772c-.44 0-.748.332-.748.76m-2.242-.76c.297.002.572.058.822.158zm.822.158A2.21 2.21 0 0 1 14.749 2c1.1 0 1.912.742 2.167 1.658a2.2 2.2 0 0 1 .837-.158C19.113 3.5 20 4.644 20 5.796v.329c.23-.08.482-.125.75-.125C22.09 6 23 7.103 23 8.27v8.982c0 1.414-.432 2.878-.96 4.151a22 22 0 0 1-1.67 3.198c-.572.913-1.572 1.399-2.597 1.399h-3.867a3.25 3.25 0 0 1-2.914-1.81l-.377-.763a11.3 11.3 0 0 0-1.877-2.708l-2.482-2.647l-2.436-1.706a.75.75 0 0 1-.32-.614c0-1.24.639-2.102 1.518-2.579c.839-.454 1.87-.552 2.772-.413c.735.113 1.272.277 1.71.497V5.796c0-1.172.954-2.304 2.258-2.296"/></svg> </template>
CSS
.icon-hand-left-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204.26v7.991a.75.75%200%200%201-1.5%200V5.763c0-.4-.324-.76-.75-.763c-.384-.002-.75.363-.75.796v8.955a.75.75%200%200%201-1.246.563l-.186-.166c-.24-.214-.398-.357-.629-.49c-.266-.153-.656-.305-1.377-.415c-.663-.102-1.346-.013-1.829.25c-.35.189-.606.468-.697.893l2.144%201.501a1%201%200%200%201%20.117.102l2.535%202.704a12.8%2012.8%200%200%201%202.128%203.07l.377.762a1.75%201.75%200%200%200%201.569.975h3.867c.56%200%201.054-.263%201.325-.695a21%2021%200%200%200%201.556-2.977c.493-1.188.846-2.443.846-3.576V8.27c0-.424-.32-.77-.75-.77s-.75.342-.75.77v4.48a.75.75%200%201%201-1.5%200V5.796c0-.446-.332-.796-.747-.796c-.421%200-.753.35-.753.796v6.455a.75.75%200%201%201-1.5%200V4.272c0-.427-.32-.771-.752-.772c-.44%200-.748.332-.748.76m-2.242-.76c.297.002.572.058.822.158zm.822.158A2.21%202.21%200%200%201%2014.749%202c1.1%200%201.912.742%202.167%201.658a2.2%202.2%200%200%201%20.837-.158C19.113%203.5%2020%204.644%2020%205.796v.329c.23-.08.482-.125.75-.125C22.09%206%2023%207.103%2023%208.27v8.982c0%201.414-.432%202.878-.96%204.151a22%2022%200%200%201-1.67%203.198c-.572.913-1.572%201.399-2.597%201.399h-3.867a3.25%203.25%200%200%201-2.914-1.81l-.377-.763a11.3%2011.3%200%200%200-1.877-2.708l-2.482-2.647l-2.436-1.706a.75.75%200%200%201-.32-.614c0-1.24.639-2.102%201.518-2.579c.839-.454%201.87-.552%202.772-.413c.735.113%201.272.277%201.71.497V5.796c0-1.172.954-2.304%202.258-2.296%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204.26v7.991a.75.75%200%200%201-1.5%200V5.763c0-.4-.324-.76-.75-.763c-.384-.002-.75.363-.75.796v8.955a.75.75%200%200%201-1.246.563l-.186-.166c-.24-.214-.398-.357-.629-.49c-.266-.153-.656-.305-1.377-.415c-.663-.102-1.346-.013-1.829.25c-.35.189-.606.468-.697.893l2.144%201.501a1%201%200%200%201%20.117.102l2.535%202.704a12.8%2012.8%200%200%201%202.128%203.07l.377.762a1.75%201.75%200%200%200%201.569.975h3.867c.56%200%201.054-.263%201.325-.695a21%2021%200%200%200%201.556-2.977c.493-1.188.846-2.443.846-3.576V8.27c0-.424-.32-.77-.75-.77s-.75.342-.75.77v4.48a.75.75%200%201%201-1.5%200V5.796c0-.446-.332-.796-.747-.796c-.421%200-.753.35-.753.796v6.455a.75.75%200%201%201-1.5%200V4.272c0-.427-.32-.771-.752-.772c-.44%200-.748.332-.748.76m-2.242-.76c.297.002.572.058.822.158zm.822.158A2.21%202.21%200%200%201%2014.749%202c1.1%200%201.912.742%202.167%201.658a2.2%202.2%200%200%201%20.837-.158C19.113%203.5%2020%204.644%2020%205.796v.329c.23-.08.482-.125.75-.125C22.09%206%2023%207.103%2023%208.27v8.982c0%201.414-.432%202.878-.96%204.151a22%2022%200%200%201-1.67%203.198c-.572.913-1.572%201.399-2.597%201.399h-3.867a3.25%203.25%200%200%201-2.914-1.81l-.377-.763a11.3%2011.3%200%200%200-1.877-2.708l-2.482-2.647l-2.436-1.706a.75.75%200%200%201-.32-.614c0-1.24.639-2.102%201.518-2.579c.839-.454%201.87-.552%202.772-.413c.735.113%201.272.277%201.71.497V5.796c0-1.172.954-2.304%202.258-2.296%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-left-28-regular.svg?color=%231a73e8&size=48