hand right off icon
hand-right-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- hand-right-off-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the hand right off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.305 4.013A1.5 1.5 0 0 0 2 5.499V9.5c0 .813.344 1.71.743 2.492c.407.797.906 1.54 1.283 2.059c.45.622 1.171.949 1.91.949h1.83c1.26 0 2.23-.937 2.666-1.97a8 8 0 0 1 .658-1.233l3.056 3.057a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708zm7.063 7.062c-.32.476-.617 1-.857 1.566C9.173 13.44 8.495 14 7.766 14h-1.83c-.448 0-.855-.197-1.1-.536a15 15 0 0 1-1.202-1.926C3.253 10.79 3 10.068 3 9.5V5.499A.5.5 0 1 1 4 5.5v2a.5.5 0 0 0 1 0V5.707zM6 3.5v.379l1 1V2.5a.5.5 0 0 1 1 0v3.379l.909.909A.5.5 0 0 0 9 6.5V3.493a.5.5 0 0 1 1 .007v4.379l.915.914c.418-.407.798-.654 1.122-.701a.7.7 0 0 1 .46.086c.09.05.191.125.3.238l-.013.01A13 13 0 0 0 11.63 9.51l.708.707q.084-.09.168-.174a12 12 0 0 1 1.192-1.065l.072-.055l.017-.012l.004-.003a.5.5 0 0 0 .125-.684c-.28-.42-.59-.73-.938-.922a1.7 1.7 0 0 0-1.084-.199a2.35 2.35 0 0 0-.894.346V3.5a1.5 1.5 0 0 0-2.053-1.395a1.5 1.5 0 0 0-2.894 0a1.5 1.5 0 0 0-1.551.275l.71.711A.5.5 0 0 1 6 3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandRightOff16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.305 4.013A1.5 1.5 0 0 0 2 5.499V9.5c0 .813.344 1.71.743 2.492c.407.797.906 1.54 1.283 2.059c.45.622 1.171.949 1.91.949h1.83c1.26 0 2.23-.937 2.666-1.97a8 8 0 0 1 .658-1.233l3.056 3.057a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708zm7.063 7.062c-.32.476-.617 1-.857 1.566C9.173 13.44 8.495 14 7.766 14h-1.83c-.448 0-.855-.197-1.1-.536a15 15 0 0 1-1.202-1.926C3.253 10.79 3 10.068 3 9.5V5.499A.5.5 0 1 1 4 5.5v2a.5.5 0 0 0 1 0V5.707zM6 3.5v.379l1 1V2.5a.5.5 0 0 1 1 0v3.379l.909.909A.5.5 0 0 0 9 6.5V3.493a.5.5 0 0 1 1 .007v4.379l.915.914c.418-.407.798-.654 1.122-.701a.7.7 0 0 1 .46.086c.09.05.191.125.3.238l-.013.01A13 13 0 0 0 11.63 9.51l.708.707q.084-.09.168-.174a12 12 0 0 1 1.192-1.065l.072-.055l.017-.012l.004-.003a.5.5 0 0 0 .125-.684c-.28-.42-.59-.73-.938-.922a1.7 1.7 0 0 0-1.084-.199a2.35 2.35 0 0 0-.894.346V3.5a1.5 1.5 0 0 0-2.053-1.395a1.5 1.5 0 0 0-2.894 0a1.5 1.5 0 0 0-1.551.275l.71.711A.5.5 0 0 1 6 3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.305 4.013A1.5 1.5 0 0 0 2 5.499V9.5c0 .813.344 1.71.743 2.492c.407.797.906 1.54 1.283 2.059c.45.622 1.171.949 1.91.949h1.83c1.26 0 2.23-.937 2.666-1.97a8 8 0 0 1 .658-1.233l3.056 3.057a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708zm7.063 7.062c-.32.476-.617 1-.857 1.566C9.173 13.44 8.495 14 7.766 14h-1.83c-.448 0-.855-.197-1.1-.536a15 15 0 0 1-1.202-1.926C3.253 10.79 3 10.068 3 9.5V5.499A.5.5 0 1 1 4 5.5v2a.5.5 0 0 0 1 0V5.707zM6 3.5v.379l1 1V2.5a.5.5 0 0 1 1 0v3.379l.909.909A.5.5 0 0 0 9 6.5V3.493a.5.5 0 0 1 1 .007v4.379l.915.914c.418-.407.798-.654 1.122-.701a.7.7 0 0 1 .46.086c.09.05.191.125.3.238l-.013.01A13 13 0 0 0 11.63 9.51l.708.707q.084-.09.168-.174a12 12 0 0 1 1.192-1.065l.072-.055l.017-.012l.004-.003a.5.5 0 0 0 .125-.684c-.28-.42-.59-.73-.938-.922a1.7 1.7 0 0 0-1.084-.199a2.35 2.35 0 0 0-.894.346V3.5a1.5 1.5 0 0 0-2.053-1.395a1.5 1.5 0 0 0-2.894 0a1.5 1.5 0 0 0-1.551.275l.71.711A.5.5 0 0 1 6 3.5"/></svg> </template>
CSS
.icon-hand-right-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.305%204.013A1.5%201.5%200%200%200%202%205.499V9.5c0%20.813.344%201.71.743%202.492c.407.797.906%201.54%201.283%202.059c.45.622%201.171.949%201.91.949h1.83c1.26%200%202.23-.937%202.666-1.97a8%208%200%200%201%20.658-1.233l3.056%203.057a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708zm7.063%207.062c-.32.476-.617%201-.857%201.566C9.173%2013.44%208.495%2014%207.766%2014h-1.83c-.448%200-.855-.197-1.1-.536a15%2015%200%200%201-1.202-1.926C3.253%2010.79%203%2010.068%203%209.5V5.499A.5.5%200%201%201%204%205.5v2a.5.5%200%200%200%201%200V5.707zM6%203.5v.379l1%201V2.5a.5.5%200%200%201%201%200v3.379l.909.909A.5.5%200%200%200%209%206.5V3.493a.5.5%200%200%201%201%20.007v4.379l.915.914c.418-.407.798-.654%201.122-.701a.7.7%200%200%201%20.46.086c.09.05.191.125.3.238l-.013.01A13%2013%200%200%200%2011.63%209.51l.708.707q.084-.09.168-.174a12%2012%200%200%201%201.192-1.065l.072-.055l.017-.012l.004-.003a.5.5%200%200%200%20.125-.684c-.28-.42-.59-.73-.938-.922a1.7%201.7%200%200%200-1.084-.199a2.35%202.35%200%200%200-.894.346V3.5a1.5%201.5%200%200%200-2.053-1.395a1.5%201.5%200%200%200-2.894%200a1.5%201.5%200%200%200-1.551.275l.71.711A.5.5%200%200%201%206%203.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.305%204.013A1.5%201.5%200%200%200%202%205.499V9.5c0%20.813.344%201.71.743%202.492c.407.797.906%201.54%201.283%202.059c.45.622%201.171.949%201.91.949h1.83c1.26%200%202.23-.937%202.666-1.97a8%208%200%200%201%20.658-1.233l3.056%203.057a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708zm7.063%207.062c-.32.476-.617%201-.857%201.566C9.173%2013.44%208.495%2014%207.766%2014h-1.83c-.448%200-.855-.197-1.1-.536a15%2015%200%200%201-1.202-1.926C3.253%2010.79%203%2010.068%203%209.5V5.499A.5.5%200%201%201%204%205.5v2a.5.5%200%200%200%201%200V5.707zM6%203.5v.379l1%201V2.5a.5.5%200%200%201%201%200v3.379l.909.909A.5.5%200%200%200%209%206.5V3.493a.5.5%200%200%201%201%20.007v4.379l.915.914c.418-.407.798-.654%201.122-.701a.7.7%200%200%201%20.46.086c.09.05.191.125.3.238l-.013.01A13%2013%200%200%200%2011.63%209.51l.708.707q.084-.09.168-.174a12%2012%200%200%201%201.192-1.065l.072-.055l.017-.012l.004-.003a.5.5%200%200%200%20.125-.684c-.28-.42-.59-.73-.938-.922a1.7%201.7%200%200%200-1.084-.199a2.35%202.35%200%200%200-.894.346V3.5a1.5%201.5%200%200%200-2.053-1.395a1.5%201.5%200%200%200-2.894%200a1.5%201.5%200%200%200-1.551.275l.71.711A.5.5%200%200%201%206%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-right-off-16-regular.svg?color=%231a73e8&size=48