mouse pointer icon
mouse-pointer from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mouse-pointer
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the mouse 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-width="1.5" d="m4.493 8.226l2.865 7.931c.494 1.369.741 2.053 1.094 2.32a1.48 1.48 0 0 0 1.662.09c.378-.228.697-.882 1.333-2.189c.135-.276.202-.414.296-.486a.5.5 0 0 1 .452-.078c.113.037.221.145.439.36l3.234 3.21c.644.64.966.96 1.343 1.063c.256.07.527.07.783 0c.376-.103.699-.423 1.343-1.062c.663-.658.994-.987 1.1-1.374a1.5 1.5 0 0 0 0-.805c-.106-.387-.437-.716-1.1-1.373l-3.031-3.01c-.31-.306-.464-.46-.486-.631a.5.5 0 0 1 .036-.26c.068-.16.258-.265.638-.475c1.873-1.032 2.809-1.548 2.961-2.2a1.5 1.5 0 0 0-.1-.98c-.28-.608-1.302-.921-3.343-1.548l-7.85-2.408C5.67 3.557 4.425 3.174 3.79 3.85s-.188 1.909.703 4.377Z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMousePointer(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" strokeWidth="1.5" d="m4.493 8.226l2.865 7.931c.494 1.369.741 2.053 1.094 2.32a1.48 1.48 0 0 0 1.662.09c.378-.228.697-.882 1.333-2.189c.135-.276.202-.414.296-.486a.5.5 0 0 1 .452-.078c.113.037.221.145.439.36l3.234 3.21c.644.64.966.96 1.343 1.063c.256.07.527.07.783 0c.376-.103.699-.423 1.343-1.062c.663-.658.994-.987 1.1-1.374a1.5 1.5 0 0 0 0-.805c-.106-.387-.437-.716-1.1-1.373l-3.031-3.01c-.31-.306-.464-.46-.486-.631a.5.5 0 0 1 .036-.26c.068-.16.258-.265.638-.475c1.873-1.032 2.809-1.548 2.961-2.2a1.5 1.5 0 0 0-.1-.98c-.28-.608-1.302-.921-3.343-1.548l-7.85-2.408C5.67 3.557 4.425 3.174 3.79 3.85s-.188 1.909.703 4.377Z"/></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-width="1.5" d="m4.493 8.226l2.865 7.931c.494 1.369.741 2.053 1.094 2.32a1.48 1.48 0 0 0 1.662.09c.378-.228.697-.882 1.333-2.189c.135-.276.202-.414.296-.486a.5.5 0 0 1 .452-.078c.113.037.221.145.439.36l3.234 3.21c.644.64.966.96 1.343 1.063c.256.07.527.07.783 0c.376-.103.699-.423 1.343-1.062c.663-.658.994-.987 1.1-1.374a1.5 1.5 0 0 0 0-.805c-.106-.387-.437-.716-1.1-1.373l-3.031-3.01c-.31-.306-.464-.46-.486-.631a.5.5 0 0 1 .036-.26c.068-.16.258-.265.638-.475c1.873-1.032 2.809-1.548 2.961-2.2a1.5 1.5 0 0 0-.1-.98c-.28-.608-1.302-.921-3.343-1.548l-7.85-2.408C5.67 3.557 4.425 3.174 3.79 3.85s-.188 1.909.703 4.377Z"/></svg> </template>
CSS
.icon-mouse-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-width%3D%221.5%22%20d%3D%22m4.493%208.226l2.865%207.931c.494%201.369.741%202.053%201.094%202.32a1.48%201.48%200%200%200%201.662.09c.378-.228.697-.882%201.333-2.189c.135-.276.202-.414.296-.486a.5.5%200%200%201%20.452-.078c.113.037.221.145.439.36l3.234%203.21c.644.64.966.96%201.343%201.063c.256.07.527.07.783%200c.376-.103.699-.423%201.343-1.062c.663-.658.994-.987%201.1-1.374a1.5%201.5%200%200%200%200-.805c-.106-.387-.437-.716-1.1-1.373l-3.031-3.01c-.31-.306-.464-.46-.486-.631a.5.5%200%200%201%20.036-.26c.068-.16.258-.265.638-.475c1.873-1.032%202.809-1.548%202.961-2.2a1.5%201.5%200%200%200-.1-.98c-.28-.608-1.302-.921-3.343-1.548l-7.85-2.408C5.67%203.557%204.425%203.174%203.79%203.85s-.188%201.909.703%204.377Z%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-width%3D%221.5%22%20d%3D%22m4.493%208.226l2.865%207.931c.494%201.369.741%202.053%201.094%202.32a1.48%201.48%200%200%200%201.662.09c.378-.228.697-.882%201.333-2.189c.135-.276.202-.414.296-.486a.5.5%200%200%201%20.452-.078c.113.037.221.145.439.36l3.234%203.21c.644.64.966.96%201.343%201.063c.256.07.527.07.783%200c.376-.103.699-.423%201.343-1.062c.663-.658.994-.987%201.1-1.374a1.5%201.5%200%200%200%200-.805c-.106-.387-.437-.716-1.1-1.373l-3.031-3.01c-.31-.306-.464-.46-.486-.631a.5.5%200%200%201%20.036-.26c.068-.16.258-.265.638-.475c1.873-1.032%202.809-1.548%202.961-2.2a1.5%201.5%200%200%200-.1-.98c-.28-.608-1.302-.921-3.343-1.548l-7.85-2.408C5.67%203.557%204.425%203.174%203.79%203.85s-.188%201.909.703%204.377Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/mouse-pointer.svg?color=%231a73e8&size=48