cursor-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
cursor-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

10 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the cursor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.999 3.503c0-1.253 1.445-1.954 2.429-1.178L27.424 17.32c1.117.881.494 2.677-.93 2.677H16.303a.5.5 0 0 0-.393.192L8.677 29.42c-.88 1.123-2.681.5-2.68-.925zm1.81-.393a.5.5 0 0 0-.81.393l-.003 24.993a.5.5 0 0 0 .894.309l7.232-9.233a1.5 1.5 0 0 1 1.18-.575h10.193a.5.5 0 0 0 .31-.893z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCursor32Light(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="M5.999 3.503c0-1.253 1.445-1.954 2.429-1.178L27.424 17.32c1.117.881.494 2.677-.93 2.677H16.303a.5.5 0 0 0-.393.192L8.677 29.42c-.88 1.123-2.681.5-2.68-.925zm1.81-.393a.5.5 0 0 0-.81.393l-.003 24.993a.5.5 0 0 0 .894.309l7.232-9.233a1.5 1.5 0 0 1 1.18-.575h10.193a.5.5 0 0 0 .31-.893z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.999 3.503c0-1.253 1.445-1.954 2.429-1.178L27.424 17.32c1.117.881.494 2.677-.93 2.677H16.303a.5.5 0 0 0-.393.192L8.677 29.42c-.88 1.123-2.681.5-2.68-.925zm1.81-.393a.5.5 0 0 0-.81.393l-.003 24.993a.5.5 0 0 0 .894.309l7.232-9.233a1.5 1.5 0 0 1 1.18-.575h10.193a.5.5 0 0 0 .31-.893z"/></svg>
</template>

CSS

.icon-cursor-32-light {
  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%22M5.999%203.503c0-1.253%201.445-1.954%202.429-1.178L27.424%2017.32c1.117.881.494%202.677-.93%202.677H16.303a.5.5%200%200%200-.393.192L8.677%2029.42c-.88%201.123-2.681.5-2.68-.925zm1.81-.393a.5.5%200%200%200-.81.393l-.003%2024.993a.5.5%200%200%200%20.894.309l7.232-9.233a1.5%201.5%200%200%201%201.18-.575h10.193a.5.5%200%200%200%20.31-.893z%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%22M5.999%203.503c0-1.253%201.445-1.954%202.429-1.178L27.424%2017.32c1.117.881.494%202.677-.93%202.677H16.303a.5.5%200%200%200-.393.192L8.677%2029.42c-.88%201.123-2.681.5-2.68-.925zm1.81-.393a.5.5%200%200%200-.81.393l-.003%2024.993a.5.5%200%200%200%20.894.309l7.232-9.233a1.5%201.5%200%200%201%201.18-.575h10.193a.5.5%200%200%200%20.31-.893z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cursor-32-light.svg?color=%231a73e8&size=48