cursor off icon
cursor-off-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- cursor-off-fill
- Set
- Keyline Icons
- Style
- Fill
- 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" d="M17.5069 13.2643C17.6199 13.3773 17.7583 13.4616 17.9106 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.9416C21.6515 2.6047 21.3706 2.3303 21.0303 2.1662C20.9963 2.1498 20.9618 2.1344 20.9267 2.1203C20.8563 2.0919 20.7834 2.0687 20.709 2.05C20.486 1.9938 20.247 1.9825 20.0029 2.0266C19.9217 2.0412 19.8398 2.0618 19.7578 2.0891L11.221 4.9313C10.6973 5.1055 10.4131 5.6714 10.5876 6.1954C10.6367 6.3429 10.7194 6.4767 10.8293 6.5866ZM6.5022 6.5022L3.1641 7.6135C3.1175 7.629 3.0721 7.6457 3.0283 7.6642C2.9404 7.7014 2.858 7.7442 2.7812 7.7922C2.628 7.8881 2.4971 8.0045 2.3887 8.135C2.253 8.2981 2.1527 8.4837 2.0879 8.6799C2.0361 8.8368 2.0069 9.0006 2.001 9.1652C1.9965 9.2886 2.0048 9.4126 2.0264 9.5344C2.0479 9.6561 2.0832 9.7757 2.1308 9.8908C2.2422 10.1598 2.4248 10.4041 2.6807 10.591C2.7902 10.671 2.9134 10.7405 3.0498 10.7971L10.0342 13.6945L13.4697 21.0207C13.4903 21.0645 13.512 21.1069 13.5351 21.1476C14.2524 22.4107 16.1791 22.2451 16.6348 20.8146L17.6442 17.6442Z" stroke="none"/><path d="M2 2L22 22"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCursorOffFill(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" d="M17.5069 13.2643C17.6199 13.3773 17.7583 13.4616 17.9106 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.9416C21.6515 2.6047 21.3706 2.3303 21.0303 2.1662C20.9963 2.1498 20.9618 2.1344 20.9267 2.1203C20.8563 2.0919 20.7834 2.0687 20.709 2.05C20.486 1.9938 20.247 1.9825 20.0029 2.0266C19.9217 2.0412 19.8398 2.0618 19.7578 2.0891L11.221 4.9313C10.6973 5.1055 10.4131 5.6714 10.5876 6.1954C10.6367 6.3429 10.7194 6.4767 10.8293 6.5866ZM6.5022 6.5022L3.1641 7.6135C3.1175 7.629 3.0721 7.6457 3.0283 7.6642C2.9404 7.7014 2.858 7.7442 2.7812 7.7922C2.628 7.8881 2.4971 8.0045 2.3887 8.135C2.253 8.2981 2.1527 8.4837 2.0879 8.6799C2.0361 8.8368 2.0069 9.0006 2.001 9.1652C1.9965 9.2886 2.0048 9.4126 2.0264 9.5344C2.0479 9.6561 2.0832 9.7757 2.1308 9.8908C2.2422 10.1598 2.4248 10.4041 2.6807 10.591C2.7902 10.671 2.9134 10.7405 3.0498 10.7971L10.0342 13.6945L13.4697 21.0207C13.4903 21.0645 13.512 21.1069 13.5351 21.1476C14.2524 22.4107 16.1791 22.2451 16.6348 20.8146L17.6442 17.6442Z" stroke="none"/><path d="M2 2L22 22"/></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" d="M17.5069 13.2643C17.6199 13.3773 17.7583 13.4616 17.9106 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.9416C21.6515 2.6047 21.3706 2.3303 21.0303 2.1662C20.9963 2.1498 20.9618 2.1344 20.9267 2.1203C20.8563 2.0919 20.7834 2.0687 20.709 2.05C20.486 1.9938 20.247 1.9825 20.0029 2.0266C19.9217 2.0412 19.8398 2.0618 19.7578 2.0891L11.221 4.9313C10.6973 5.1055 10.4131 5.6714 10.5876 6.1954C10.6367 6.3429 10.7194 6.4767 10.8293 6.5866ZM6.5022 6.5022L3.1641 7.6135C3.1175 7.629 3.0721 7.6457 3.0283 7.6642C2.9404 7.7014 2.858 7.7442 2.7812 7.7922C2.628 7.8881 2.4971 8.0045 2.3887 8.135C2.253 8.2981 2.1527 8.4837 2.0879 8.6799C2.0361 8.8368 2.0069 9.0006 2.001 9.1652C1.9965 9.2886 2.0048 9.4126 2.0264 9.5344C2.0479 9.6561 2.0832 9.7757 2.1308 9.8908C2.2422 10.1598 2.4248 10.4041 2.6807 10.591C2.7902 10.671 2.9134 10.7405 3.0498 10.7971L10.0342 13.6945L13.4697 21.0207C13.4903 21.0645 13.512 21.1069 13.5351 21.1476C14.2524 22.4107 16.1791 22.2451 16.6348 20.8146L17.6442 17.6442Z" stroke="none"/><path d="M2 2L22 22"/></g></svg> </template>
CSS
.icon-cursor-off-fill {
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%20d%3D%22M17.5069%2013.2643C17.6199%2013.3773%2017.7583%2013.4616%2017.9106%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.9416C21.6515%202.6047%2021.3706%202.3303%2021.0303%202.1662C20.9963%202.1498%2020.9618%202.1344%2020.9267%202.1203C20.8563%202.0919%2020.7834%202.0687%2020.709%202.05C20.486%201.9938%2020.247%201.9825%2020.0029%202.0266C19.9217%202.0412%2019.8398%202.0618%2019.7578%202.0891L11.221%204.9313C10.6973%205.1055%2010.4131%205.6714%2010.5876%206.1954C10.6367%206.3429%2010.7194%206.4767%2010.8293%206.5866ZM6.5022%206.5022L3.1641%207.6135C3.1175%207.629%203.0721%207.6457%203.0283%207.6642C2.9404%207.7014%202.858%207.7442%202.7812%207.7922C2.628%207.8881%202.4971%208.0045%202.3887%208.135C2.253%208.2981%202.1527%208.4837%202.0879%208.6799C2.0361%208.8368%202.0069%209.0006%202.001%209.1652C1.9965%209.2886%202.0048%209.4126%202.0264%209.5344C2.0479%209.6561%202.0832%209.7757%202.1308%209.8908C2.2422%2010.1598%202.4248%2010.4041%202.6807%2010.591C2.7902%2010.671%202.9134%2010.7405%203.0498%2010.7971L10.0342%2013.6945L13.4697%2021.0207C13.4903%2021.0645%2013.512%2021.1069%2013.5351%2021.1476C14.2524%2022.4107%2016.1791%2022.2451%2016.6348%2020.8146L17.6442%2017.6442Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%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%20d%3D%22M17.5069%2013.2643C17.6199%2013.3773%2017.7583%2013.4616%2017.9106%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.9416C21.6515%202.6047%2021.3706%202.3303%2021.0303%202.1662C20.9963%202.1498%2020.9618%202.1344%2020.9267%202.1203C20.8563%202.0919%2020.7834%202.0687%2020.709%202.05C20.486%201.9938%2020.247%201.9825%2020.0029%202.0266C19.9217%202.0412%2019.8398%202.0618%2019.7578%202.0891L11.221%204.9313C10.6973%205.1055%2010.4131%205.6714%2010.5876%206.1954C10.6367%206.3429%2010.7194%206.4767%2010.8293%206.5866ZM6.5022%206.5022L3.1641%207.6135C3.1175%207.629%203.0721%207.6457%203.0283%207.6642C2.9404%207.7014%202.858%207.7442%202.7812%207.7922C2.628%207.8881%202.4971%208.0045%202.3887%208.135C2.253%208.2981%202.1527%208.4837%202.0879%208.6799C2.0361%208.8368%202.0069%209.0006%202.001%209.1652C1.9965%209.2886%202.0048%209.4126%202.0264%209.5344C2.0479%209.6561%202.0832%209.7757%202.1308%209.8908C2.2422%2010.1598%202.4248%2010.4041%202.6807%2010.591C2.7902%2010.671%202.9134%2010.7405%203.0498%2010.7971L10.0342%2013.6945L13.4697%2021.0207C13.4903%2021.0645%2013.512%2021.1069%2013.5351%2021.1476C14.2524%2022.4107%2016.1791%2022.2451%2016.6348%2020.8146L17.6442%2017.6442Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%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-fill.svg?color=%231a73e8&size=48