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

Name
hand-point-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M8 .998A2 2 0 0 0 5.996 3v4.204l-.626-.277a3.51 3.51 0 0 0-4.185 1.045a.88.88 0 0 0 .343 1.347c2 .877 3.206 1.604 3.985 2.268c.765.65 1.134 1.252 1.44 1.918c.456.993 1.483 1.62 2.6 1.47l2.07-.28a2.5 2.5 0 0 0 2.092-1.873l.681-2.733a3.5 3.5 0 0 0-2.86-4.305L10 5.546V3A2 2 0 0 0 8 .998"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandPoint16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 .998A2 2 0 0 0 5.996 3v4.204l-.626-.277a3.51 3.51 0 0 0-4.185 1.045a.88.88 0 0 0 .343 1.347c2 .877 3.206 1.604 3.985 2.268c.765.65 1.134 1.252 1.44 1.918c.456.993 1.483 1.62 2.6 1.47l2.07-.28a2.5 2.5 0 0 0 2.092-1.873l.681-2.733a3.5 3.5 0 0 0-2.86-4.305L10 5.546V3A2 2 0 0 0 8 .998"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 .998A2 2 0 0 0 5.996 3v4.204l-.626-.277a3.51 3.51 0 0 0-4.185 1.045a.88.88 0 0 0 .343 1.347c2 .877 3.206 1.604 3.985 2.268c.765.65 1.134 1.252 1.44 1.918c.456.993 1.483 1.62 2.6 1.47l2.07-.28a2.5 2.5 0 0 0 2.092-1.873l.681-2.733a3.5 3.5 0 0 0-2.86-4.305L10 5.546V3A2 2 0 0 0 8 .998"/></svg>
</template>

CSS

.icon-hand-point-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%20.998A2%202%200%200%200%205.996%203v4.204l-.626-.277a3.51%203.51%200%200%200-4.185%201.045a.88.88%200%200%200%20.343%201.347c2%20.877%203.206%201.604%203.985%202.268c.765.65%201.134%201.252%201.44%201.918c.456.993%201.483%201.62%202.6%201.47l2.07-.28a2.5%202.5%200%200%200%202.092-1.873l.681-2.733a3.5%203.5%200%200%200-2.86-4.305L10%205.546V3A2%202%200%200%200%208%20.998%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%20.998A2%202%200%200%200%205.996%203v4.204l-.626-.277a3.51%203.51%200%200%200-4.185%201.045a.88.88%200%200%200%20.343%201.347c2%20.877%203.206%201.604%203.985%202.268c.765.65%201.134%201.252%201.44%201.918c.456.993%201.483%201.62%202.6%201.47l2.07-.28a2.5%202.5%200%200%200%202.092-1.873l.681-2.733a3.5%203.5%200%200%200-2.86-4.305L10%205.546V3A2%202%200%200%200%208%20.998%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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