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

Name
cursor-hover-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the cursor hover icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 5.5h-15a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1H9V18H4.5A2.5 2.5 0 0 1 2 15.5v-9A2.5 2.5 0 0 1 4.5 4h15A2.5 2.5 0 0 1 22 6.5v9a2.5 2.5 0 0 1-2.025 2.455a1.75 1.75 0 0 0-.69-1.116l-.339-.339h.554a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1m-8.22 4.72a.75.75 0 0 0-1.28.53v10.5a.75.75 0 0 0 1.368.425l2.467-3.588l4.26.897a.75.75 0 0 0 .685-1.264zm.22 8.615v-6.274l4.436 4.435l-2.281-.48a.75.75 0 0 0-.773.31z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCursorHover24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 5.5h-15a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1H9V18H4.5A2.5 2.5 0 0 1 2 15.5v-9A2.5 2.5 0 0 1 4.5 4h15A2.5 2.5 0 0 1 22 6.5v9a2.5 2.5 0 0 1-2.025 2.455a1.75 1.75 0 0 0-.69-1.116l-.339-.339h.554a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1m-8.22 4.72a.75.75 0 0 0-1.28.53v10.5a.75.75 0 0 0 1.368.425l2.467-3.588l4.26.897a.75.75 0 0 0 .685-1.264zm.22 8.615v-6.274l4.436 4.435l-2.281-.48a.75.75 0 0 0-.773.31z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 5.5h-15a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1H9V18H4.5A2.5 2.5 0 0 1 2 15.5v-9A2.5 2.5 0 0 1 4.5 4h15A2.5 2.5 0 0 1 22 6.5v9a2.5 2.5 0 0 1-2.025 2.455a1.75 1.75 0 0 0-.69-1.116l-.339-.339h.554a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1m-8.22 4.72a.75.75 0 0 0-1.28.53v10.5a.75.75 0 0 0 1.368.425l2.467-3.588l4.26.897a.75.75 0 0 0 .685-1.264zm.22 8.615v-6.274l4.436 4.435l-2.281-.48a.75.75 0 0 0-.773.31z"/></svg>
</template>

CSS

.icon-cursor-hover-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%205.5h-15a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201H9V18H4.5A2.5%202.5%200%200%201%202%2015.5v-9A2.5%202.5%200%200%201%204.5%204h15A2.5%202.5%200%200%201%2022%206.5v9a2.5%202.5%200%200%201-2.025%202.455a1.75%201.75%200%200%200-.69-1.116l-.339-.339h.554a1%201%200%200%200%201-1v-9a1%201%200%200%200-1-1m-8.22%204.72a.75.75%200%200%200-1.28.53v10.5a.75.75%200%200%200%201.368.425l2.467-3.588l4.26.897a.75.75%200%200%200%20.685-1.264zm.22%208.615v-6.274l4.436%204.435l-2.281-.48a.75.75%200%200%200-.773.31z%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%22currentColor%22%20d%3D%22M19.5%205.5h-15a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201H9V18H4.5A2.5%202.5%200%200%201%202%2015.5v-9A2.5%202.5%200%200%201%204.5%204h15A2.5%202.5%200%200%201%2022%206.5v9a2.5%202.5%200%200%201-2.025%202.455a1.75%201.75%200%200%200-.69-1.116l-.339-.339h.554a1%201%200%200%200%201-1v-9a1%201%200%200%200-1-1m-8.22%204.72a.75.75%200%200%200-1.28.53v10.5a.75.75%200%200%200%201.368.425l2.467-3.588l4.26.897a.75.75%200%200%200%20.685-1.264zm.22%208.615v-6.274l4.436%204.435l-2.281-.48a.75.75%200%200%200-.773.31z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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