mouse pointer off icon
mouse-pointer-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mouse-pointer-off
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mouse pointer off 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="m15.742 7.258l.594.233c3.48 1.361 5.22 2.042 5.163 3.122c-.058 1.08-1.874 1.576-5.506 2.566c-1.081.295-1.622.442-1.997.817s-.522.916-.817 1.997c-.99 3.632-1.486 5.448-2.566 5.506s-1.76-1.683-3.122-5.163l-.233-.594m-1.406-3.594l-.722-1.845C3.704 6.659 2.99 4.838 3.914 3.914c.924-.923 2.745-.21 6.389 1.216l1.845.722M20.5 2.5l-18 18"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMousePointerOff(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="m15.742 7.258l.594.233c3.48 1.361 5.22 2.042 5.163 3.122c-.058 1.08-1.874 1.576-5.506 2.566c-1.081.295-1.622.442-1.997.817s-.522.916-.817 1.997c-.99 3.632-1.486 5.448-2.566 5.506s-1.76-1.683-3.122-5.163l-.233-.594m-1.406-3.594l-.722-1.845C3.704 6.659 2.99 4.838 3.914 3.914c.924-.923 2.745-.21 6.389 1.216l1.845.722M20.5 2.5l-18 18"/></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="m15.742 7.258l.594.233c3.48 1.361 5.22 2.042 5.163 3.122c-.058 1.08-1.874 1.576-5.506 2.566c-1.081.295-1.622.442-1.997.817s-.522.916-.817 1.997c-.99 3.632-1.486 5.448-2.566 5.506s-1.76-1.683-3.122-5.163l-.233-.594m-1.406-3.594l-.722-1.845C3.704 6.659 2.99 4.838 3.914 3.914c.924-.923 2.745-.21 6.389 1.216l1.845.722M20.5 2.5l-18 18"/></svg> </template>
CSS
.icon-mouse-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%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%22m15.742%207.258l.594.233c3.48%201.361%205.22%202.042%205.163%203.122c-.058%201.08-1.874%201.576-5.506%202.566c-1.081.295-1.622.442-1.997.817s-.522.916-.817%201.997c-.99%203.632-1.486%205.448-2.566%205.506s-1.76-1.683-3.122-5.163l-.233-.594m-1.406-3.594l-.722-1.845C3.704%206.659%202.99%204.838%203.914%203.914c.924-.923%202.745-.21%206.389%201.216l1.845.722M20.5%202.5l-18%2018%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%22m15.742%207.258l.594.233c3.48%201.361%205.22%202.042%205.163%203.122c-.058%201.08-1.874%201.576-5.506%202.566c-1.081.295-1.622.442-1.997.817s-.522.916-.817%201.997c-.99%203.632-1.486%205.448-2.566%205.506s-1.76-1.683-3.122-5.163l-.233-.594m-1.406-3.594l-.722-1.845C3.704%206.659%202.99%204.838%203.914%203.914c.924-.923%202.745-.21%206.389%201.216l1.845.722M20.5%202.5l-18%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/mouse-pointer-off.svg?color=%231a73e8&size=48