cursor off icon
cursor-off-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.
- Name
- cursor-off-sharp-fill
- Set
- Keyline Icons
- Style
- Sharp 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-linejoin="round" stroke-width="2"><path fill="currentColor" d="M18.5495 14.7999L21.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.0891L9.3241 5.5624ZM6.5083 6.5083L1.6682 8.211C0.8086 8.5134 0.7683 9.714 1.6057 10.0733L10.0352 13.6901L14.2358 22.4331C14.6252 23.2435 15.8029 23.1684 16.0863 22.3151L17.639 17.639L6.5083 6.5083Z" stroke="none"/><path d="M1.7071 1.7071L22.2929 22.2929"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCursorOffSharpFill(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M18.5495 14.7999L21.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.0891L9.3241 5.5624ZM6.5083 6.5083L1.6682 8.211C0.8086 8.5134 0.7683 9.714 1.6057 10.0733L10.0352 13.6901L14.2358 22.4331C14.6252 23.2435 15.8029 23.1684 16.0863 22.3151L17.639 17.639L6.5083 6.5083Z" stroke="none"/><path d="M1.7071 1.7071L22.2929 22.2929"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" d="M18.5495 14.7999L21.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.0891L9.3241 5.5624ZM6.5083 6.5083L1.6682 8.211C0.8086 8.5134 0.7683 9.714 1.6057 10.0733L10.0352 13.6901L14.2358 22.4331C14.6252 23.2435 15.8029 23.1684 16.0863 22.3151L17.639 17.639L6.5083 6.5083Z" stroke="none"/><path d="M1.7071 1.7071L22.2929 22.2929"/></g></svg> </template>
CSS
.icon-cursor-off-sharp-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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.5495%2014.7999L21.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.0891L9.3241%205.5624ZM6.5083%206.5083L1.6682%208.211C0.8086%208.5134%200.7683%209.714%201.6057%2010.0733L10.0352%2013.6901L14.2358%2022.4331C14.6252%2023.2435%2015.8029%2023.1684%2016.0863%2022.3151L17.639%2017.639L6.5083%206.5083Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1.7071%201.7071L22.2929%2022.2929%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.5495%2014.7999L21.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.0891L9.3241%205.5624ZM6.5083%206.5083L1.6682%208.211C0.8086%208.5134%200.7683%209.714%201.6057%2010.0733L10.0352%2013.6901L14.2358%2022.4331C14.6252%2023.2435%2015.8029%2023.1684%2016.0863%2022.3151L17.639%2017.639L6.5083%206.5083Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1.7071%201.7071L22.2929%2022.2929%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-sharp-fill.svg?color=%231a73e8&size=48