hand point icon
hand-point-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- hand-point-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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 2a3 3 0 0 0-3 3v8.085l-1.14-.518a5.486 5.486 0 0 0-6.603 1.631c-.504.65-.228 1.571.49 1.881c7.212 3.116 9.074 5.921 9.82 7.942c.455 1.23 1.67 2.155 3.092 1.952l5.498-.784a2.75 2.75 0 0 0 2.277-2.049l1.387-5.483a5.75 5.75 0 0 0-4.914-7.122L16 10.085V5a3 3 0 0 0-3-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandPoint28Filled(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 2a3 3 0 0 0-3 3v8.085l-1.14-.518a5.486 5.486 0 0 0-6.603 1.631c-.504.65-.228 1.571.49 1.881c7.212 3.116 9.074 5.921 9.82 7.942c.455 1.23 1.67 2.155 3.092 1.952l5.498-.784a2.75 2.75 0 0 0 2.277-2.049l1.387-5.483a5.75 5.75 0 0 0-4.914-7.122L16 10.085V5a3 3 0 0 0-3-3"/></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 2a3 3 0 0 0-3 3v8.085l-1.14-.518a5.486 5.486 0 0 0-6.603 1.631c-.504.65-.228 1.571.49 1.881c7.212 3.116 9.074 5.921 9.82 7.942c.455 1.23 1.67 2.155 3.092 1.952l5.498-.784a2.75 2.75 0 0 0 2.277-2.049l1.387-5.483a5.75 5.75 0 0 0-4.914-7.122L16 10.085V5a3 3 0 0 0-3-3"/></svg> </template>
CSS
.icon-hand-point-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202a3%203%200%200%200-3%203v8.085l-1.14-.518a5.486%205.486%200%200%200-6.603%201.631c-.504.65-.228%201.571.49%201.881c7.212%203.116%209.074%205.921%209.82%207.942c.455%201.23%201.67%202.155%203.092%201.952l5.498-.784a2.75%202.75%200%200%200%202.277-2.049l1.387-5.483a5.75%205.75%200%200%200-4.914-7.122L16%2010.085V5a3%203%200%200%200-3-3%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%202a3%203%200%200%200-3%203v8.085l-1.14-.518a5.486%205.486%200%200%200-6.603%201.631c-.504.65-.228%201.571.49%201.881c7.212%203.116%209.074%205.921%209.82%207.942c.455%201.23%201.67%202.155%203.092%201.952l5.498-.784a2.75%202.75%200%200%200%202.277-2.049l1.387-5.483a5.75%205.75%200%200%200-4.914-7.122L16%2010.085V5a3%203%200%200%200-3-3%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-filled.svg?color=%231a73e8&size=48