mouse pointer icon

mouse-pointer from Line Awesome by Icons8 · Line · Arrows · Apache-2.0 Free for personal and commercial use.

Name
mouse-pointer
Set
Line Awesome
Style
Line
Category
Arrows
Viewbox
32×32
License
Apache 2.0
Aliases
mouse-pointer-solid

The same icon in other sets

More arrows icons from Line Awesome

Use the mouse pointer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 2.594v25.562l1.656-1.375l4.031-3.375l2.032 4.032l.437.906l.907-.469l3.093-1.594l.875-.437l-.437-.907l-1.844-3.625l5.063-.625l2.03-.25L25.407 19L10.72 4.281zm2 4.844l11.563 11.53l-4.5.532l-1.407.188l.657 1.28l2.062 4l-1.313.688l-2.156-4.312l-.594-1.125l-.968.812L11 23.844z"/></svg>

React

import type { SVGProps } from "react";

export function LaMousePointer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 2.594v25.562l1.656-1.375l4.031-3.375l2.032 4.032l.437.906l.907-.469l3.093-1.594l.875-.437l-.437-.907l-1.844-3.625l5.063-.625l2.03-.25L25.407 19L10.72 4.281zm2 4.844l11.563 11.53l-4.5.532l-1.407.188l.657 1.28l2.062 4l-1.313.688l-2.156-4.312l-.594-1.125l-.968.812L11 23.844z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 2.594v25.562l1.656-1.375l4.031-3.375l2.032 4.032l.437.906l.907-.469l3.093-1.594l.875-.437l-.437-.907l-1.844-3.625l5.063-.625l2.03-.25L25.407 19L10.72 4.281zm2 4.844l11.563 11.53l-4.5.532l-1.407.188l.657 1.28l2.062 4l-1.313.688l-2.156-4.312l-.594-1.125l-.968.812L11 23.844z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%202.594v25.562l1.656-1.375l4.031-3.375l2.032%204.032l.437.906l.907-.469l3.093-1.594l.875-.437l-.437-.907l-1.844-3.625l5.063-.625l2.03-.25L25.407%2019L10.72%204.281zm2%204.844l11.563%2011.53l-4.5.532l-1.407.188l.657%201.28l2.062%204l-1.313.688l-2.156-4.312l-.594-1.125l-.968.812L11%2023.844z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%202.594v25.562l1.656-1.375l4.031-3.375l2.032%204.032l.437.906l.907-.469l3.093-1.594l.875-.437l-.437-.907l-1.844-3.625l5.063-.625l2.03-.25L25.407%2019L10.72%204.281zm2%204.844l11.563%2011.53l-4.5.532l-1.407.188l.657%201.28l2.062%204l-1.313.688l-2.156-4.312l-.594-1.125l-.968.812L11%2023.844z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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