cursor icon
cursor from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- cursor
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="m10.317 4.626l5.567 2.051c.77.284 1.426.525 1.902.785c.498.273.97.656 1.112 1.302s-.126 1.192-.464 1.648c-.323.436-.818.93-1.398 1.51l-.714.714l3.425 3.424c.19.19.358.359.489.509c.139.159.271.337.363.558a2 2 0 0 1 0 1.52a2 2 0 0 1-.363.559c-.131.15-.3.318-.49.508l-.032.033c-.19.19-.358.358-.508.489a2 2 0 0 1-.558.363a2 2 0 0 1-1.521 0a2 2 0 0 1-.558-.363c-.15-.131-.319-.3-.509-.49l-3.424-3.424l-.714.714c-.58.58-1.074 1.075-1.51 1.398c-.456.338-1.002.606-1.648.464s-1.03-.614-1.302-1.112c-.26-.476-.501-1.132-.785-1.902l-2.051-5.567c-.58-1.576-1.046-2.84-1.253-3.813c-.206-.971-.218-1.937.488-2.643s1.672-.694 2.643-.488c.973.207 2.237.672 3.813 1.253m-4.124.215c-.868-.185-1.137-.053-1.271.08c-.134.135-.266.404-.081 1.272c.18.854.606 2.015 1.216 3.668l2.007 5.45c.31.84.514 1.39.714 1.755c.188.344.286.363.306.367h.004c.02.006.116.03.43-.204c.336-.249.752-.662 1.385-1.295l1.203-1.203a.75.75 0 0 1 1.06 0l3.939 3.939c.21.21.343.342.45.435a.6.6 0 0 0 .146.108c.12.05.253.05.373 0a.6.6 0 0 0 .146-.108c.106-.093.239-.224.45-.435c.21-.212.342-.344.435-.45a.6.6 0 0 0 .108-.146a.5.5 0 0 0 0-.373a.6.6 0 0 0-.108-.146a10 10 0 0 0-.435-.45l-3.939-3.939a.75.75 0 0 1 0-1.06l1.203-1.203c.633-.633 1.046-1.049 1.295-1.384c.233-.315.21-.411.205-.431v-.002l-.001-.002c-.004-.02-.023-.118-.367-.306c-.366-.2-.915-.404-1.755-.714L9.86 6.057c-1.653-.61-2.814-1.035-3.668-1.216" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCursor(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" fillRule="evenodd" d="m10.317 4.626l5.567 2.051c.77.284 1.426.525 1.902.785c.498.273.97.656 1.112 1.302s-.126 1.192-.464 1.648c-.323.436-.818.93-1.398 1.51l-.714.714l3.425 3.424c.19.19.358.359.489.509c.139.159.271.337.363.558a2 2 0 0 1 0 1.52a2 2 0 0 1-.363.559c-.131.15-.3.318-.49.508l-.032.033c-.19.19-.358.358-.508.489a2 2 0 0 1-.558.363a2 2 0 0 1-1.521 0a2 2 0 0 1-.558-.363c-.15-.131-.319-.3-.509-.49l-3.424-3.424l-.714.714c-.58.58-1.074 1.075-1.51 1.398c-.456.338-1.002.606-1.648.464s-1.03-.614-1.302-1.112c-.26-.476-.501-1.132-.785-1.902l-2.051-5.567c-.58-1.576-1.046-2.84-1.253-3.813c-.206-.971-.218-1.937.488-2.643s1.672-.694 2.643-.488c.973.207 2.237.672 3.813 1.253m-4.124.215c-.868-.185-1.137-.053-1.271.08c-.134.135-.266.404-.081 1.272c.18.854.606 2.015 1.216 3.668l2.007 5.45c.31.84.514 1.39.714 1.755c.188.344.286.363.306.367h.004c.02.006.116.03.43-.204c.336-.249.752-.662 1.385-1.295l1.203-1.203a.75.75 0 0 1 1.06 0l3.939 3.939c.21.21.343.342.45.435a.6.6 0 0 0 .146.108c.12.05.253.05.373 0a.6.6 0 0 0 .146-.108c.106-.093.239-.224.45-.435c.21-.212.342-.344.435-.45a.6.6 0 0 0 .108-.146a.5.5 0 0 0 0-.373a.6.6 0 0 0-.108-.146a10 10 0 0 0-.435-.45l-3.939-3.939a.75.75 0 0 1 0-1.06l1.203-1.203c.633-.633 1.046-1.049 1.295-1.384c.233-.315.21-.411.205-.431v-.002l-.001-.002c-.004-.02-.023-.118-.367-.306c-.366-.2-.915-.404-1.755-.714L9.86 6.057c-1.653-.61-2.814-1.035-3.668-1.216" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m10.317 4.626l5.567 2.051c.77.284 1.426.525 1.902.785c.498.273.97.656 1.112 1.302s-.126 1.192-.464 1.648c-.323.436-.818.93-1.398 1.51l-.714.714l3.425 3.424c.19.19.358.359.489.509c.139.159.271.337.363.558a2 2 0 0 1 0 1.52a2 2 0 0 1-.363.559c-.131.15-.3.318-.49.508l-.032.033c-.19.19-.358.358-.508.489a2 2 0 0 1-.558.363a2 2 0 0 1-1.521 0a2 2 0 0 1-.558-.363c-.15-.131-.319-.3-.509-.49l-3.424-3.424l-.714.714c-.58.58-1.074 1.075-1.51 1.398c-.456.338-1.002.606-1.648.464s-1.03-.614-1.302-1.112c-.26-.476-.501-1.132-.785-1.902l-2.051-5.567c-.58-1.576-1.046-2.84-1.253-3.813c-.206-.971-.218-1.937.488-2.643s1.672-.694 2.643-.488c.973.207 2.237.672 3.813 1.253m-4.124.215c-.868-.185-1.137-.053-1.271.08c-.134.135-.266.404-.081 1.272c.18.854.606 2.015 1.216 3.668l2.007 5.45c.31.84.514 1.39.714 1.755c.188.344.286.363.306.367h.004c.02.006.116.03.43-.204c.336-.249.752-.662 1.385-1.295l1.203-1.203a.75.75 0 0 1 1.06 0l3.939 3.939c.21.21.343.342.45.435a.6.6 0 0 0 .146.108c.12.05.253.05.373 0a.6.6 0 0 0 .146-.108c.106-.093.239-.224.45-.435c.21-.212.342-.344.435-.45a.6.6 0 0 0 .108-.146a.5.5 0 0 0 0-.373a.6.6 0 0 0-.108-.146a10 10 0 0 0-.435-.45l-3.939-3.939a.75.75 0 0 1 0-1.06l1.203-1.203c.633-.633 1.046-1.049 1.295-1.384c.233-.315.21-.411.205-.431v-.002l-.001-.002c-.004-.02-.023-.118-.367-.306c-.366-.2-.915-.404-1.755-.714L9.86 6.057c-1.653-.61-2.814-1.035-3.668-1.216" clip-rule="evenodd"/></svg> </template>
CSS
.icon-cursor {
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%20fill-rule%3D%22evenodd%22%20d%3D%22m10.317%204.626l5.567%202.051c.77.284%201.426.525%201.902.785c.498.273.97.656%201.112%201.302s-.126%201.192-.464%201.648c-.323.436-.818.93-1.398%201.51l-.714.714l3.425%203.424c.19.19.358.359.489.509c.139.159.271.337.363.558a2%202%200%200%201%200%201.52a2%202%200%200%201-.363.559c-.131.15-.3.318-.49.508l-.032.033c-.19.19-.358.358-.508.489a2%202%200%200%201-.558.363a2%202%200%200%201-1.521%200a2%202%200%200%201-.558-.363c-.15-.131-.319-.3-.509-.49l-3.424-3.424l-.714.714c-.58.58-1.074%201.075-1.51%201.398c-.456.338-1.002.606-1.648.464s-1.03-.614-1.302-1.112c-.26-.476-.501-1.132-.785-1.902l-2.051-5.567c-.58-1.576-1.046-2.84-1.253-3.813c-.206-.971-.218-1.937.488-2.643s1.672-.694%202.643-.488c.973.207%202.237.672%203.813%201.253m-4.124.215c-.868-.185-1.137-.053-1.271.08c-.134.135-.266.404-.081%201.272c.18.854.606%202.015%201.216%203.668l2.007%205.45c.31.84.514%201.39.714%201.755c.188.344.286.363.306.367h.004c.02.006.116.03.43-.204c.336-.249.752-.662%201.385-1.295l1.203-1.203a.75.75%200%200%201%201.06%200l3.939%203.939c.21.21.343.342.45.435a.6.6%200%200%200%20.146.108c.12.05.253.05.373%200a.6.6%200%200%200%20.146-.108c.106-.093.239-.224.45-.435c.21-.212.342-.344.435-.45a.6.6%200%200%200%20.108-.146a.5.5%200%200%200%200-.373a.6.6%200%200%200-.108-.146a10%2010%200%200%200-.435-.45l-3.939-3.939a.75.75%200%200%201%200-1.06l1.203-1.203c.633-.633%201.046-1.049%201.295-1.384c.233-.315.21-.411.205-.431v-.002l-.001-.002c-.004-.02-.023-.118-.367-.306c-.366-.2-.915-.404-1.755-.714L9.86%206.057c-1.653-.61-2.814-1.035-3.668-1.216%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22m10.317%204.626l5.567%202.051c.77.284%201.426.525%201.902.785c.498.273.97.656%201.112%201.302s-.126%201.192-.464%201.648c-.323.436-.818.93-1.398%201.51l-.714.714l3.425%203.424c.19.19.358.359.489.509c.139.159.271.337.363.558a2%202%200%200%201%200%201.52a2%202%200%200%201-.363.559c-.131.15-.3.318-.49.508l-.032.033c-.19.19-.358.358-.508.489a2%202%200%200%201-.558.363a2%202%200%200%201-1.521%200a2%202%200%200%201-.558-.363c-.15-.131-.319-.3-.509-.49l-3.424-3.424l-.714.714c-.58.58-1.074%201.075-1.51%201.398c-.456.338-1.002.606-1.648.464s-1.03-.614-1.302-1.112c-.26-.476-.501-1.132-.785-1.902l-2.051-5.567c-.58-1.576-1.046-2.84-1.253-3.813c-.206-.971-.218-1.937.488-2.643s1.672-.694%202.643-.488c.973.207%202.237.672%203.813%201.253m-4.124.215c-.868-.185-1.137-.053-1.271.08c-.134.135-.266.404-.081%201.272c.18.854.606%202.015%201.216%203.668l2.007%205.45c.31.84.514%201.39.714%201.755c.188.344.286.363.306.367h.004c.02.006.116.03.43-.204c.336-.249.752-.662%201.385-1.295l1.203-1.203a.75.75%200%200%201%201.06%200l3.939%203.939c.21.21.343.342.45.435a.6.6%200%200%200%20.146.108c.12.05.253.05.373%200a.6.6%200%200%200%20.146-.108c.106-.093.239-.224.45-.435c.21-.212.342-.344.435-.45a.6.6%200%200%200%20.108-.146a.5.5%200%200%200%200-.373a.6.6%200%200%200-.108-.146a10%2010%200%200%200-.435-.45l-3.939-3.939a.75.75%200%200%201%200-1.06l1.203-1.203c.633-.633%201.046-1.049%201.295-1.384c.233-.315.21-.411.205-.431v-.002l-.001-.002c-.004-.02-.023-.118-.367-.306c-.366-.2-.915-.404-1.755-.714L9.86%206.057c-1.653-.61-2.814-1.035-3.668-1.216%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cursor.svg?color=%231a73e8&size=48