cursor click icon
cursor-click-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- cursor-click-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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-.75m8.177-.264C9.822 7.752 8.5 8.36 8.5 9.487v11.274c0 1.21 1.495 1.782 2.302.88l2.614-2.923c.276-.308.664-.49 1.077-.507l3.84-.154c1.197-.048 1.715-1.539.805-2.32zM10 20.287V9.881l7.812 6.696l-3.38.135a3.03 3.03 0 0 0-2.133 1.006z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCursorClick24Regular(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-.75m8.177-.264C9.822 7.752 8.5 8.36 8.5 9.487v11.274c0 1.21 1.495 1.782 2.302.88l2.614-2.923c.276-.308.664-.49 1.077-.507l3.84-.154c1.197-.048 1.715-1.539.805-2.32zM10 20.287V9.881l7.812 6.696l-3.38.135a3.03 3.03 0 0 0-2.133 1.006z"/></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-.75m8.177-.264C9.822 7.752 8.5 8.36 8.5 9.487v11.274c0 1.21 1.495 1.782 2.302.88l2.614-2.923c.276-.308.664-.49 1.077-.507l3.84-.154c1.197-.048 1.715-1.539.805-2.32zM10 20.287V9.881l7.812 6.696l-3.38.135a3.03 3.03 0 0 0-2.133 1.006z"/></svg> </template>
CSS
.icon-cursor-click-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%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-.75m8.177-.264C9.822%207.752%208.5%208.36%208.5%209.487v11.274c0%201.21%201.495%201.782%202.302.88l2.614-2.923c.276-.308.664-.49%201.077-.507l3.84-.154c1.197-.048%201.715-1.539.805-2.32zM10%2020.287V9.881l7.812%206.696l-3.38.135a3.03%203.03%200%200%200-2.133%201.006z%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-.75m8.177-.264C9.822%207.752%208.5%208.36%208.5%209.487v11.274c0%201.21%201.495%201.782%202.302.88l2.614-2.923c.276-.308.664-.49%201.077-.507l3.84-.154c1.197-.048%201.715-1.539.805-2.32zM10%2020.287V9.881l7.812%206.696l-3.38.135a3.03%203.03%200%200%200-2.133%201.006z%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-regular.svg?color=%231a73e8&size=48