cursor icon
cursor-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- cursor-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All cursor icons →cursorAkar IconscursorBootstrap IconscursorCatppuccin IconscursorCodiconscursorDeviconcursor-16-filledFluent UI System IconscursorHumbleiconscursorKeyline IconscursorLobeHub AI IconscursorSVG LogoscursorMaterial Icon Themecursor-fillMingCute IconcursorOpenMojicursorPhosphorcursor-fillRemix IconcursorSimple Iconscursor-boldSolarcursorTDesign Icons
More ui icons from Reicon
Use the cursor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="m11.433 16.464l1.203-1.202l2.626-2.626l1.202-1.203c1.232-1.23 1.847-1.846 1.702-2.508s-.963-.963-2.596-1.565l-5.45-2.007C6.861 4.152 5.232 3.55 4.392 4.39s-.24 2.47.962 5.73l2.006 5.45c.602 1.633.903 2.45 1.565 2.596s1.277-.47 2.508-1.702" clip-rule="evenodd"/><path d="m12.636 15.262l3.938 3.938c.408.408.612.612.84.706c.302.126.643.126.946 0c.228-.094.432-.298.84-.706c.407-.408.611-.612.706-.84a1.24 1.24 0 0 0 0-.946c-.095-.228-.299-.432-.706-.84l-3.939-3.938z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCursorDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="m11.433 16.464l1.203-1.202l2.626-2.626l1.202-1.203c1.232-1.23 1.847-1.846 1.702-2.508s-.963-.963-2.596-1.565l-5.45-2.007C6.861 4.152 5.232 3.55 4.392 4.39s-.24 2.47.962 5.73l2.006 5.45c.602 1.633.903 2.45 1.565 2.596s1.277-.47 2.508-1.702" clipRule="evenodd"/><path d="m12.636 15.262l3.938 3.938c.408.408.612.612.84.706c.302.126.643.126.946 0c.228-.094.432-.298.84-.706c.407-.408.611-.612.706-.84a1.24 1.24 0 0 0 0-.946c-.095-.228-.299-.432-.706-.84l-3.939-3.938z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="m11.433 16.464l1.203-1.202l2.626-2.626l1.202-1.203c1.232-1.23 1.847-1.846 1.702-2.508s-.963-.963-2.596-1.565l-5.45-2.007C6.861 4.152 5.232 3.55 4.392 4.39s-.24 2.47.962 5.73l2.006 5.45c.602 1.633.903 2.45 1.565 2.596s1.277-.47 2.508-1.702" clip-rule="evenodd"/><path d="m12.636 15.262l3.938 3.938c.408.408.612.612.84.706c.302.126.643.126.946 0c.228-.094.432-.298.84-.706c.407-.408.611-.612.706-.84a1.24 1.24 0 0 0 0-.946c-.095-.228-.299-.432-.706-.84l-3.939-3.938z" opacity=".5"/></g></svg> </template>
CSS
.icon-cursor-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m11.433%2016.464l1.203-1.202l2.626-2.626l1.202-1.203c1.232-1.23%201.847-1.846%201.702-2.508s-.963-.963-2.596-1.565l-5.45-2.007C6.861%204.152%205.232%203.55%204.392%204.39s-.24%202.47.962%205.73l2.006%205.45c.602%201.633.903%202.45%201.565%202.596s1.277-.47%202.508-1.702%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m12.636%2015.262l3.938%203.938c.408.408.612.612.84.706c.302.126.643.126.946%200c.228-.094.432-.298.84-.706c.407-.408.611-.612.706-.84a1.24%201.24%200%200%200%200-.946c-.095-.228-.299-.432-.706-.84l-3.939-3.938z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m11.433%2016.464l1.203-1.202l2.626-2.626l1.202-1.203c1.232-1.23%201.847-1.846%201.702-2.508s-.963-.963-2.596-1.565l-5.45-2.007C6.861%204.152%205.232%203.55%204.392%204.39s-.24%202.47.962%205.73l2.006%205.45c.602%201.633.903%202.45%201.565%202.596s1.277-.47%202.508-1.702%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m12.636%2015.262l3.938%203.938c.408.408.612.612.84.706c.302.126.643.126.946%200c.228-.094.432-.298.84-.706c.407-.408.611-.612.706-.84a1.24%201.24%200%200%200%200-.946c-.095-.228-.299-.432-.706-.84l-3.939-3.938z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cursor-duotone.svg?color=%231a73e8&size=48