cursor icon
cursor-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.
- Name
- cursor-two-tone
- Set
- Keyline Icons
- Style
- Two Tone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
cursorAkar IconscursorBootstrap IconscursorCatppuccin IconscursorCodiconscursorDeviconcursor-16-filledFluent UI System IconscursorHumbleiconscursorSVG LogoscursorMaterial Icon Themecursor-fillMingCute IconcursorOpenMojicursorPhosphorcursor-fillRemix IconcursorSimple Iconscursor-boldSolarcursorTDesign Icons
Related icons in Keyline Icons
Use the cursor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M3.291 2.05C3.514 1.9938 3.753 1.9825 3.9971 2.0266C4.0783 2.0412 4.1602 2.0618 4.2422 2.0891L20.8359 7.6135C20.8825 7.629 20.9279 7.6457 20.9717 7.6642C21.0596 7.7014 21.142 7.7442 21.2188 7.7922C21.372 7.8881 21.5029 8.0045 21.6113 8.135C21.747 8.2981 21.8473 8.4837 21.9121 8.6799C21.9639 8.8368 21.9931 9.0006 21.999 9.1652C22.0035 9.2886 21.9952 9.4126 21.9736 9.5344C21.9521 9.6561 21.9168 9.7757 21.8692 9.8908C21.7578 10.1598 21.5752 10.4041 21.3193 10.591C21.2098 10.671 21.0866 10.7405 20.9502 10.7971L13.9658 13.6945L10.5303 21.0207C10.5097 21.0645 10.488 21.1069 10.4649 21.1476C9.7476 22.4107 7.8209 22.2451 7.3652 20.8146L2.0811 4.217C1.9353 3.7588 1.9898 3.3123 2.1777 2.9416C2.3485 2.6047 2.6294 2.3303 2.9697 2.1662C3.0037 2.1498 3.0382 2.1344 3.0733 2.1203C3.1437 2.0919 3.2166 2.0687 3.291 2.05Z" stroke="none"/><path d="M8.3184 20.5112L3.0341 3.9139C2.8602 3.3677 3.3816 2.8558 3.9268 3.0373L20.5197 8.5617C21.1361 8.7669 21.1671 9.6243 20.5672 9.8732L13.4774 12.8146C13.3157 12.8817 13.1848 13.0065 13.1107 13.1647L9.6254 20.596C9.3541 21.174 8.5121 21.1195 8.3184 20.5112Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCursorTwoTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M3.291 2.05C3.514 1.9938 3.753 1.9825 3.9971 2.0266C4.0783 2.0412 4.1602 2.0618 4.2422 2.0891L20.8359 7.6135C20.8825 7.629 20.9279 7.6457 20.9717 7.6642C21.0596 7.7014 21.142 7.7442 21.2188 7.7922C21.372 7.8881 21.5029 8.0045 21.6113 8.135C21.747 8.2981 21.8473 8.4837 21.9121 8.6799C21.9639 8.8368 21.9931 9.0006 21.999 9.1652C22.0035 9.2886 21.9952 9.4126 21.9736 9.5344C21.9521 9.6561 21.9168 9.7757 21.8692 9.8908C21.7578 10.1598 21.5752 10.4041 21.3193 10.591C21.2098 10.671 21.0866 10.7405 20.9502 10.7971L13.9658 13.6945L10.5303 21.0207C10.5097 21.0645 10.488 21.1069 10.4649 21.1476C9.7476 22.4107 7.8209 22.2451 7.3652 20.8146L2.0811 4.217C1.9353 3.7588 1.9898 3.3123 2.1777 2.9416C2.3485 2.6047 2.6294 2.3303 2.9697 2.1662C3.0037 2.1498 3.0382 2.1344 3.0733 2.1203C3.1437 2.0919 3.2166 2.0687 3.291 2.05Z" stroke="none"/><path d="M8.3184 20.5112L3.0341 3.9139C2.8602 3.3677 3.3816 2.8558 3.9268 3.0373L20.5197 8.5617C21.1361 8.7669 21.1671 9.6243 20.5672 9.8732L13.4774 12.8146C13.3157 12.8817 13.1848 13.0065 13.1107 13.1647L9.6254 20.596C9.3541 21.174 8.5121 21.1195 8.3184 20.5112Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M3.291 2.05C3.514 1.9938 3.753 1.9825 3.9971 2.0266C4.0783 2.0412 4.1602 2.0618 4.2422 2.0891L20.8359 7.6135C20.8825 7.629 20.9279 7.6457 20.9717 7.6642C21.0596 7.7014 21.142 7.7442 21.2188 7.7922C21.372 7.8881 21.5029 8.0045 21.6113 8.135C21.747 8.2981 21.8473 8.4837 21.9121 8.6799C21.9639 8.8368 21.9931 9.0006 21.999 9.1652C22.0035 9.2886 21.9952 9.4126 21.9736 9.5344C21.9521 9.6561 21.9168 9.7757 21.8692 9.8908C21.7578 10.1598 21.5752 10.4041 21.3193 10.591C21.2098 10.671 21.0866 10.7405 20.9502 10.7971L13.9658 13.6945L10.5303 21.0207C10.5097 21.0645 10.488 21.1069 10.4649 21.1476C9.7476 22.4107 7.8209 22.2451 7.3652 20.8146L2.0811 4.217C1.9353 3.7588 1.9898 3.3123 2.1777 2.9416C2.3485 2.6047 2.6294 2.3303 2.9697 2.1662C3.0037 2.1498 3.0382 2.1344 3.0733 2.1203C3.1437 2.0919 3.2166 2.0687 3.291 2.05Z" stroke="none"/><path d="M8.3184 20.5112L3.0341 3.9139C2.8602 3.3677 3.3816 2.8558 3.9268 3.0373L20.5197 8.5617C21.1361 8.7669 21.1671 9.6243 20.5672 9.8732L13.4774 12.8146C13.3157 12.8817 13.1848 13.0065 13.1107 13.1647L9.6254 20.596C9.3541 21.174 8.5121 21.1195 8.3184 20.5112Z"/></g></svg> </template>
CSS
.icon-cursor-two-tone {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M3.291%202.05C3.514%201.9938%203.753%201.9825%203.9971%202.0266C4.0783%202.0412%204.1602%202.0618%204.2422%202.0891L20.8359%207.6135C20.8825%207.629%2020.9279%207.6457%2020.9717%207.6642C21.0596%207.7014%2021.142%207.7442%2021.2188%207.7922C21.372%207.8881%2021.5029%208.0045%2021.6113%208.135C21.747%208.2981%2021.8473%208.4837%2021.9121%208.6799C21.9639%208.8368%2021.9931%209.0006%2021.999%209.1652C22.0035%209.2886%2021.9952%209.4126%2021.9736%209.5344C21.9521%209.6561%2021.9168%209.7757%2021.8692%209.8908C21.7578%2010.1598%2021.5752%2010.4041%2021.3193%2010.591C21.2098%2010.671%2021.0866%2010.7405%2020.9502%2010.7971L13.9658%2013.6945L10.5303%2021.0207C10.5097%2021.0645%2010.488%2021.1069%2010.4649%2021.1476C9.7476%2022.4107%207.8209%2022.2451%207.3652%2020.8146L2.0811%204.217C1.9353%203.7588%201.9898%203.3123%202.1777%202.9416C2.3485%202.6047%202.6294%202.3303%202.9697%202.1662C3.0037%202.1498%203.0382%202.1344%203.0733%202.1203C3.1437%202.0919%203.2166%202.0687%203.291%202.05Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M8.3184%2020.5112L3.0341%203.9139C2.8602%203.3677%203.3816%202.8558%203.9268%203.0373L20.5197%208.5617C21.1361%208.7669%2021.1671%209.6243%2020.5672%209.8732L13.4774%2012.8146C13.3157%2012.8817%2013.1848%2013.0065%2013.1107%2013.1647L9.6254%2020.596C9.3541%2021.174%208.5121%2021.1195%208.3184%2020.5112Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M3.291%202.05C3.514%201.9938%203.753%201.9825%203.9971%202.0266C4.0783%202.0412%204.1602%202.0618%204.2422%202.0891L20.8359%207.6135C20.8825%207.629%2020.9279%207.6457%2020.9717%207.6642C21.0596%207.7014%2021.142%207.7442%2021.2188%207.7922C21.372%207.8881%2021.5029%208.0045%2021.6113%208.135C21.747%208.2981%2021.8473%208.4837%2021.9121%208.6799C21.9639%208.8368%2021.9931%209.0006%2021.999%209.1652C22.0035%209.2886%2021.9952%209.4126%2021.9736%209.5344C21.9521%209.6561%2021.9168%209.7757%2021.8692%209.8908C21.7578%2010.1598%2021.5752%2010.4041%2021.3193%2010.591C21.2098%2010.671%2021.0866%2010.7405%2020.9502%2010.7971L13.9658%2013.6945L10.5303%2021.0207C10.5097%2021.0645%2010.488%2021.1069%2010.4649%2021.1476C9.7476%2022.4107%207.8209%2022.2451%207.3652%2020.8146L2.0811%204.217C1.9353%203.7588%201.9898%203.3123%202.1777%202.9416C2.3485%202.6047%202.6294%202.3303%202.9697%202.1662C3.0037%202.1498%203.0382%202.1344%203.0733%202.1203C3.1437%202.0919%203.2166%202.0687%203.291%202.05Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M8.3184%2020.5112L3.0341%203.9139C2.8602%203.3677%203.3816%202.8558%203.9268%203.0373L20.5197%208.5617C21.1361%208.7669%2021.1671%209.6243%2020.5672%209.8732L13.4774%2012.8146C13.3157%2012.8817%2013.1848%2013.0065%2013.1107%2013.1647L9.6254%2020.596C9.3541%2021.174%208.5121%2021.1195%208.3184%2020.5112Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/cursor-two-tone.svg?color=%231a73e8&size=48