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

Name
hand-point-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M13 3.5A1.5 1.5 0 0 0 11.5 5v9.25a.75.75 0 0 1-1.06.683l-2.2-1a3.99 3.99 0 0 0-4.568.914c7.177 3.16 9.38 6.158 10.303 8.654c.254.688.87 1.073 1.473.987l5.497-.784a1.25 1.25 0 0 0 1.035-.931l1.387-5.483a4.25 4.25 0 0 0-3.632-5.264l-4.57-.528a.75.75 0 0 1-.665-.745V5A1.5 1.5 0 0 0 13 3.5M10 5a3 3 0 1 1 6 0v5.084l3.907.451a5.75 5.75 0 0 1 4.914 7.122l-1.387 5.483a2.75 2.75 0 0 1-2.277 2.049l-5.498.784c-1.421.203-2.637-.722-3.091-1.952c-.747-2.02-2.61-4.826-9.82-7.942c-.719-.31-.995-1.232-.491-1.88a5.486 5.486 0 0 1 6.604-1.632l1.14.518z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandPoint28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13 3.5A1.5 1.5 0 0 0 11.5 5v9.25a.75.75 0 0 1-1.06.683l-2.2-1a3.99 3.99 0 0 0-4.568.914c7.177 3.16 9.38 6.158 10.303 8.654c.254.688.87 1.073 1.473.987l5.497-.784a1.25 1.25 0 0 0 1.035-.931l1.387-5.483a4.25 4.25 0 0 0-3.632-5.264l-4.57-.528a.75.75 0 0 1-.665-.745V5A1.5 1.5 0 0 0 13 3.5M10 5a3 3 0 1 1 6 0v5.084l3.907.451a5.75 5.75 0 0 1 4.914 7.122l-1.387 5.483a2.75 2.75 0 0 1-2.277 2.049l-5.498.784c-1.421.203-2.637-.722-3.091-1.952c-.747-2.02-2.61-4.826-9.82-7.942c-.719-.31-.995-1.232-.491-1.88a5.486 5.486 0 0 1 6.604-1.632l1.14.518z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13 3.5A1.5 1.5 0 0 0 11.5 5v9.25a.75.75 0 0 1-1.06.683l-2.2-1a3.99 3.99 0 0 0-4.568.914c7.177 3.16 9.38 6.158 10.303 8.654c.254.688.87 1.073 1.473.987l5.497-.784a1.25 1.25 0 0 0 1.035-.931l1.387-5.483a4.25 4.25 0 0 0-3.632-5.264l-4.57-.528a.75.75 0 0 1-.665-.745V5A1.5 1.5 0 0 0 13 3.5M10 5a3 3 0 1 1 6 0v5.084l3.907.451a5.75 5.75 0 0 1 4.914 7.122l-1.387 5.483a2.75 2.75 0 0 1-2.277 2.049l-5.498.784c-1.421.203-2.637-.722-3.091-1.952c-.747-2.02-2.61-4.826-9.82-7.942c-.719-.31-.995-1.232-.491-1.88a5.486 5.486 0 0 1 6.604-1.632l1.14.518z"/></svg>
</template>

CSS

.icon-hand-point-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%203.5A1.5%201.5%200%200%200%2011.5%205v9.25a.75.75%200%200%201-1.06.683l-2.2-1a3.99%203.99%200%200%200-4.568.914c7.177%203.16%209.38%206.158%2010.303%208.654c.254.688.87%201.073%201.473.987l5.497-.784a1.25%201.25%200%200%200%201.035-.931l1.387-5.483a4.25%204.25%200%200%200-3.632-5.264l-4.57-.528a.75.75%200%200%201-.665-.745V5A1.5%201.5%200%200%200%2013%203.5M10%205a3%203%200%201%201%206%200v5.084l3.907.451a5.75%205.75%200%200%201%204.914%207.122l-1.387%205.483a2.75%202.75%200%200%201-2.277%202.049l-5.498.784c-1.421.203-2.637-.722-3.091-1.952c-.747-2.02-2.61-4.826-9.82-7.942c-.719-.31-.995-1.232-.491-1.88a5.486%205.486%200%200%201%206.604-1.632l1.14.518z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%203.5A1.5%201.5%200%200%200%2011.5%205v9.25a.75.75%200%200%201-1.06.683l-2.2-1a3.99%203.99%200%200%200-4.568.914c7.177%203.16%209.38%206.158%2010.303%208.654c.254.688.87%201.073%201.473.987l5.497-.784a1.25%201.25%200%200%200%201.035-.931l1.387-5.483a4.25%204.25%200%200%200-3.632-5.264l-4.57-.528a.75.75%200%200%201-.665-.745V5A1.5%201.5%200%200%200%2013%203.5M10%205a3%203%200%201%201%206%200v5.084l3.907.451a5.75%205.75%200%200%201%204.914%207.122l-1.387%205.483a2.75%202.75%200%200%201-2.277%202.049l-5.498.784c-1.421.203-2.637-.722-3.091-1.952c-.747-2.02-2.61-4.826-9.82-7.942c-.719-.31-.995-1.232-.491-1.88a5.486%205.486%200%200%201%206.604-1.632l1.14.518z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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