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

Name
hand-right-off-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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 5.25c0-.154.047-.297.126-.417l-1.98-1.98a.5.5 0 1 1 .708-.707l15 15a.5.5 0 0 1-.708.708l-3.716-3.717q-.383.478-.694.98a32 32 0 0 0-1.054 1.867C11.322 17.661 11.094 18 10 18H6.955C6 18 5.637 17.467 5 16s-1-2.944-1-3.5zm2.5 1.957l-1-1V9a.5.5 0 0 0 1 0zM8 3.75v2.129l-1.5-1.5V3.75a.75.75 0 0 1 1.5 0m3.11 5.238l3.7 3.7q.337-.298.686-.56l1.313-.985a.48.48 0 0 0 .191-.382a.6.6 0 0 0-.016-.145C16.787 9.824 15.971 9.5 15 9.5c-.608 0-1.338.324-2 .75v-6.5a.75.75 0 0 0-1.5 0V8.5a.5.5 0 0 1-.39.488M9 6.878l1.5 1.5V2.75a.75.75 0 0 0-1.5 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandRightOff20Filled(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 5.25c0-.154.047-.297.126-.417l-1.98-1.98a.5.5 0 1 1 .708-.707l15 15a.5.5 0 0 1-.708.708l-3.716-3.717q-.383.478-.694.98a32 32 0 0 0-1.054 1.867C11.322 17.661 11.094 18 10 18H6.955C6 18 5.637 17.467 5 16s-1-2.944-1-3.5zm2.5 1.957l-1-1V9a.5.5 0 0 0 1 0zM8 3.75v2.129l-1.5-1.5V3.75a.75.75 0 0 1 1.5 0m3.11 5.238l3.7 3.7q.337-.298.686-.56l1.313-.985a.48.48 0 0 0 .191-.382a.6.6 0 0 0-.016-.145C16.787 9.824 15.971 9.5 15 9.5c-.608 0-1.338.324-2 .75v-6.5a.75.75 0 0 0-1.5 0V8.5a.5.5 0 0 1-.39.488M9 6.878l1.5 1.5V2.75a.75.75 0 0 0-1.5 0z"/></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 5.25c0-.154.047-.297.126-.417l-1.98-1.98a.5.5 0 1 1 .708-.707l15 15a.5.5 0 0 1-.708.708l-3.716-3.717q-.383.478-.694.98a32 32 0 0 0-1.054 1.867C11.322 17.661 11.094 18 10 18H6.955C6 18 5.637 17.467 5 16s-1-2.944-1-3.5zm2.5 1.957l-1-1V9a.5.5 0 0 0 1 0zM8 3.75v2.129l-1.5-1.5V3.75a.75.75 0 0 1 1.5 0m3.11 5.238l3.7 3.7q.337-.298.686-.56l1.313-.985a.48.48 0 0 0 .191-.382a.6.6 0 0 0-.016-.145C16.787 9.824 15.971 9.5 15 9.5c-.608 0-1.338.324-2 .75v-6.5a.75.75 0 0 0-1.5 0V8.5a.5.5 0 0 1-.39.488M9 6.878l1.5 1.5V2.75a.75.75 0 0 0-1.5 0z"/></svg>
</template>

CSS

.icon-hand-right-off-20-filled {
  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%205.25c0-.154.047-.297.126-.417l-1.98-1.98a.5.5%200%201%201%20.708-.707l15%2015a.5.5%200%200%201-.708.708l-3.716-3.717q-.383.478-.694.98a32%2032%200%200%200-1.054%201.867C11.322%2017.661%2011.094%2018%2010%2018H6.955C6%2018%205.637%2017.467%205%2016s-1-2.944-1-3.5zm2.5%201.957l-1-1V9a.5.5%200%200%200%201%200zM8%203.75v2.129l-1.5-1.5V3.75a.75.75%200%200%201%201.5%200m3.11%205.238l3.7%203.7q.337-.298.686-.56l1.313-.985a.48.48%200%200%200%20.191-.382a.6.6%200%200%200-.016-.145C16.787%209.824%2015.971%209.5%2015%209.5c-.608%200-1.338.324-2%20.75v-6.5a.75.75%200%200%200-1.5%200V8.5a.5.5%200%200%201-.39.488M9%206.878l1.5%201.5V2.75a.75.75%200%200%200-1.5%200z%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%205.25c0-.154.047-.297.126-.417l-1.98-1.98a.5.5%200%201%201%20.708-.707l15%2015a.5.5%200%200%201-.708.708l-3.716-3.717q-.383.478-.694.98a32%2032%200%200%200-1.054%201.867C11.322%2017.661%2011.094%2018%2010%2018H6.955C6%2018%205.637%2017.467%205%2016s-1-2.944-1-3.5zm2.5%201.957l-1-1V9a.5.5%200%200%200%201%200zM8%203.75v2.129l-1.5-1.5V3.75a.75.75%200%200%201%201.5%200m3.11%205.238l3.7%203.7q.337-.298.686-.56l1.313-.985a.48.48%200%200%200%20.191-.382a.6.6%200%200%200-.016-.145C16.787%209.824%2015.971%209.5%2015%209.5c-.608%200-1.338.324-2%20.75v-6.5a.75.75%200%200%200-1.5%200V8.5a.5.5%200%200%201-.39.488M9%206.878l1.5%201.5V2.75a.75.75%200%200%200-1.5%200z%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-filled.svg?color=%231a73e8&size=48