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

Name
hand-point-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M23 6.502a2.5 2.5 0 0 0-2.5 2.5V23.75a1.243 1.243 0 0 1-1.752 1.141l-3.719-1.663a6.89 6.89 0 0 0-8.357 2.196c11.3 5.03 15.583 9.806 17.478 13.853c.713 1.523 2.114 2.395 3.458 2.188l7.069-1.09a2.75 2.75 0 0 0 2.248-2.055l2.374-9.555c.954-3.839-1.582-7.672-5.487-8.294l-7.254-1.156a1.255 1.255 0 0 1-1.058-1.234V9A2.5 2.5 0 0 0 23 6.5M18 9a5 5 0 0 1 5-5a5.004 5.004 0 0 1 5.004 5v8.012l6.201.988c5.352.853 8.826 6.105 7.52 11.366l-2.375 9.555a5.25 5.25 0 0 1-4.292 3.922l-7.07 1.09c-2.74.424-5.06-1.376-6.1-3.598c-1.564-3.338-5.32-7.831-16.585-12.785c-1.198-.527-1.697-2.025-.952-3.165a9.39 9.39 0 0 1 11.698-3.441L18 21.82z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandPoint48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23 6.502a2.5 2.5 0 0 0-2.5 2.5V23.75a1.243 1.243 0 0 1-1.752 1.141l-3.719-1.663a6.89 6.89 0 0 0-8.357 2.196c11.3 5.03 15.583 9.806 17.478 13.853c.713 1.523 2.114 2.395 3.458 2.188l7.069-1.09a2.75 2.75 0 0 0 2.248-2.055l2.374-9.555c.954-3.839-1.582-7.672-5.487-8.294l-7.254-1.156a1.255 1.255 0 0 1-1.058-1.234V9A2.5 2.5 0 0 0 23 6.5M18 9a5 5 0 0 1 5-5a5.004 5.004 0 0 1 5.004 5v8.012l6.201.988c5.352.853 8.826 6.105 7.52 11.366l-2.375 9.555a5.25 5.25 0 0 1-4.292 3.922l-7.07 1.09c-2.74.424-5.06-1.376-6.1-3.598c-1.564-3.338-5.32-7.831-16.585-12.785c-1.198-.527-1.697-2.025-.952-3.165a9.39 9.39 0 0 1 11.698-3.441L18 21.82z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23 6.502a2.5 2.5 0 0 0-2.5 2.5V23.75a1.243 1.243 0 0 1-1.752 1.141l-3.719-1.663a6.89 6.89 0 0 0-8.357 2.196c11.3 5.03 15.583 9.806 17.478 13.853c.713 1.523 2.114 2.395 3.458 2.188l7.069-1.09a2.75 2.75 0 0 0 2.248-2.055l2.374-9.555c.954-3.839-1.582-7.672-5.487-8.294l-7.254-1.156a1.255 1.255 0 0 1-1.058-1.234V9A2.5 2.5 0 0 0 23 6.5M18 9a5 5 0 0 1 5-5a5.004 5.004 0 0 1 5.004 5v8.012l6.201.988c5.352.853 8.826 6.105 7.52 11.366l-2.375 9.555a5.25 5.25 0 0 1-4.292 3.922l-7.07 1.09c-2.74.424-5.06-1.376-6.1-3.598c-1.564-3.338-5.32-7.831-16.585-12.785c-1.198-.527-1.697-2.025-.952-3.165a9.39 9.39 0 0 1 11.698-3.441L18 21.82z"/></svg>
</template>

CSS

.icon-hand-point-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%206.502a2.5%202.5%200%200%200-2.5%202.5V23.75a1.243%201.243%200%200%201-1.752%201.141l-3.719-1.663a6.89%206.89%200%200%200-8.357%202.196c11.3%205.03%2015.583%209.806%2017.478%2013.853c.713%201.523%202.114%202.395%203.458%202.188l7.069-1.09a2.75%202.75%200%200%200%202.248-2.055l2.374-9.555c.954-3.839-1.582-7.672-5.487-8.294l-7.254-1.156a1.255%201.255%200%200%201-1.058-1.234V9A2.5%202.5%200%200%200%2023%206.5M18%209a5%205%200%200%201%205-5a5.004%205.004%200%200%201%205.004%205v8.012l6.201.988c5.352.853%208.826%206.105%207.52%2011.366l-2.375%209.555a5.25%205.25%200%200%201-4.292%203.922l-7.07%201.09c-2.74.424-5.06-1.376-6.1-3.598c-1.564-3.338-5.32-7.831-16.585-12.785c-1.198-.527-1.697-2.025-.952-3.165a9.39%209.39%200%200%201%2011.698-3.441L18%2021.82z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%206.502a2.5%202.5%200%200%200-2.5%202.5V23.75a1.243%201.243%200%200%201-1.752%201.141l-3.719-1.663a6.89%206.89%200%200%200-8.357%202.196c11.3%205.03%2015.583%209.806%2017.478%2013.853c.713%201.523%202.114%202.395%203.458%202.188l7.069-1.09a2.75%202.75%200%200%200%202.248-2.055l2.374-9.555c.954-3.839-1.582-7.672-5.487-8.294l-7.254-1.156a1.255%201.255%200%200%201-1.058-1.234V9A2.5%202.5%200%200%200%2023%206.5M18%209a5%205%200%200%201%205-5a5.004%205.004%200%200%201%205.004%205v8.012l6.201.988c5.352.853%208.826%206.105%207.52%2011.366l-2.375%209.555a5.25%205.25%200%200%201-4.292%203.922l-7.07%201.09c-2.74.424-5.06-1.376-6.1-3.598c-1.564-3.338-5.32-7.831-16.585-12.785c-1.198-.527-1.697-2.025-.952-3.165a9.39%209.39%200%200%201%2011.698-3.441L18%2021.82z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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