mouse-pointer from Font Awesome Solid by Dave Gandy · Solid · Arrows · CC-BY-4.0 Attribution required.

Name
mouse-pointer
Set
Font Awesome Solid
Style
Solid
Category
Arrows
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More arrows icons from Font Awesome Solid

Use the mouse pointer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M173.3 66.5c8.1-4.1 17.9-3.2 25.1 2.3l320 239.9c8.3 6.2 11.6 17 8.4 26.8s-12.4 16.4-22.8 16.4H351.7l88.9 177.7c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3l-88.9-177.7l-91.3 121.8c-6.2 8.3-17 11.6-26.8 8.4S160 498.3 160 488V88c0-9.1 5.1-17.4 13.3-21.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidMousePointer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M173.3 66.5c8.1-4.1 17.9-3.2 25.1 2.3l320 239.9c8.3 6.2 11.6 17 8.4 26.8s-12.4 16.4-22.8 16.4H351.7l88.9 177.7c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3l-88.9-177.7l-91.3 121.8c-6.2 8.3-17 11.6-26.8 8.4S160 498.3 160 488V88c0-9.1 5.1-17.4 13.3-21.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M173.3 66.5c8.1-4.1 17.9-3.2 25.1 2.3l320 239.9c8.3 6.2 11.6 17 8.4 26.8s-12.4 16.4-22.8 16.4H351.7l88.9 177.7c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3l-88.9-177.7l-91.3 121.8c-6.2 8.3-17 11.6-26.8 8.4S160 498.3 160 488V88c0-9.1 5.1-17.4 13.3-21.5"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M173.3%2066.5c8.1-4.1%2017.9-3.2%2025.1%202.3l320%20239.9c8.3%206.2%2011.6%2017%208.4%2026.8s-12.4%2016.4-22.8%2016.4H351.7l88.9%20177.7c7.9%2015.8%201.5%2035-14.3%2042.9s-35%201.5-42.9-14.3l-88.9-177.7l-91.3%20121.8c-6.2%208.3-17%2011.6-26.8%208.4S160%20498.3%20160%20488V88c0-9.1%205.1-17.4%2013.3-21.5%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M173.3%2066.5c8.1-4.1%2017.9-3.2%2025.1%202.3l320%20239.9c8.3%206.2%2011.6%2017%208.4%2026.8s-12.4%2016.4-22.8%2016.4H351.7l88.9%20177.7c7.9%2015.8%201.5%2035-14.3%2042.9s-35%201.5-42.9-14.3l-88.9-177.7l-91.3%20121.8c-6.2%208.3-17%2011.6-26.8%208.4S160%20498.3%20160%20488V88c0-9.1%205.1-17.4%2013.3-21.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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