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

Name
hand-point-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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="M18 9.002a5 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.441l1.951.876z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandPoint48Filled(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="M18 9.002a5 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.441l1.951.876z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18 9.002a5 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.441l1.951.876z"/></svg>
</template>

CSS

.icon-hand-point-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%209.002a5%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.441l1.951.876z%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%22M18%209.002a5%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.441l1.951.876z%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-filled.svg?color=%231a73e8&size=48