pointer off icon

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

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

The same icon in other sets

Use the pointer off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M17.494 12.5v-.233c0-.714 0-1.07-.09-1.36a2 2 0 0 0-1.317-1.317c-.29-.09-.647-.09-1.36-.09m3.09 1c.628 0 .942 0 1.2.07a2 2 0 0 1 1.405 1.405c.07.258.07.572.07 1.2V14c0 .764 0 1.424-.013 2M8.493 8.5v5l-2.307-2.163a1.683 1.683 0 0 0-2.424 2.26l2.56 3.912c1.076 1.644 1.613 2.466 2.421 2.94q.123.072.249.135c.84.416 1.822.416 3.786.416h.715c2.809 0 4.213 0 5.222-.674a4 4 0 0 0 .777-.68M11.492 6V3.5a1.5 1.5 0 0 0-3 0V4"/><path d="m1.992 2l20 20"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPointerOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M17.494 12.5v-.233c0-.714 0-1.07-.09-1.36a2 2 0 0 0-1.317-1.317c-.29-.09-.647-.09-1.36-.09m3.09 1c.628 0 .942 0 1.2.07a2 2 0 0 1 1.405 1.405c.07.258.07.572.07 1.2V14c0 .764 0 1.424-.013 2M8.493 8.5v5l-2.307-2.163a1.683 1.683 0 0 0-2.424 2.26l2.56 3.912c1.076 1.644 1.613 2.466 2.421 2.94q.123.072.249.135c.84.416 1.822.416 3.786.416h.715c2.809 0 4.213 0 5.222-.674a4 4 0 0 0 .777-.68M11.492 6V3.5a1.5 1.5 0 0 0-3 0V4"/><path d="m1.992 2l20 20"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M17.494 12.5v-.233c0-.714 0-1.07-.09-1.36a2 2 0 0 0-1.317-1.317c-.29-.09-.647-.09-1.36-.09m3.09 1c.628 0 .942 0 1.2.07a2 2 0 0 1 1.405 1.405c.07.258.07.572.07 1.2V14c0 .764 0 1.424-.013 2M8.493 8.5v5l-2.307-2.163a1.683 1.683 0 0 0-2.424 2.26l2.56 3.912c1.076 1.644 1.613 2.466 2.421 2.94q.123.072.249.135c.84.416 1.822.416 3.786.416h.715c2.809 0 4.213 0 5.222-.674a4 4 0 0 0 .777-.68M11.492 6V3.5a1.5 1.5 0 0 0-3 0V4"/><path d="m1.992 2l20 20"/></g></svg>
</template>

CSS

.icon-pointer-off {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17.494%2012.5v-.233c0-.714%200-1.07-.09-1.36a2%202%200%200%200-1.317-1.317c-.29-.09-.647-.09-1.36-.09m3.09%201c.628%200%20.942%200%201.2.07a2%202%200%200%201%201.405%201.405c.07.258.07.572.07%201.2V14c0%20.764%200%201.424-.013%202M8.493%208.5v5l-2.307-2.163a1.683%201.683%200%200%200-2.424%202.26l2.56%203.912c1.076%201.644%201.613%202.466%202.421%202.94q.123.072.249.135c.84.416%201.822.416%203.786.416h.715c2.809%200%204.213%200%205.222-.674a4%204%200%200%200%20.777-.68M11.492%206V3.5a1.5%201.5%200%200%200-3%200V4%22%2F%3E%3Cpath%20d%3D%22m1.992%202l20%2020%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17.494%2012.5v-.233c0-.714%200-1.07-.09-1.36a2%202%200%200%200-1.317-1.317c-.29-.09-.647-.09-1.36-.09m3.09%201c.628%200%20.942%200%201.2.07a2%202%200%200%201%201.405%201.405c.07.258.07.572.07%201.2V14c0%20.764%200%201.424-.013%202M8.493%208.5v5l-2.307-2.163a1.683%201.683%200%200%200-2.424%202.26l2.56%203.912c1.076%201.644%201.613%202.466%202.421%202.94q.123.072.249.135c.84.416%201.822.416%203.786.416h.715c2.809%200%204.213%200%205.222-.674a4%204%200%200%200%20.777-.68M11.492%206V3.5a1.5%201.5%200%200%200-3%200V4%22%2F%3E%3Cpath%20d%3D%22m1.992%202l20%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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