mouse pointer 01 icon
mouse-pointer-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mouse-pointer-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mouse pointer 01 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-linejoin="round" stroke-width="1.5" d="m9.795 4.63l6.034 2.36c3.48 1.362 5.22 2.043 5.162 3.123s-1.874 1.576-5.505 2.566c-1.082.295-1.623.442-1.998.817c-.374.375-.522.916-.817 1.997c-.99 3.632-1.485 5.448-2.565 5.506s-1.761-1.683-3.123-5.163L4.622 9.803C3.196 6.159 2.483 4.338 3.407 3.414c.923-.923 2.745-.21 6.388 1.216Z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMousePointer01(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" strokeLinejoin="round" strokeWidth="1.5" d="m9.795 4.63l6.034 2.36c3.48 1.362 5.22 2.043 5.162 3.123s-1.874 1.576-5.505 2.566c-1.082.295-1.623.442-1.998.817c-.374.375-.522.916-.817 1.997c-.99 3.632-1.485 5.448-2.565 5.506s-1.761-1.683-3.123-5.163L4.622 9.803C3.196 6.159 2.483 4.338 3.407 3.414c.923-.923 2.745-.21 6.388 1.216Z"/></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-linejoin="round" stroke-width="1.5" d="m9.795 4.63l6.034 2.36c3.48 1.362 5.22 2.043 5.162 3.123s-1.874 1.576-5.505 2.566c-1.082.295-1.623.442-1.998.817c-.374.375-.522.916-.817 1.997c-.99 3.632-1.485 5.448-2.565 5.506s-1.761-1.683-3.123-5.163L4.622 9.803C3.196 6.159 2.483 4.338 3.407 3.414c.923-.923 2.745-.21 6.388 1.216Z"/></svg> </template>
CSS
.icon-mouse-pointer-01 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m9.795%204.63l6.034%202.36c3.48%201.362%205.22%202.043%205.162%203.123s-1.874%201.576-5.505%202.566c-1.082.295-1.623.442-1.998.817c-.374.375-.522.916-.817%201.997c-.99%203.632-1.485%205.448-2.565%205.506s-1.761-1.683-3.123-5.163L4.622%209.803C3.196%206.159%202.483%204.338%203.407%203.414c.923-.923%202.745-.21%206.388%201.216Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m9.795%204.63l6.034%202.36c3.48%201.362%205.22%202.043%205.162%203.123s-1.874%201.576-5.505%202.566c-1.082.295-1.623.442-1.998.817c-.374.375-.522.916-.817%201.997c-.99%203.632-1.485%205.448-2.565%205.506s-1.761-1.683-3.123-5.163L4.622%209.803C3.196%206.159%202.483%204.338%203.407%203.414c.923-.923%202.745-.21%206.388%201.216Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/mouse-pointer-01.svg?color=%231a73e8&size=48