pointer from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
pointer
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the pointer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.493 9v2.421m0-2.421V4a1.5 1.5 0 0 0-3 0v10l-2.308-2.163a1.683 1.683 0 0 0-2.423 2.26l2.56 3.912c1.075 1.644 1.613 2.466 2.421 2.94q.121.072.249.135c.84.416 1.821.416 3.785.416h.716c2.809 0 4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104c.674-1.009.674-2.413.673-5.222v-.825c0-.628 0-.942-.07-1.2a2 2 0 0 0-1.405-1.405c-.258-.07-.572-.07-1.2-.07m-6.324-2c.931 0 1.397 0 1.765.152a2 2 0 0 1 1.082 1.082c.152.368.153.834.153 1.765v.356m3 .645v-.233c0-.714 0-1.07-.09-1.36a2 2 0 0 0-1.317-1.317c-.29-.09-.647-.09-1.36-.09"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPointer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M11.493 9v2.421m0-2.421V4a1.5 1.5 0 0 0-3 0v10l-2.308-2.163a1.683 1.683 0 0 0-2.423 2.26l2.56 3.912c1.075 1.644 1.613 2.466 2.421 2.94q.121.072.249.135c.84.416 1.821.416 3.785.416h.716c2.809 0 4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104c.674-1.009.674-2.413.673-5.222v-.825c0-.628 0-.942-.07-1.2a2 2 0 0 0-1.405-1.405c-.258-.07-.572-.07-1.2-.07m-6.324-2c.931 0 1.397 0 1.765.152a2 2 0 0 1 1.082 1.082c.152.368.153.834.153 1.765v.356m3 .645v-.233c0-.714 0-1.07-.09-1.36a2 2 0 0 0-1.317-1.317c-.29-.09-.647-.09-1.36-.09"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.493 9v2.421m0-2.421V4a1.5 1.5 0 0 0-3 0v10l-2.308-2.163a1.683 1.683 0 0 0-2.423 2.26l2.56 3.912c1.075 1.644 1.613 2.466 2.421 2.94q.121.072.249.135c.84.416 1.821.416 3.785.416h.716c2.809 0 4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104c.674-1.009.674-2.413.673-5.222v-.825c0-.628 0-.942-.07-1.2a2 2 0 0 0-1.405-1.405c-.258-.07-.572-.07-1.2-.07m-6.324-2c.931 0 1.397 0 1.765.152a2 2 0 0 1 1.082 1.082c.152.368.153.834.153 1.765v.356m3 .645v-.233c0-.714 0-1.07-.09-1.36a2 2 0 0 0-1.317-1.317c-.29-.09-.647-.09-1.36-.09"/></svg>
</template>

CSS

.icon-pointer {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.493%209v2.421m0-2.421V4a1.5%201.5%200%200%200-3%200v10l-2.308-2.163a1.683%201.683%200%200%200-2.423%202.26l2.56%203.912c1.075%201.644%201.613%202.466%202.421%202.94q.121.072.249.135c.84.416%201.821.416%203.785.416h.716c2.809%200%204.213%200%205.222-.674a4%204%200%200%200%201.104-1.104c.674-1.009.674-2.413.673-5.222v-.825c0-.628%200-.942-.07-1.2a2%202%200%200%200-1.405-1.405c-.258-.07-.572-.07-1.2-.07m-6.324-2c.931%200%201.397%200%201.765.152a2%202%200%200%201%201.082%201.082c.152.368.153.834.153%201.765v.356m3%20.645v-.233c0-.714%200-1.07-.09-1.36a2%202%200%200%200-1.317-1.317c-.29-.09-.647-.09-1.36-.09%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.493%209v2.421m0-2.421V4a1.5%201.5%200%200%200-3%200v10l-2.308-2.163a1.683%201.683%200%200%200-2.423%202.26l2.56%203.912c1.075%201.644%201.613%202.466%202.421%202.94q.121.072.249.135c.84.416%201.821.416%203.785.416h.716c2.809%200%204.213%200%205.222-.674a4%204%200%200%200%201.104-1.104c.674-1.009.674-2.413.673-5.222v-.825c0-.628%200-.942-.07-1.2a2%202%200%200%200-1.405-1.405c-.258-.07-.572-.07-1.2-.07m-6.324-2c.931%200%201.397%200%201.765.152a2%202%200%200%201%201.082%201.082c.152.368.153.834.153%201.765v.356m3%20.645v-.233c0-.714%200-1.07-.09-1.36a2%202%200%200%200-1.317-1.317c-.29-.09-.647-.09-1.36-.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/pointer.svg?color=%231a73e8&size=48