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

Name
hand-point-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M11.5 2A2.5 2.5 0 0 0 9 4.5v6.41l-1.495-.574a4.34 4.34 0 0 0-5.382 1.996a1.053 1.053 0 0 0 .512 1.463c5.662 2.456 7.454 4.673 8.19 6.29c.526 1.156 1.73 2.104 3.172 1.882l3.455-.533a2.75 2.75 0 0 0 2.25-2.054l1.153-4.633a4.75 4.75 0 0 0-3.872-5.839L14 8.44V4.5A2.5 2.5 0 0 0 11.5 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandPoint24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 2A2.5 2.5 0 0 0 9 4.5v6.41l-1.495-.574a4.34 4.34 0 0 0-5.382 1.996a1.053 1.053 0 0 0 .512 1.463c5.662 2.456 7.454 4.673 8.19 6.29c.526 1.156 1.73 2.104 3.172 1.882l3.455-.533a2.75 2.75 0 0 0 2.25-2.054l1.153-4.633a4.75 4.75 0 0 0-3.872-5.839L14 8.44V4.5A2.5 2.5 0 0 0 11.5 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 2A2.5 2.5 0 0 0 9 4.5v6.41l-1.495-.574a4.34 4.34 0 0 0-5.382 1.996a1.053 1.053 0 0 0 .512 1.463c5.662 2.456 7.454 4.673 8.19 6.29c.526 1.156 1.73 2.104 3.172 1.882l3.455-.533a2.75 2.75 0 0 0 2.25-2.054l1.153-4.633a4.75 4.75 0 0 0-3.872-5.839L14 8.44V4.5A2.5 2.5 0 0 0 11.5 2"/></svg>
</template>

CSS

.icon-hand-point-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%202A2.5%202.5%200%200%200%209%204.5v6.41l-1.495-.574a4.34%204.34%200%200%200-5.382%201.996a1.053%201.053%200%200%200%20.512%201.463c5.662%202.456%207.454%204.673%208.19%206.29c.526%201.156%201.73%202.104%203.172%201.882l3.455-.533a2.75%202.75%200%200%200%202.25-2.054l1.153-4.633a4.75%204.75%200%200%200-3.872-5.839L14%208.44V4.5A2.5%202.5%200%200%200%2011.5%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%202A2.5%202.5%200%200%200%209%204.5v6.41l-1.495-.574a4.34%204.34%200%200%200-5.382%201.996a1.053%201.053%200%200%200%20.512%201.463c5.662%202.456%207.454%204.673%208.19%206.29c.526%201.156%201.73%202.104%203.172%201.882l3.455-.533a2.75%202.75%200%200%200%202.25-2.054l1.153-4.633a4.75%204.75%200%200%200-3.872-5.839L14%208.44V4.5A2.5%202.5%200%200%200%2011.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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