hand-right-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
hand-right-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M4.834 5.895L2.22 3.28a.75.75 0 0 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06l-4.22-4.217a10.8 10.8 0 0 0-1.917 2.698a3.15 3.15 0 0 1-2.817 1.741H9.04c-1.041 0-2.064-.503-2.62-1.456c-.748-1.28-1.919-3.61-1.919-5.791V7c0-.396.12-.78.334-1.105m10.607 10.606L8.503 9.565v.935a.75.75 0 0 1-1.5 0V8.065L6 7.06v7.693c0 1.746.978 3.774 1.714 5.034c.257.44.754.713 1.325.713h2.728c.625 0 1.196-.353 1.475-.911A12.3 12.3 0 0 1 15.44 16.5M9.5 5.25v1.068l1.5 1.5V3.997c0-.273.212-.5.499-.5c.29 0 .5.223.5.5v4.82l1.496 1.497l.003-.064V5.223c0-.239.204-.475.498-.477a.527.527 0 0 1 .504.504v6.068l1.641 1.641q.084-.066.183-.136c.352-.25.81-.496 1.303-.582c.537-.094 1.047-.037 1.385.138a.82.82 0 0 1 .446.528l-1.659 1.247a1 1 0 0 0-.08.069l-.157.157l1.06 1.061l.12-.12l1.959-1.471a.75.75 0 0 0 .299-.6c0-1.062-.531-1.807-1.3-2.204c-.715-.37-1.581-.414-2.332-.283a4.5 4.5 0 0 0-1.368.495V5.25c0-1.06-.888-2.01-2.013-2.004a2 2 0 0 0-.6.093a1.98 1.98 0 0 0-1.89-1.342c-.915 0-1.622.586-1.885 1.341A2 2 0 0 0 9 3.246c-.732 0-1.324.373-1.668.904l1.172 1.172V5.25c0-.278.215-.504.496-.504c.287 0 .5.226.5.504"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandRightOff24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.834 5.895L2.22 3.28a.75.75 0 0 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06l-4.22-4.217a10.8 10.8 0 0 0-1.917 2.698a3.15 3.15 0 0 1-2.817 1.741H9.04c-1.041 0-2.064-.503-2.62-1.456c-.748-1.28-1.919-3.61-1.919-5.791V7c0-.396.12-.78.334-1.105m10.607 10.606L8.503 9.565v.935a.75.75 0 0 1-1.5 0V8.065L6 7.06v7.693c0 1.746.978 3.774 1.714 5.034c.257.44.754.713 1.325.713h2.728c.625 0 1.196-.353 1.475-.911A12.3 12.3 0 0 1 15.44 16.5M9.5 5.25v1.068l1.5 1.5V3.997c0-.273.212-.5.499-.5c.29 0 .5.223.5.5v4.82l1.496 1.497l.003-.064V5.223c0-.239.204-.475.498-.477a.527.527 0 0 1 .504.504v6.068l1.641 1.641q.084-.066.183-.136c.352-.25.81-.496 1.303-.582c.537-.094 1.047-.037 1.385.138a.82.82 0 0 1 .446.528l-1.659 1.247a1 1 0 0 0-.08.069l-.157.157l1.06 1.061l.12-.12l1.959-1.471a.75.75 0 0 0 .299-.6c0-1.062-.531-1.807-1.3-2.204c-.715-.37-1.581-.414-2.332-.283a4.5 4.5 0 0 0-1.368.495V5.25c0-1.06-.888-2.01-2.013-2.004a2 2 0 0 0-.6.093a1.98 1.98 0 0 0-1.89-1.342c-.915 0-1.622.586-1.885 1.341A2 2 0 0 0 9 3.246c-.732 0-1.324.373-1.668.904l1.172 1.172V5.25c0-.278.215-.504.496-.504c.287 0 .5.226.5.504"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.834 5.895L2.22 3.28a.75.75 0 0 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06l-4.22-4.217a10.8 10.8 0 0 0-1.917 2.698a3.15 3.15 0 0 1-2.817 1.741H9.04c-1.041 0-2.064-.503-2.62-1.456c-.748-1.28-1.919-3.61-1.919-5.791V7c0-.396.12-.78.334-1.105m10.607 10.606L8.503 9.565v.935a.75.75 0 0 1-1.5 0V8.065L6 7.06v7.693c0 1.746.978 3.774 1.714 5.034c.257.44.754.713 1.325.713h2.728c.625 0 1.196-.353 1.475-.911A12.3 12.3 0 0 1 15.44 16.5M9.5 5.25v1.068l1.5 1.5V3.997c0-.273.212-.5.499-.5c.29 0 .5.223.5.5v4.82l1.496 1.497l.003-.064V5.223c0-.239.204-.475.498-.477a.527.527 0 0 1 .504.504v6.068l1.641 1.641q.084-.066.183-.136c.352-.25.81-.496 1.303-.582c.537-.094 1.047-.037 1.385.138a.82.82 0 0 1 .446.528l-1.659 1.247a1 1 0 0 0-.08.069l-.157.157l1.06 1.061l.12-.12l1.959-1.471a.75.75 0 0 0 .299-.6c0-1.062-.531-1.807-1.3-2.204c-.715-.37-1.581-.414-2.332-.283a4.5 4.5 0 0 0-1.368.495V5.25c0-1.06-.888-2.01-2.013-2.004a2 2 0 0 0-.6.093a1.98 1.98 0 0 0-1.89-1.342c-.915 0-1.622.586-1.885 1.341A2 2 0 0 0 9 3.246c-.732 0-1.324.373-1.668.904l1.172 1.172V5.25c0-.278.215-.504.496-.504c.287 0 .5.226.5.504"/></svg>
</template>

CSS

.icon-hand-right-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.834%205.895L2.22%203.28a.75.75%200%200%201%201.06-1.06l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-4.22-4.217a10.8%2010.8%200%200%200-1.917%202.698a3.15%203.15%200%200%201-2.817%201.741H9.04c-1.041%200-2.064-.503-2.62-1.456c-.748-1.28-1.919-3.61-1.919-5.791V7c0-.396.12-.78.334-1.105m10.607%2010.606L8.503%209.565v.935a.75.75%200%200%201-1.5%200V8.065L6%207.06v7.693c0%201.746.978%203.774%201.714%205.034c.257.44.754.713%201.325.713h2.728c.625%200%201.196-.353%201.475-.911A12.3%2012.3%200%200%201%2015.44%2016.5M9.5%205.25v1.068l1.5%201.5V3.997c0-.273.212-.5.499-.5c.29%200%20.5.223.5.5v4.82l1.496%201.497l.003-.064V5.223c0-.239.204-.475.498-.477a.527.527%200%200%201%20.504.504v6.068l1.641%201.641q.084-.066.183-.136c.352-.25.81-.496%201.303-.582c.537-.094%201.047-.037%201.385.138a.82.82%200%200%201%20.446.528l-1.659%201.247a1%201%200%200%200-.08.069l-.157.157l1.06%201.061l.12-.12l1.959-1.471a.75.75%200%200%200%20.299-.6c0-1.062-.531-1.807-1.3-2.204c-.715-.37-1.581-.414-2.332-.283a4.5%204.5%200%200%200-1.368.495V5.25c0-1.06-.888-2.01-2.013-2.004a2%202%200%200%200-.6.093a1.98%201.98%200%200%200-1.89-1.342c-.915%200-1.622.586-1.885%201.341A2%202%200%200%200%209%203.246c-.732%200-1.324.373-1.668.904l1.172%201.172V5.25c0-.278.215-.504.496-.504c.287%200%20.5.226.5.504%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.834%205.895L2.22%203.28a.75.75%200%200%201%201.06-1.06l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-4.22-4.217a10.8%2010.8%200%200%200-1.917%202.698a3.15%203.15%200%200%201-2.817%201.741H9.04c-1.041%200-2.064-.503-2.62-1.456c-.748-1.28-1.919-3.61-1.919-5.791V7c0-.396.12-.78.334-1.105m10.607%2010.606L8.503%209.565v.935a.75.75%200%200%201-1.5%200V8.065L6%207.06v7.693c0%201.746.978%203.774%201.714%205.034c.257.44.754.713%201.325.713h2.728c.625%200%201.196-.353%201.475-.911A12.3%2012.3%200%200%201%2015.44%2016.5M9.5%205.25v1.068l1.5%201.5V3.997c0-.273.212-.5.499-.5c.29%200%20.5.223.5.5v4.82l1.496%201.497l.003-.064V5.223c0-.239.204-.475.498-.477a.527.527%200%200%201%20.504.504v6.068l1.641%201.641q.084-.066.183-.136c.352-.25.81-.496%201.303-.582c.537-.094%201.047-.037%201.385.138a.82.82%200%200%201%20.446.528l-1.659%201.247a1%201%200%200%200-.08.069l-.157.157l1.06%201.061l.12-.12l1.959-1.471a.75.75%200%200%200%20.299-.6c0-1.062-.531-1.807-1.3-2.204c-.715-.37-1.581-.414-2.332-.283a4.5%204.5%200%200%200-1.368.495V5.25c0-1.06-.888-2.01-2.013-2.004a2%202%200%200%200-.6.093a1.98%201.98%200%200%200-1.89-1.342c-.915%200-1.622.586-1.885%201.341A2%202%200%200%200%209%203.246c-.732%200-1.324.373-1.668.904l1.172%201.172V5.25c0-.278.215-.504.496-.504c.287%200%20.5.226.5.504%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-24-regular.svg?color=%231a73e8&size=48