cursor-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
cursor-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M7.514 3.55a.1.1 0 0 0-.014.054V24.35l4.82-5.958A3.75 3.75 0 0 1 15.235 17h9.067L7.662 3.526a.1.1 0 0 0-.05-.023a.1.1 0 0 0-.055.01a.1.1 0 0 0-.043.037M6 3.604c0-1.346 1.56-2.09 2.607-1.243l16.88 13.669c1.018.824.435 2.47-.875 2.47h-9.377a2.25 2.25 0 0 0-1.749.835l-4.962 6.134C7.682 26.51 6 25.915 6 24.576z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCursor28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.514 3.55a.1.1 0 0 0-.014.054V24.35l4.82-5.958A3.75 3.75 0 0 1 15.235 17h9.067L7.662 3.526a.1.1 0 0 0-.05-.023a.1.1 0 0 0-.055.01a.1.1 0 0 0-.043.037M6 3.604c0-1.346 1.56-2.09 2.607-1.243l16.88 13.669c1.018.824.435 2.47-.875 2.47h-9.377a2.25 2.25 0 0 0-1.749.835l-4.962 6.134C7.682 26.51 6 25.915 6 24.576z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.514 3.55a.1.1 0 0 0-.014.054V24.35l4.82-5.958A3.75 3.75 0 0 1 15.235 17h9.067L7.662 3.526a.1.1 0 0 0-.05-.023a.1.1 0 0 0-.055.01a.1.1 0 0 0-.043.037M6 3.604c0-1.346 1.56-2.09 2.607-1.243l16.88 13.669c1.018.824.435 2.47-.875 2.47h-9.377a2.25 2.25 0 0 0-1.749.835l-4.962 6.134C7.682 26.51 6 25.915 6 24.576z"/></svg>
</template>

CSS

.icon-cursor-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.514%203.55a.1.1%200%200%200-.014.054V24.35l4.82-5.958A3.75%203.75%200%200%201%2015.235%2017h9.067L7.662%203.526a.1.1%200%200%200-.05-.023a.1.1%200%200%200-.055.01a.1.1%200%200%200-.043.037M6%203.604c0-1.346%201.56-2.09%202.607-1.243l16.88%2013.669c1.018.824.435%202.47-.875%202.47h-9.377a2.25%202.25%200%200%200-1.749.835l-4.962%206.134C7.682%2026.51%206%2025.915%206%2024.576z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.514%203.55a.1.1%200%200%200-.014.054V24.35l4.82-5.958A3.75%203.75%200%200%201%2015.235%2017h9.067L7.662%203.526a.1.1%200%200%200-.05-.023a.1.1%200%200%200-.055.01a.1.1%200%200%200-.043.037M6%203.604c0-1.346%201.56-2.09%202.607-1.243l16.88%2013.669c1.018.824.435%202.47-.875%202.47h-9.377a2.25%202.25%200%200%200-1.749.835l-4.962%206.134C7.682%2026.51%206%2025.915%206%2024.576z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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