cursor-click-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
cursor-click-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the cursor click icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.25 2a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5A.75.75 0 0 1 9.25 2M4.47 3.97a.75.75 0 0 1 1.06 0l1.75 1.75a.75.75 0 1 1-1.06 1.06L4.47 5.03a.75.75 0 0 1 0-1.06m9.56 0a.75.75 0 0 1 0 1.06l-1.75 1.75a.75.75 0 1 1-1.06-1.06l1.75-1.75a.75.75 0 0 1 1.06 0M2.5 8.75A.75.75 0 0 1 3.25 8h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75m6 .737c0-1.127 1.322-1.735 2.177-1.001l8.461 7.252c.91.78.392 2.271-.805 2.32l-3.84.153c-.413.016-.801.2-1.077.507l-2.614 2.922c-.807.903-2.302.331-2.302-.88z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCursorClick24Filled(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="M9.25 2a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5A.75.75 0 0 1 9.25 2M4.47 3.97a.75.75 0 0 1 1.06 0l1.75 1.75a.75.75 0 1 1-1.06 1.06L4.47 5.03a.75.75 0 0 1 0-1.06m9.56 0a.75.75 0 0 1 0 1.06l-1.75 1.75a.75.75 0 1 1-1.06-1.06l1.75-1.75a.75.75 0 0 1 1.06 0M2.5 8.75A.75.75 0 0 1 3.25 8h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75m6 .737c0-1.127 1.322-1.735 2.177-1.001l8.461 7.252c.91.78.392 2.271-.805 2.32l-3.84.153c-.413.016-.801.2-1.077.507l-2.614 2.922c-.807.903-2.302.331-2.302-.88z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.25 2a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5A.75.75 0 0 1 9.25 2M4.47 3.97a.75.75 0 0 1 1.06 0l1.75 1.75a.75.75 0 1 1-1.06 1.06L4.47 5.03a.75.75 0 0 1 0-1.06m9.56 0a.75.75 0 0 1 0 1.06l-1.75 1.75a.75.75 0 1 1-1.06-1.06l1.75-1.75a.75.75 0 0 1 1.06 0M2.5 8.75A.75.75 0 0 1 3.25 8h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75m6 .737c0-1.127 1.322-1.735 2.177-1.001l8.461 7.252c.91.78.392 2.271-.805 2.32l-3.84.153c-.413.016-.801.2-1.077.507l-2.614 2.922c-.807.903-2.302.331-2.302-.88z"/></svg>
</template>

CSS

.icon-cursor-click-24-filled {
  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%22M9.25%202a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200v-2.5A.75.75%200%200%201%209.25%202M4.47%203.97a.75.75%200%200%201%201.06%200l1.75%201.75a.75.75%200%201%201-1.06%201.06L4.47%205.03a.75.75%200%200%201%200-1.06m9.56%200a.75.75%200%200%201%200%201.06l-1.75%201.75a.75.75%200%201%201-1.06-1.06l1.75-1.75a.75.75%200%200%201%201.06%200M2.5%208.75A.75.75%200%200%201%203.25%208h2.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201-.75-.75m6%20.737c0-1.127%201.322-1.735%202.177-1.001l8.461%207.252c.91.78.392%202.271-.805%202.32l-3.84.153c-.413.016-.801.2-1.077.507l-2.614%202.922c-.807.903-2.302.331-2.302-.88z%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%22M9.25%202a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200v-2.5A.75.75%200%200%201%209.25%202M4.47%203.97a.75.75%200%200%201%201.06%200l1.75%201.75a.75.75%200%201%201-1.06%201.06L4.47%205.03a.75.75%200%200%201%200-1.06m9.56%200a.75.75%200%200%201%200%201.06l-1.75%201.75a.75.75%200%201%201-1.06-1.06l1.75-1.75a.75.75%200%200%201%201.06%200M2.5%208.75A.75.75%200%200%201%203.25%208h2.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201-.75-.75m6%20.737c0-1.127%201.322-1.735%202.177-1.001l8.461%207.252c.91.78.392%202.271-.805%202.32l-3.84.153c-.413.016-.801.2-1.077.507l-2.614%202.922c-.807.903-2.302.331-2.302-.88z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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