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

Name
hand-point-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the hand point icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2.998a1 1 0 0 0-1 1V10.5a.5.5 0 0 1-.733.443L6.223 9.87a2.53 2.53 0 0 0-3.16.668c4.344 1.9 6.161 3.71 7.012 5.277c.428.787 1.16 1.27 1.89 1.169l2.865-.398a1.5 1.5 0 0 0 1.248-1.117l.824-3.253a3 3 0 0 0-2.466-3.704l-3.01-.448A.5.5 0 0 1 11 7.569V3.998a1 1 0 0 0-1-1m-2 1a2 2 0 1 1 4 0v3.14l2.583.385a4 4 0 0 1 3.288 4.938l-.823 3.253a2.5 2.5 0 0 1-2.08 1.863l-2.866.397c-1.289.179-2.36-.678-2.905-1.681c-.712-1.311-2.333-3.02-6.664-4.894a.885.885 0 0 1-.376-1.32a3.53 3.53 0 0 1 4.531-1.094L8 9.673z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandPoint20Regular(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="M10 2.998a1 1 0 0 0-1 1V10.5a.5.5 0 0 1-.733.443L6.223 9.87a2.53 2.53 0 0 0-3.16.668c4.344 1.9 6.161 3.71 7.012 5.277c.428.787 1.16 1.27 1.89 1.169l2.865-.398a1.5 1.5 0 0 0 1.248-1.117l.824-3.253a3 3 0 0 0-2.466-3.704l-3.01-.448A.5.5 0 0 1 11 7.569V3.998a1 1 0 0 0-1-1m-2 1a2 2 0 1 1 4 0v3.14l2.583.385a4 4 0 0 1 3.288 4.938l-.823 3.253a2.5 2.5 0 0 1-2.08 1.863l-2.866.397c-1.289.179-2.36-.678-2.905-1.681c-.712-1.311-2.333-3.02-6.664-4.894a.885.885 0 0 1-.376-1.32a3.53 3.53 0 0 1 4.531-1.094L8 9.673z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2.998a1 1 0 0 0-1 1V10.5a.5.5 0 0 1-.733.443L6.223 9.87a2.53 2.53 0 0 0-3.16.668c4.344 1.9 6.161 3.71 7.012 5.277c.428.787 1.16 1.27 1.89 1.169l2.865-.398a1.5 1.5 0 0 0 1.248-1.117l.824-3.253a3 3 0 0 0-2.466-3.704l-3.01-.448A.5.5 0 0 1 11 7.569V3.998a1 1 0 0 0-1-1m-2 1a2 2 0 1 1 4 0v3.14l2.583.385a4 4 0 0 1 3.288 4.938l-.823 3.253a2.5 2.5 0 0 1-2.08 1.863l-2.866.397c-1.289.179-2.36-.678-2.905-1.681c-.712-1.311-2.333-3.02-6.664-4.894a.885.885 0 0 1-.376-1.32a3.53 3.53 0 0 1 4.531-1.094L8 9.673z"/></svg>
</template>

CSS

.icon-hand-point-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%22M10%202.998a1%201%200%200%200-1%201V10.5a.5.5%200%200%201-.733.443L6.223%209.87a2.53%202.53%200%200%200-3.16.668c4.344%201.9%206.161%203.71%207.012%205.277c.428.787%201.16%201.27%201.89%201.169l2.865-.398a1.5%201.5%200%200%200%201.248-1.117l.824-3.253a3%203%200%200%200-2.466-3.704l-3.01-.448A.5.5%200%200%201%2011%207.569V3.998a1%201%200%200%200-1-1m-2%201a2%202%200%201%201%204%200v3.14l2.583.385a4%204%200%200%201%203.288%204.938l-.823%203.253a2.5%202.5%200%200%201-2.08%201.863l-2.866.397c-1.289.179-2.36-.678-2.905-1.681c-.712-1.311-2.333-3.02-6.664-4.894a.885.885%200%200%201-.376-1.32a3.53%203.53%200%200%201%204.531-1.094L8%209.673z%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%22M10%202.998a1%201%200%200%200-1%201V10.5a.5.5%200%200%201-.733.443L6.223%209.87a2.53%202.53%200%200%200-3.16.668c4.344%201.9%206.161%203.71%207.012%205.277c.428.787%201.16%201.27%201.89%201.169l2.865-.398a1.5%201.5%200%200%200%201.248-1.117l.824-3.253a3%203%200%200%200-2.466-3.704l-3.01-.448A.5.5%200%200%201%2011%207.569V3.998a1%201%200%200%200-1-1m-2%201a2%202%200%201%201%204%200v3.14l2.583.385a4%204%200%200%201%203.288%204.938l-.823%203.253a2.5%202.5%200%200%201-2.08%201.863l-2.866.397c-1.289.179-2.36-.678-2.905-1.681c-.712-1.311-2.333-3.02-6.664-4.894a.885.885%200%200%201-.376-1.32a3.53%203.53%200%200%201%204.531-1.094L8%209.673z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-point-20-regular.svg?color=%231a73e8&size=48