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

Name
hand-point-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M12.004 5.5a3.5 3.5 0 0 1 3.5-3.5A3.496 3.496 0 0 1 19 5.5v5.545l4.06.621c4.085.627 6.741 4.634 5.726 8.639l-1.51 5.96a4 4 0 0 1-3.279 2.972l-4.731.718c-2.086.316-3.828-1.054-4.644-2.692c-1.131-2.271-3.827-5.337-11.706-8.72c-.849-.366-1.202-1.44-.642-2.238a6.92 6.92 0 0 1 8.356-2.394l1.374.58z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandPoint32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.004 5.5a3.5 3.5 0 0 1 3.5-3.5A3.496 3.496 0 0 1 19 5.5v5.545l4.06.621c4.085.627 6.741 4.634 5.726 8.639l-1.51 5.96a4 4 0 0 1-3.279 2.972l-4.731.718c-2.086.316-3.828-1.054-4.644-2.692c-1.131-2.271-3.827-5.337-11.706-8.72c-.849-.366-1.202-1.44-.642-2.238a6.92 6.92 0 0 1 8.356-2.394l1.374.58z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.004 5.5a3.5 3.5 0 0 1 3.5-3.5A3.496 3.496 0 0 1 19 5.5v5.545l4.06.621c4.085.627 6.741 4.634 5.726 8.639l-1.51 5.96a4 4 0 0 1-3.279 2.972l-4.731.718c-2.086.316-3.828-1.054-4.644-2.692c-1.131-2.271-3.827-5.337-11.706-8.72c-.849-.366-1.202-1.44-.642-2.238a6.92 6.92 0 0 1 8.356-2.394l1.374.58z"/></svg>
</template>

CSS

.icon-hand-point-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.004%205.5a3.5%203.5%200%200%201%203.5-3.5A3.496%203.496%200%200%201%2019%205.5v5.545l4.06.621c4.085.627%206.741%204.634%205.726%208.639l-1.51%205.96a4%204%200%200%201-3.279%202.972l-4.731.718c-2.086.316-3.828-1.054-4.644-2.692c-1.131-2.271-3.827-5.337-11.706-8.72c-.849-.366-1.202-1.44-.642-2.238a6.92%206.92%200%200%201%208.356-2.394l1.374.58z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.004%205.5a3.5%203.5%200%200%201%203.5-3.5A3.496%203.496%200%200%201%2019%205.5v5.545l4.06.621c4.085.627%206.741%204.634%205.726%208.639l-1.51%205.96a4%204%200%200%201-3.279%202.972l-4.731.718c-2.086.316-3.828-1.054-4.644-2.692c-1.131-2.271-3.827-5.337-11.706-8.72c-.849-.366-1.202-1.44-.642-2.238a6.92%206.92%200%200%201%208.356-2.394l1.374.58z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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