cursor-off-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.

Name
cursor-off-sharp-two-tone
Set
Keyline Icons
Style
Sharp 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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M18.5495 14.7999L21.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.0901L9.3241 5.5624ZM6.5083 6.5083L1.6682 8.211C0.8086 8.5134 0.7683 9.714 1.6057 10.0733L10.04 13.6901L14.2358 22.4331C14.6252 23.2435 15.8029 23.1684 16.0863 22.3151L17.64 17.6401L6.5083 6.5083Z" stroke="none"/><path d="M1.7071 1.7071L22.2929 22.2929M7.2925 7.2925L2 9.1543L10.7742 12.919L15.1372 22L16.8479 16.8479L7.2925 7.2925Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCursorOffSharpTwoTone(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" fillOpacity=".4" d="M18.5495 14.7999L21.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.0901L9.3241 5.5624ZM6.5083 6.5083L1.6682 8.211C0.8086 8.5134 0.7683 9.714 1.6057 10.0733L10.04 13.6901L14.2358 22.4331C14.6252 23.2435 15.8029 23.1684 16.0863 22.3151L17.64 17.6401L6.5083 6.5083Z" stroke="none"/><path d="M1.7071 1.7071L22.2929 22.2929M7.2925 7.2925L2 9.1543L10.7742 12.919L15.1372 22L16.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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M18.5495 14.7999L21.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.0901L9.3241 5.5624ZM6.5083 6.5083L1.6682 8.211C0.8086 8.5134 0.7683 9.714 1.6057 10.0733L10.04 13.6901L14.2358 22.4331C14.6252 23.2435 15.8029 23.1684 16.0863 22.3151L17.64 17.6401L6.5083 6.5083Z" stroke="none"/><path d="M1.7071 1.7071L22.2929 22.2929M7.2925 7.2925L2 9.1543L10.7742 12.919L15.1372 22L16.8479 16.8479L7.2925 7.2925Z"/></g></svg>
</template>

CSS

.icon-cursor-off-sharp-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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M18.5495%2014.7999L21.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.0901L9.3241%205.5624ZM6.5083%206.5083L1.6682%208.211C0.8086%208.5134%200.7683%209.714%201.6057%2010.0733L10.04%2013.6901L14.2358%2022.4331C14.6252%2023.2435%2015.8029%2023.1684%2016.0863%2022.3151L17.64%2017.6401L6.5083%206.5083Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1.7071%201.7071L22.2929%2022.2929M7.2925%207.2925L2%209.1543L10.7742%2012.919L15.1372%2022L16.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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M18.5495%2014.7999L21.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.0901L9.3241%205.5624ZM6.5083%206.5083L1.6682%208.211C0.8086%208.5134%200.7683%209.714%201.6057%2010.0733L10.04%2013.6901L14.2358%2022.4331C14.6252%2023.2435%2015.8029%2023.1684%2016.0863%2022.3151L17.64%2017.6401L6.5083%206.5083Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1.7071%201.7071L22.2929%2022.2929M7.2925%207.2925L2%209.1543L10.7742%2012.919L15.1372%2022L16.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-sharp-two-tone.svg?color=%231a73e8&size=48