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

Name
hand-right-off-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M4 6a1.5 1.5 0 0 1 .34-.952L2.147 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-3.568-3.569l-.213.222c-.698.727-1.213 1.564-1.713 2.43A2.16 2.16 0 0 1 9.78 18.02H7.234c-.3 0-.595-.073-.861-.211a2.55 2.55 0 0 1-1.18-1.29l-.585-1.422A8.1 8.1 0 0 1 4 12.02zm8.871 7.578L7 7.708V9.5a.5.5 0 0 1-1 0V6.707l-.942-.942A.5.5 0 0 0 5 6v6.02c0 .925.181 1.841.533 2.697l.585 1.42c.139.338.393.616.716.785a.9.9 0 0 0 .4.098H9.78a1.16 1.16 0 0 0 1.006-.582c.54-.936 1.104-1.838 1.858-2.623zM10 3.5v4.379l.909.909A.5.5 0 0 0 11 8.5v-4a.5.5 0 0 1 1 0v5.379l.924.924c.199-.198.399-.386.654-.513c.697-.349 2.223-.575 2.407.498q-.265.205-.537.408a15 15 0 0 0-1.182.949l.707.706c.375-.345.79-.653 1.203-.96q.302-.22.592-.446A.6.6 0 0 0 17 10.97c0-.754-.536-1.575-1.217-1.79c-.91-.306-1.796-.213-2.652.215l-.131.07V4.5a1.5 1.5 0 0 0-2.052-1.395a1.5 1.5 0 0 0-2.895 0a1.5 1.5 0 0 0-1.958.869L7 4.879V4.5a.5.5 0 0 1 1 0v1.379l1 1V3.5a.5.5 0 0 1 1 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandRightOff20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 6a1.5 1.5 0 0 1 .34-.952L2.147 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-3.568-3.569l-.213.222c-.698.727-1.213 1.564-1.713 2.43A2.16 2.16 0 0 1 9.78 18.02H7.234c-.3 0-.595-.073-.861-.211a2.55 2.55 0 0 1-1.18-1.29l-.585-1.422A8.1 8.1 0 0 1 4 12.02zm8.871 7.578L7 7.708V9.5a.5.5 0 0 1-1 0V6.707l-.942-.942A.5.5 0 0 0 5 6v6.02c0 .925.181 1.841.533 2.697l.585 1.42c.139.338.393.616.716.785a.9.9 0 0 0 .4.098H9.78a1.16 1.16 0 0 0 1.006-.582c.54-.936 1.104-1.838 1.858-2.623zM10 3.5v4.379l.909.909A.5.5 0 0 0 11 8.5v-4a.5.5 0 0 1 1 0v5.379l.924.924c.199-.198.399-.386.654-.513c.697-.349 2.223-.575 2.407.498q-.265.205-.537.408a15 15 0 0 0-1.182.949l.707.706c.375-.345.79-.653 1.203-.96q.302-.22.592-.446A.6.6 0 0 0 17 10.97c0-.754-.536-1.575-1.217-1.79c-.91-.306-1.796-.213-2.652.215l-.131.07V4.5a1.5 1.5 0 0 0-2.052-1.395a1.5 1.5 0 0 0-2.895 0a1.5 1.5 0 0 0-1.958.869L7 4.879V4.5a.5.5 0 0 1 1 0v1.379l1 1V3.5a.5.5 0 0 1 1 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 6a1.5 1.5 0 0 1 .34-.952L2.147 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-3.568-3.569l-.213.222c-.698.727-1.213 1.564-1.713 2.43A2.16 2.16 0 0 1 9.78 18.02H7.234c-.3 0-.595-.073-.861-.211a2.55 2.55 0 0 1-1.18-1.29l-.585-1.422A8.1 8.1 0 0 1 4 12.02zm8.871 7.578L7 7.708V9.5a.5.5 0 0 1-1 0V6.707l-.942-.942A.5.5 0 0 0 5 6v6.02c0 .925.181 1.841.533 2.697l.585 1.42c.139.338.393.616.716.785a.9.9 0 0 0 .4.098H9.78a1.16 1.16 0 0 0 1.006-.582c.54-.936 1.104-1.838 1.858-2.623zM10 3.5v4.379l.909.909A.5.5 0 0 0 11 8.5v-4a.5.5 0 0 1 1 0v5.379l.924.924c.199-.198.399-.386.654-.513c.697-.349 2.223-.575 2.407.498q-.265.205-.537.408a15 15 0 0 0-1.182.949l.707.706c.375-.345.79-.653 1.203-.96q.302-.22.592-.446A.6.6 0 0 0 17 10.97c0-.754-.536-1.575-1.217-1.79c-.91-.306-1.796-.213-2.652.215l-.131.07V4.5a1.5 1.5 0 0 0-2.052-1.395a1.5 1.5 0 0 0-2.895 0a1.5 1.5 0 0 0-1.958.869L7 4.879V4.5a.5.5 0 0 1 1 0v1.379l1 1V3.5a.5.5 0 0 1 1 0"/></svg>
</template>

CSS

.icon-hand-right-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%206a1.5%201.5%200%200%201%20.34-.952L2.147%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-3.568-3.569l-.213.222c-.698.727-1.213%201.564-1.713%202.43A2.16%202.16%200%200%201%209.78%2018.02H7.234c-.3%200-.595-.073-.861-.211a2.55%202.55%200%200%201-1.18-1.29l-.585-1.422A8.1%208.1%200%200%201%204%2012.02zm8.871%207.578L7%207.708V9.5a.5.5%200%200%201-1%200V6.707l-.942-.942A.5.5%200%200%200%205%206v6.02c0%20.925.181%201.841.533%202.697l.585%201.42c.139.338.393.616.716.785a.9.9%200%200%200%20.4.098H9.78a1.16%201.16%200%200%200%201.006-.582c.54-.936%201.104-1.838%201.858-2.623zM10%203.5v4.379l.909.909A.5.5%200%200%200%2011%208.5v-4a.5.5%200%200%201%201%200v5.379l.924.924c.199-.198.399-.386.654-.513c.697-.349%202.223-.575%202.407.498q-.265.205-.537.408a15%2015%200%200%200-1.182.949l.707.706c.375-.345.79-.653%201.203-.96q.302-.22.592-.446A.6.6%200%200%200%2017%2010.97c0-.754-.536-1.575-1.217-1.79c-.91-.306-1.796-.213-2.652.215l-.131.07V4.5a1.5%201.5%200%200%200-2.052-1.395a1.5%201.5%200%200%200-2.895%200a1.5%201.5%200%200%200-1.958.869L7%204.879V4.5a.5.5%200%200%201%201%200v1.379l1%201V3.5a.5.5%200%200%201%201%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%206a1.5%201.5%200%200%201%20.34-.952L2.147%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-3.568-3.569l-.213.222c-.698.727-1.213%201.564-1.713%202.43A2.16%202.16%200%200%201%209.78%2018.02H7.234c-.3%200-.595-.073-.861-.211a2.55%202.55%200%200%201-1.18-1.29l-.585-1.422A8.1%208.1%200%200%201%204%2012.02zm8.871%207.578L7%207.708V9.5a.5.5%200%200%201-1%200V6.707l-.942-.942A.5.5%200%200%200%205%206v6.02c0%20.925.181%201.841.533%202.697l.585%201.42c.139.338.393.616.716.785a.9.9%200%200%200%20.4.098H9.78a1.16%201.16%200%200%200%201.006-.582c.54-.936%201.104-1.838%201.858-2.623zM10%203.5v4.379l.909.909A.5.5%200%200%200%2011%208.5v-4a.5.5%200%200%201%201%200v5.379l.924.924c.199-.198.399-.386.654-.513c.697-.349%202.223-.575%202.407.498q-.265.205-.537.408a15%2015%200%200%200-1.182.949l.707.706c.375-.345.79-.653%201.203-.96q.302-.22.592-.446A.6.6%200%200%200%2017%2010.97c0-.754-.536-1.575-1.217-1.79c-.91-.306-1.796-.213-2.652.215l-.131.07V4.5a1.5%201.5%200%200%200-2.052-1.395a1.5%201.5%200%200%200-2.895%200a1.5%201.5%200%200%200-1.958.869L7%204.879V4.5a.5.5%200%200%201%201%200v1.379l1%201V3.5a.5.5%200%200%201%201%200%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-20-regular.svg?color=%231a73e8&size=48