hand right icon
hand-right-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- hand-right-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 right 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.99a.75.75 0 0 0 1.5 0V5.763c0-.4.325-.76.751-.763c.383-.002.75.363.75.795v8.955a.75.75 0 0 0 1.245.563l.186-.166c.24-.215.398-.357.629-.49c.266-.154.657-.305 1.377-.416c.664-.102 1.346-.012 1.829.25c.35.19.606.469.697.894l-2.144 1.5a1 1 0 0 0-.117.102l-2.535 2.704a12.8 12.8 0 0 0-2.128 3.07l-.377.762a1.75 1.75 0 0 1-1.568.974h-3.867c-.562 0-1.055-.262-1.326-.694a21 21 0 0 1-1.556-2.977c-.493-1.188-.846-2.443-.846-3.576V8.27c0-.424.32-.77.75-.77s.75.343.75.77v4.48a.75.75 0 0 0 1.5 0V5.795c0-.445.332-.795.747-.795c.421 0 .753.35.753.795v6.455a.75.75 0 1 0 1.5 0V4.272c0-.427.32-.772.752-.772c.44 0 .748.332.748.76m2.242-.76a2.2 2.2 0 0 0-.822.158Zm-.822.158A2.21 2.21 0 0 0 13.251 2c-1.1 0-1.912.742-2.167 1.658a2.2 2.2 0 0 0-.837-.158C8.887 3.5 8 4.644 8 5.795v.33A2.3 2.3 0 0 0 7.25 6C5.91 6 5 7.102 5 8.27v8.98c0 1.414.432 2.878.96 4.151a22 22 0 0 0 1.67 3.198c.572.912 1.572 1.398 2.598 1.398h3.867a3.25 3.25 0 0 0 2.913-1.81l.377-.762c.49-.99 1.122-1.902 1.877-2.708l2.482-2.647l2.436-1.706c.2-.14.32-.37.32-.614c0-1.239-.639-2.101-1.518-2.578c-.838-.454-1.87-.552-2.771-.413c-.736.113-1.272.276-1.71.497v-7.46c0-1.173-.955-2.304-2.26-2.296"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandRight28Regular(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.99a.75.75 0 0 0 1.5 0V5.763c0-.4.325-.76.751-.763c.383-.002.75.363.75.795v8.955a.75.75 0 0 0 1.245.563l.186-.166c.24-.215.398-.357.629-.49c.266-.154.657-.305 1.377-.416c.664-.102 1.346-.012 1.829.25c.35.19.606.469.697.894l-2.144 1.5a1 1 0 0 0-.117.102l-2.535 2.704a12.8 12.8 0 0 0-2.128 3.07l-.377.762a1.75 1.75 0 0 1-1.568.974h-3.867c-.562 0-1.055-.262-1.326-.694a21 21 0 0 1-1.556-2.977c-.493-1.188-.846-2.443-.846-3.576V8.27c0-.424.32-.77.75-.77s.75.343.75.77v4.48a.75.75 0 0 0 1.5 0V5.795c0-.445.332-.795.747-.795c.421 0 .753.35.753.795v6.455a.75.75 0 1 0 1.5 0V4.272c0-.427.32-.772.752-.772c.44 0 .748.332.748.76m2.242-.76a2.2 2.2 0 0 0-.822.158Zm-.822.158A2.21 2.21 0 0 0 13.251 2c-1.1 0-1.912.742-2.167 1.658a2.2 2.2 0 0 0-.837-.158C8.887 3.5 8 4.644 8 5.795v.33A2.3 2.3 0 0 0 7.25 6C5.91 6 5 7.102 5 8.27v8.98c0 1.414.432 2.878.96 4.151a22 22 0 0 0 1.67 3.198c.572.912 1.572 1.398 2.598 1.398h3.867a3.25 3.25 0 0 0 2.913-1.81l.377-.762c.49-.99 1.122-1.902 1.877-2.708l2.482-2.647l2.436-1.706c.2-.14.32-.37.32-.614c0-1.239-.639-2.101-1.518-2.578c-.838-.454-1.87-.552-2.771-.413c-.736.113-1.272.276-1.71.497v-7.46c0-1.173-.955-2.304-2.26-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.99a.75.75 0 0 0 1.5 0V5.763c0-.4.325-.76.751-.763c.383-.002.75.363.75.795v8.955a.75.75 0 0 0 1.245.563l.186-.166c.24-.215.398-.357.629-.49c.266-.154.657-.305 1.377-.416c.664-.102 1.346-.012 1.829.25c.35.19.606.469.697.894l-2.144 1.5a1 1 0 0 0-.117.102l-2.535 2.704a12.8 12.8 0 0 0-2.128 3.07l-.377.762a1.75 1.75 0 0 1-1.568.974h-3.867c-.562 0-1.055-.262-1.326-.694a21 21 0 0 1-1.556-2.977c-.493-1.188-.846-2.443-.846-3.576V8.27c0-.424.32-.77.75-.77s.75.343.75.77v4.48a.75.75 0 0 0 1.5 0V5.795c0-.445.332-.795.747-.795c.421 0 .753.35.753.795v6.455a.75.75 0 1 0 1.5 0V4.272c0-.427.32-.772.752-.772c.44 0 .748.332.748.76m2.242-.76a2.2 2.2 0 0 0-.822.158Zm-.822.158A2.21 2.21 0 0 0 13.251 2c-1.1 0-1.912.742-2.167 1.658a2.2 2.2 0 0 0-.837-.158C8.887 3.5 8 4.644 8 5.795v.33A2.3 2.3 0 0 0 7.25 6C5.91 6 5 7.102 5 8.27v8.98c0 1.414.432 2.878.96 4.151a22 22 0 0 0 1.67 3.198c.572.912 1.572 1.398 2.598 1.398h3.867a3.25 3.25 0 0 0 2.913-1.81l.377-.762c.49-.99 1.122-1.902 1.877-2.708l2.482-2.647l2.436-1.706c.2-.14.32-.37.32-.614c0-1.239-.639-2.101-1.518-2.578c-.838-.454-1.87-.552-2.771-.413c-.736.113-1.272.276-1.71.497v-7.46c0-1.173-.955-2.304-2.26-2.296"/></svg> </template>
CSS
.icon-hand-right-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.99a.75.75%200%200%200%201.5%200V5.763c0-.4.325-.76.751-.763c.383-.002.75.363.75.795v8.955a.75.75%200%200%200%201.245.563l.186-.166c.24-.215.398-.357.629-.49c.266-.154.657-.305%201.377-.416c.664-.102%201.346-.012%201.829.25c.35.19.606.469.697.894l-2.144%201.5a1%201%200%200%200-.117.102l-2.535%202.704a12.8%2012.8%200%200%200-2.128%203.07l-.377.762a1.75%201.75%200%200%201-1.568.974h-3.867c-.562%200-1.055-.262-1.326-.694a21%2021%200%200%201-1.556-2.977c-.493-1.188-.846-2.443-.846-3.576V8.27c0-.424.32-.77.75-.77s.75.343.75.77v4.48a.75.75%200%200%200%201.5%200V5.795c0-.445.332-.795.747-.795c.421%200%20.753.35.753.795v6.455a.75.75%200%201%200%201.5%200V4.272c0-.427.32-.772.752-.772c.44%200%20.748.332.748.76m2.242-.76a2.2%202.2%200%200%200-.822.158Zm-.822.158A2.21%202.21%200%200%200%2013.251%202c-1.1%200-1.912.742-2.167%201.658a2.2%202.2%200%200%200-.837-.158C8.887%203.5%208%204.644%208%205.795v.33A2.3%202.3%200%200%200%207.25%206C5.91%206%205%207.102%205%208.27v8.98c0%201.414.432%202.878.96%204.151a22%2022%200%200%200%201.67%203.198c.572.912%201.572%201.398%202.598%201.398h3.867a3.25%203.25%200%200%200%202.913-1.81l.377-.762c.49-.99%201.122-1.902%201.877-2.708l2.482-2.647l2.436-1.706c.2-.14.32-.37.32-.614c0-1.239-.639-2.101-1.518-2.578c-.838-.454-1.87-.552-2.771-.413c-.736.113-1.272.276-1.71.497v-7.46c0-1.173-.955-2.304-2.26-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.99a.75.75%200%200%200%201.5%200V5.763c0-.4.325-.76.751-.763c.383-.002.75.363.75.795v8.955a.75.75%200%200%200%201.245.563l.186-.166c.24-.215.398-.357.629-.49c.266-.154.657-.305%201.377-.416c.664-.102%201.346-.012%201.829.25c.35.19.606.469.697.894l-2.144%201.5a1%201%200%200%200-.117.102l-2.535%202.704a12.8%2012.8%200%200%200-2.128%203.07l-.377.762a1.75%201.75%200%200%201-1.568.974h-3.867c-.562%200-1.055-.262-1.326-.694a21%2021%200%200%201-1.556-2.977c-.493-1.188-.846-2.443-.846-3.576V8.27c0-.424.32-.77.75-.77s.75.343.75.77v4.48a.75.75%200%200%200%201.5%200V5.795c0-.445.332-.795.747-.795c.421%200%20.753.35.753.795v6.455a.75.75%200%201%200%201.5%200V4.272c0-.427.32-.772.752-.772c.44%200%20.748.332.748.76m2.242-.76a2.2%202.2%200%200%200-.822.158Zm-.822.158A2.21%202.21%200%200%200%2013.251%202c-1.1%200-1.912.742-2.167%201.658a2.2%202.2%200%200%200-.837-.158C8.887%203.5%208%204.644%208%205.795v.33A2.3%202.3%200%200%200%207.25%206C5.91%206%205%207.102%205%208.27v8.98c0%201.414.432%202.878.96%204.151a22%2022%200%200%200%201.67%203.198c.572.912%201.572%201.398%202.598%201.398h3.867a3.25%203.25%200%200%200%202.913-1.81l.377-.762c.49-.99%201.122-1.902%201.877-2.708l2.482-2.647l2.436-1.706c.2-.14.32-.37.32-.614c0-1.239-.639-2.101-1.518-2.578c-.838-.454-1.87-.552-2.771-.413c-.736.113-1.272.276-1.71.497v-7.46c0-1.173-.955-2.304-2.26-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-right-28-regular.svg?color=%231a73e8&size=48