cursor off icon
cursor-off-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.
- Name
- cursor-off-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
Related icons in Keyline Icons
Use the cursor off 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="M17.5069 13.2643C17.6199 13.3773 17.7583 13.4616 17.91 13.5101C18.4369 13.6777 18.9993 13.3869 19.1669 12.8606L21.9189 4.217C22.0647 3.7588 22.0102 3.3123 21.8223 2.9401C21.6515 2.6001 21.3706 2.3303 21.0303 2.1662C20.9963 2.1501 20.96 2.1301 20.9267 2.1203C20.8563 2.0901 20.7834 2.0687 20.709 2.0501C20.486 1.9938 20.247 1.9825 20.0029 2.0301C19.9217 2.0401 19.8398 2.0618 19.7578 2.0901L11.221 4.9313C10.6973 5.1055 10.41 5.6714 10.59 6.2001C10.6367 6.3429 10.7194 6.4767 10.8293 6.5866L17.5069 13.2643ZM6.5022 6.5022L3.1641 7.6135C3.1175 7.629 3.0721 7.6457 3.0283 7.6642C2.94 7.7014 2.86 7.7442 2.7812 7.7922C2.628 7.8881 2.4971 8.0045 2.3887 8.135C2.253 8.2981 2.15 8.4837 2.09 8.6799C2.04 8.8368 2.01 9.0006 2 9.1652C2 9.2886 2 9.4126 2.03 9.5344C2.05 9.6561 2.0832 9.7757 2.13 9.8908C2.2422 10.1598 2.4248 10.4041 2.6807 10.5901C2.7902 10.671 2.9134 10.7405 3.0498 10.7971L10.03 13.6901L13.4697 21.0207C13.4903 21.0645 13.51 21.1069 13.5351 21.1476C14.2524 22.4107 16.1791 22.2451 16.6348 20.8146L17.64 17.6401L6.5022 6.5022Z" stroke="none"/><path d="M2 2L22 22M7.2925 7.2925L3.4803 8.5617C2.86 8.7669 2.8329 9.6243 3.4328 9.8732L10.5226 12.8146C10.6843 12.8817 10.8152 13.0065 10.8893 13.1647L14.3746 20.596C14.6459 21.174 15.4879 21.1195 15.6816 20.5112L16.8479 16.8479L7.2925 7.2925Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCursorOffTwoTone(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="M17.5069 13.2643C17.6199 13.3773 17.7583 13.4616 17.91 13.5101C18.4369 13.6777 18.9993 13.3869 19.1669 12.8606L21.9189 4.217C22.0647 3.7588 22.0102 3.3123 21.8223 2.9401C21.6515 2.6001 21.3706 2.3303 21.0303 2.1662C20.9963 2.1501 20.96 2.1301 20.9267 2.1203C20.8563 2.0901 20.7834 2.0687 20.709 2.0501C20.486 1.9938 20.247 1.9825 20.0029 2.0301C19.9217 2.0401 19.8398 2.0618 19.7578 2.0901L11.221 4.9313C10.6973 5.1055 10.41 5.6714 10.59 6.2001C10.6367 6.3429 10.7194 6.4767 10.8293 6.5866L17.5069 13.2643ZM6.5022 6.5022L3.1641 7.6135C3.1175 7.629 3.0721 7.6457 3.0283 7.6642C2.94 7.7014 2.86 7.7442 2.7812 7.7922C2.628 7.8881 2.4971 8.0045 2.3887 8.135C2.253 8.2981 2.15 8.4837 2.09 8.6799C2.04 8.8368 2.01 9.0006 2 9.1652C2 9.2886 2 9.4126 2.03 9.5344C2.05 9.6561 2.0832 9.7757 2.13 9.8908C2.2422 10.1598 2.4248 10.4041 2.6807 10.5901C2.7902 10.671 2.9134 10.7405 3.0498 10.7971L10.03 13.6901L13.4697 21.0207C13.4903 21.0645 13.51 21.1069 13.5351 21.1476C14.2524 22.4107 16.1791 22.2451 16.6348 20.8146L17.64 17.6401L6.5022 6.5022Z" stroke="none"/><path d="M2 2L22 22M7.2925 7.2925L3.4803 8.5617C2.86 8.7669 2.8329 9.6243 3.4328 9.8732L10.5226 12.8146C10.6843 12.8817 10.8152 13.0065 10.8893 13.1647L14.3746 20.596C14.6459 21.174 15.4879 21.1195 15.6816 20.5112L16.8479 16.8479L7.2925 7.2925Z"/></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="M17.5069 13.2643C17.6199 13.3773 17.7583 13.4616 17.91 13.5101C18.4369 13.6777 18.9993 13.3869 19.1669 12.8606L21.9189 4.217C22.0647 3.7588 22.0102 3.3123 21.8223 2.9401C21.6515 2.6001 21.3706 2.3303 21.0303 2.1662C20.9963 2.1501 20.96 2.1301 20.9267 2.1203C20.8563 2.0901 20.7834 2.0687 20.709 2.0501C20.486 1.9938 20.247 1.9825 20.0029 2.0301C19.9217 2.0401 19.8398 2.0618 19.7578 2.0901L11.221 4.9313C10.6973 5.1055 10.41 5.6714 10.59 6.2001C10.6367 6.3429 10.7194 6.4767 10.8293 6.5866L17.5069 13.2643ZM6.5022 6.5022L3.1641 7.6135C3.1175 7.629 3.0721 7.6457 3.0283 7.6642C2.94 7.7014 2.86 7.7442 2.7812 7.7922C2.628 7.8881 2.4971 8.0045 2.3887 8.135C2.253 8.2981 2.15 8.4837 2.09 8.6799C2.04 8.8368 2.01 9.0006 2 9.1652C2 9.2886 2 9.4126 2.03 9.5344C2.05 9.6561 2.0832 9.7757 2.13 9.8908C2.2422 10.1598 2.4248 10.4041 2.6807 10.5901C2.7902 10.671 2.9134 10.7405 3.0498 10.7971L10.03 13.6901L13.4697 21.0207C13.4903 21.0645 13.51 21.1069 13.5351 21.1476C14.2524 22.4107 16.1791 22.2451 16.6348 20.8146L17.64 17.6401L6.5022 6.5022Z" stroke="none"/><path d="M2 2L22 22M7.2925 7.2925L3.4803 8.5617C2.86 8.7669 2.8329 9.6243 3.4328 9.8732L10.5226 12.8146C10.6843 12.8817 10.8152 13.0065 10.8893 13.1647L14.3746 20.596C14.6459 21.174 15.4879 21.1195 15.6816 20.5112L16.8479 16.8479L7.2925 7.2925Z"/></g></svg> </template>
CSS
.icon-cursor-off-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%22M17.5069%2013.2643C17.6199%2013.3773%2017.7583%2013.4616%2017.91%2013.5101C18.4369%2013.6777%2018.9993%2013.3869%2019.1669%2012.8606L21.9189%204.217C22.0647%203.7588%2022.0102%203.3123%2021.8223%202.9401C21.6515%202.6001%2021.3706%202.3303%2021.0303%202.1662C20.9963%202.1501%2020.96%202.1301%2020.9267%202.1203C20.8563%202.0901%2020.7834%202.0687%2020.709%202.0501C20.486%201.9938%2020.247%201.9825%2020.0029%202.0301C19.9217%202.0401%2019.8398%202.0618%2019.7578%202.0901L11.221%204.9313C10.6973%205.1055%2010.41%205.6714%2010.59%206.2001C10.6367%206.3429%2010.7194%206.4767%2010.8293%206.5866L17.5069%2013.2643ZM6.5022%206.5022L3.1641%207.6135C3.1175%207.629%203.0721%207.6457%203.0283%207.6642C2.94%207.7014%202.86%207.7442%202.7812%207.7922C2.628%207.8881%202.4971%208.0045%202.3887%208.135C2.253%208.2981%202.15%208.4837%202.09%208.6799C2.04%208.8368%202.01%209.0006%202%209.1652C2%209.2886%202%209.4126%202.03%209.5344C2.05%209.6561%202.0832%209.7757%202.13%209.8908C2.2422%2010.1598%202.4248%2010.4041%202.6807%2010.5901C2.7902%2010.671%202.9134%2010.7405%203.0498%2010.7971L10.03%2013.6901L13.4697%2021.0207C13.4903%2021.0645%2013.51%2021.1069%2013.5351%2021.1476C14.2524%2022.4107%2016.1791%2022.2451%2016.6348%2020.8146L17.64%2017.6401L6.5022%206.5022Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022M7.2925%207.2925L3.4803%208.5617C2.86%208.7669%202.8329%209.6243%203.4328%209.8732L10.5226%2012.8146C10.6843%2012.8817%2010.8152%2013.0065%2010.8893%2013.1647L14.3746%2020.596C14.6459%2021.174%2015.4879%2021.1195%2015.6816%2020.5112L16.8479%2016.8479L7.2925%207.2925Z%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%22M17.5069%2013.2643C17.6199%2013.3773%2017.7583%2013.4616%2017.91%2013.5101C18.4369%2013.6777%2018.9993%2013.3869%2019.1669%2012.8606L21.9189%204.217C22.0647%203.7588%2022.0102%203.3123%2021.8223%202.9401C21.6515%202.6001%2021.3706%202.3303%2021.0303%202.1662C20.9963%202.1501%2020.96%202.1301%2020.9267%202.1203C20.8563%202.0901%2020.7834%202.0687%2020.709%202.0501C20.486%201.9938%2020.247%201.9825%2020.0029%202.0301C19.9217%202.0401%2019.8398%202.0618%2019.7578%202.0901L11.221%204.9313C10.6973%205.1055%2010.41%205.6714%2010.59%206.2001C10.6367%206.3429%2010.7194%206.4767%2010.8293%206.5866L17.5069%2013.2643ZM6.5022%206.5022L3.1641%207.6135C3.1175%207.629%203.0721%207.6457%203.0283%207.6642C2.94%207.7014%202.86%207.7442%202.7812%207.7922C2.628%207.8881%202.4971%208.0045%202.3887%208.135C2.253%208.2981%202.15%208.4837%202.09%208.6799C2.04%208.8368%202.01%209.0006%202%209.1652C2%209.2886%202%209.4126%202.03%209.5344C2.05%209.6561%202.0832%209.7757%202.13%209.8908C2.2422%2010.1598%202.4248%2010.4041%202.6807%2010.5901C2.7902%2010.671%202.9134%2010.7405%203.0498%2010.7971L10.03%2013.6901L13.4697%2021.0207C13.4903%2021.0645%2013.51%2021.1069%2013.5351%2021.1476C14.2524%2022.4107%2016.1791%2022.2451%2016.6348%2020.8146L17.64%2017.6401L6.5022%206.5022Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022M7.2925%207.2925L3.4803%208.5617C2.86%208.7669%202.8329%209.6243%203.4328%209.8732L10.5226%2012.8146C10.6843%2012.8817%2010.8152%2013.0065%2010.8893%2013.1647L14.3746%2020.596C14.6459%2021.174%2015.4879%2021.1195%2015.6816%2020.5112L16.8479%2016.8479L7.2925%207.2925Z%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-off-two-tone.svg?color=%231a73e8&size=48