cursor off icon
cursor-off-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- cursor-off-duotone
- Set
- Keyline Icons
- Style
- Duotone
- 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="M7.11286 6.30928C7.43296 6.25076 7.76533 6.3514 7.99958 6.58565L17.5552 16.1413C17.8192 16.4056 17.9136 16.7951 17.8004 17.1511L16.6343 20.8142L16.5875 20.944C16.543 21.0543 16.4887 21.1555 16.4273 21.2487C16.3276 21.4001 16.2082 21.5294 16.0738 21.6355C15.7829 21.8647 15.4254 21.9864 15.064 21.9978C14.4726 22.0166 13.8709 21.7399 13.5347 21.1482L13.4693 21.0212L10.0308 13.6921L3.04938 10.7966C2.98832 10.7712 2.9303 10.742 2.87458 10.7116C2.86197 10.7047 2.8498 10.6973 2.83747 10.6901C2.74306 10.6356 2.65611 10.5751 2.57771 10.5075C2.42453 10.3763 2.30374 10.2218 2.21149 10.0544C2.18609 10.0083 2.162 9.96174 2.14118 9.91378C2.13772 9.90581 2.1328 9.89835 2.12946 9.89034C2.12427 9.87755 2.12065 9.86417 2.11579 9.85128C2.03324 9.63818 1.99455 9.41081 1.99958 9.18428C1.99958 9.17777 1.99958 9.17126 1.99958 9.16475C1.99993 9.15894 2.00015 9.15299 2.00056 9.14717C2.02299 8.62934 2.27392 8.12208 2.75056 7.81124C2.76057 7.80467 2.77062 7.7981 2.78083 7.79171C2.82022 7.76771 2.86007 7.74469 2.90095 7.72335C2.92445 7.71122 2.9488 7.7004 2.97321 7.68917C2.99126 7.68077 3.00917 7.67167 3.0279 7.66378C3.07158 7.64533 3.11717 7.62846 3.16364 7.613L6.97712 6.34346L7.11286 6.30928Z" stroke="none"/><path fill="currentColor" fill-opacity=".4" d="M20.0025 2.02999C20.2465 1.98241 20.4857 1.9933 20.7086 2.04952C20.7829 2.0681 20.856 2.08968 20.9263 2.11983C20.9595 2.1296 20.9959 2.14965 21.0299 2.16573C21.37 2.32975 21.651 2.59939 21.8218 2.93917C22.0097 3.31137 22.0643 3.75831 21.9185 4.21651L19.1666 12.8601C18.9989 13.3863 18.4366 13.6771 17.9097 13.5095C17.7581 13.461 17.6194 13.3763 17.5064 13.2634L10.8297 6.58565C10.7199 6.47587 10.6371 6.34254 10.5904 6.19991C10.4104 5.67121 10.6976 5.10458 11.2213 4.93038L19.7574 2.08956C19.8393 2.0613 19.9214 2.04001 20.0025 2.02999Z" stroke="none"/><path d="M2 2L22 22"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCursorOffDuotone(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="M7.11286 6.30928C7.43296 6.25076 7.76533 6.3514 7.99958 6.58565L17.5552 16.1413C17.8192 16.4056 17.9136 16.7951 17.8004 17.1511L16.6343 20.8142L16.5875 20.944C16.543 21.0543 16.4887 21.1555 16.4273 21.2487C16.3276 21.4001 16.2082 21.5294 16.0738 21.6355C15.7829 21.8647 15.4254 21.9864 15.064 21.9978C14.4726 22.0166 13.8709 21.7399 13.5347 21.1482L13.4693 21.0212L10.0308 13.6921L3.04938 10.7966C2.98832 10.7712 2.9303 10.742 2.87458 10.7116C2.86197 10.7047 2.8498 10.6973 2.83747 10.6901C2.74306 10.6356 2.65611 10.5751 2.57771 10.5075C2.42453 10.3763 2.30374 10.2218 2.21149 10.0544C2.18609 10.0083 2.162 9.96174 2.14118 9.91378C2.13772 9.90581 2.1328 9.89835 2.12946 9.89034C2.12427 9.87755 2.12065 9.86417 2.11579 9.85128C2.03324 9.63818 1.99455 9.41081 1.99958 9.18428C1.99958 9.17777 1.99958 9.17126 1.99958 9.16475C1.99993 9.15894 2.00015 9.15299 2.00056 9.14717C2.02299 8.62934 2.27392 8.12208 2.75056 7.81124C2.76057 7.80467 2.77062 7.7981 2.78083 7.79171C2.82022 7.76771 2.86007 7.74469 2.90095 7.72335C2.92445 7.71122 2.9488 7.7004 2.97321 7.68917C2.99126 7.68077 3.00917 7.67167 3.0279 7.66378C3.07158 7.64533 3.11717 7.62846 3.16364 7.613L6.97712 6.34346L7.11286 6.30928Z" stroke="none"/><path fill="currentColor" fillOpacity=".4" d="M20.0025 2.02999C20.2465 1.98241 20.4857 1.9933 20.7086 2.04952C20.7829 2.0681 20.856 2.08968 20.9263 2.11983C20.9595 2.1296 20.9959 2.14965 21.0299 2.16573C21.37 2.32975 21.651 2.59939 21.8218 2.93917C22.0097 3.31137 22.0643 3.75831 21.9185 4.21651L19.1666 12.8601C18.9989 13.3863 18.4366 13.6771 17.9097 13.5095C17.7581 13.461 17.6194 13.3763 17.5064 13.2634L10.8297 6.58565C10.7199 6.47587 10.6371 6.34254 10.5904 6.19991C10.4104 5.67121 10.6976 5.10458 11.2213 4.93038L19.7574 2.08956C19.8393 2.0613 19.9214 2.04001 20.0025 2.02999Z" 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" fill-opacity=".4" d="M7.11286 6.30928C7.43296 6.25076 7.76533 6.3514 7.99958 6.58565L17.5552 16.1413C17.8192 16.4056 17.9136 16.7951 17.8004 17.1511L16.6343 20.8142L16.5875 20.944C16.543 21.0543 16.4887 21.1555 16.4273 21.2487C16.3276 21.4001 16.2082 21.5294 16.0738 21.6355C15.7829 21.8647 15.4254 21.9864 15.064 21.9978C14.4726 22.0166 13.8709 21.7399 13.5347 21.1482L13.4693 21.0212L10.0308 13.6921L3.04938 10.7966C2.98832 10.7712 2.9303 10.742 2.87458 10.7116C2.86197 10.7047 2.8498 10.6973 2.83747 10.6901C2.74306 10.6356 2.65611 10.5751 2.57771 10.5075C2.42453 10.3763 2.30374 10.2218 2.21149 10.0544C2.18609 10.0083 2.162 9.96174 2.14118 9.91378C2.13772 9.90581 2.1328 9.89835 2.12946 9.89034C2.12427 9.87755 2.12065 9.86417 2.11579 9.85128C2.03324 9.63818 1.99455 9.41081 1.99958 9.18428C1.99958 9.17777 1.99958 9.17126 1.99958 9.16475C1.99993 9.15894 2.00015 9.15299 2.00056 9.14717C2.02299 8.62934 2.27392 8.12208 2.75056 7.81124C2.76057 7.80467 2.77062 7.7981 2.78083 7.79171C2.82022 7.76771 2.86007 7.74469 2.90095 7.72335C2.92445 7.71122 2.9488 7.7004 2.97321 7.68917C2.99126 7.68077 3.00917 7.67167 3.0279 7.66378C3.07158 7.64533 3.11717 7.62846 3.16364 7.613L6.97712 6.34346L7.11286 6.30928Z" stroke="none"/><path fill="currentColor" fill-opacity=".4" d="M20.0025 2.02999C20.2465 1.98241 20.4857 1.9933 20.7086 2.04952C20.7829 2.0681 20.856 2.08968 20.9263 2.11983C20.9595 2.1296 20.9959 2.14965 21.0299 2.16573C21.37 2.32975 21.651 2.59939 21.8218 2.93917C22.0097 3.31137 22.0643 3.75831 21.9185 4.21651L19.1666 12.8601C18.9989 13.3863 18.4366 13.6771 17.9097 13.5095C17.7581 13.461 17.6194 13.3763 17.5064 13.2634L10.8297 6.58565C10.7199 6.47587 10.6371 6.34254 10.5904 6.19991C10.4104 5.67121 10.6976 5.10458 11.2213 4.93038L19.7574 2.08956C19.8393 2.0613 19.9214 2.04001 20.0025 2.02999Z" stroke="none"/><path d="M2 2L22 22"/></g></svg> </template>
CSS
.icon-cursor-off-duotone {
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%22M7.11286%206.30928C7.43296%206.25076%207.76533%206.3514%207.99958%206.58565L17.5552%2016.1413C17.8192%2016.4056%2017.9136%2016.7951%2017.8004%2017.1511L16.6343%2020.8142L16.5875%2020.944C16.543%2021.0543%2016.4887%2021.1555%2016.4273%2021.2487C16.3276%2021.4001%2016.2082%2021.5294%2016.0738%2021.6355C15.7829%2021.8647%2015.4254%2021.9864%2015.064%2021.9978C14.4726%2022.0166%2013.8709%2021.7399%2013.5347%2021.1482L13.4693%2021.0212L10.0308%2013.6921L3.04938%2010.7966C2.98832%2010.7712%202.9303%2010.742%202.87458%2010.7116C2.86197%2010.7047%202.8498%2010.6973%202.83747%2010.6901C2.74306%2010.6356%202.65611%2010.5751%202.57771%2010.5075C2.42453%2010.3763%202.30374%2010.2218%202.21149%2010.0544C2.18609%2010.0083%202.162%209.96174%202.14118%209.91378C2.13772%209.90581%202.1328%209.89835%202.12946%209.89034C2.12427%209.87755%202.12065%209.86417%202.11579%209.85128C2.03324%209.63818%201.99455%209.41081%201.99958%209.18428C1.99958%209.17777%201.99958%209.17126%201.99958%209.16475C1.99993%209.15894%202.00015%209.15299%202.00056%209.14717C2.02299%208.62934%202.27392%208.12208%202.75056%207.81124C2.76057%207.80467%202.77062%207.7981%202.78083%207.79171C2.82022%207.76771%202.86007%207.74469%202.90095%207.72335C2.92445%207.71122%202.9488%207.7004%202.97321%207.68917C2.99126%207.68077%203.00917%207.67167%203.0279%207.66378C3.07158%207.64533%203.11717%207.62846%203.16364%207.613L6.97712%206.34346L7.11286%206.30928Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M20.0025%202.02999C20.2465%201.98241%2020.4857%201.9933%2020.7086%202.04952C20.7829%202.0681%2020.856%202.08968%2020.9263%202.11983C20.9595%202.1296%2020.9959%202.14965%2021.0299%202.16573C21.37%202.32975%2021.651%202.59939%2021.8218%202.93917C22.0097%203.31137%2022.0643%203.75831%2021.9185%204.21651L19.1666%2012.8601C18.9989%2013.3863%2018.4366%2013.6771%2017.9097%2013.5095C17.7581%2013.461%2017.6194%2013.3763%2017.5064%2013.2634L10.8297%206.58565C10.7199%206.47587%2010.6371%206.34254%2010.5904%206.19991C10.4104%205.67121%2010.6976%205.10458%2011.2213%204.93038L19.7574%202.08956C19.8393%202.0613%2019.9214%202.04001%2020.0025%202.02999Z%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%20fill-opacity%3D%22.4%22%20d%3D%22M7.11286%206.30928C7.43296%206.25076%207.76533%206.3514%207.99958%206.58565L17.5552%2016.1413C17.8192%2016.4056%2017.9136%2016.7951%2017.8004%2017.1511L16.6343%2020.8142L16.5875%2020.944C16.543%2021.0543%2016.4887%2021.1555%2016.4273%2021.2487C16.3276%2021.4001%2016.2082%2021.5294%2016.0738%2021.6355C15.7829%2021.8647%2015.4254%2021.9864%2015.064%2021.9978C14.4726%2022.0166%2013.8709%2021.7399%2013.5347%2021.1482L13.4693%2021.0212L10.0308%2013.6921L3.04938%2010.7966C2.98832%2010.7712%202.9303%2010.742%202.87458%2010.7116C2.86197%2010.7047%202.8498%2010.6973%202.83747%2010.6901C2.74306%2010.6356%202.65611%2010.5751%202.57771%2010.5075C2.42453%2010.3763%202.30374%2010.2218%202.21149%2010.0544C2.18609%2010.0083%202.162%209.96174%202.14118%209.91378C2.13772%209.90581%202.1328%209.89835%202.12946%209.89034C2.12427%209.87755%202.12065%209.86417%202.11579%209.85128C2.03324%209.63818%201.99455%209.41081%201.99958%209.18428C1.99958%209.17777%201.99958%209.17126%201.99958%209.16475C1.99993%209.15894%202.00015%209.15299%202.00056%209.14717C2.02299%208.62934%202.27392%208.12208%202.75056%207.81124C2.76057%207.80467%202.77062%207.7981%202.78083%207.79171C2.82022%207.76771%202.86007%207.74469%202.90095%207.72335C2.92445%207.71122%202.9488%207.7004%202.97321%207.68917C2.99126%207.68077%203.00917%207.67167%203.0279%207.66378C3.07158%207.64533%203.11717%207.62846%203.16364%207.613L6.97712%206.34346L7.11286%206.30928Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M20.0025%202.02999C20.2465%201.98241%2020.4857%201.9933%2020.7086%202.04952C20.7829%202.0681%2020.856%202.08968%2020.9263%202.11983C20.9595%202.1296%2020.9959%202.14965%2021.0299%202.16573C21.37%202.32975%2021.651%202.59939%2021.8218%202.93917C22.0097%203.31137%2022.0643%203.75831%2021.9185%204.21651L19.1666%2012.8601C18.9989%2013.3863%2018.4366%2013.6771%2017.9097%2013.5095C17.7581%2013.461%2017.6194%2013.3763%2017.5064%2013.2634L10.8297%206.58565C10.7199%206.47587%2010.6371%206.34254%2010.5904%206.19991C10.4104%205.67121%2010.6976%205.10458%2011.2213%204.93038L19.7574%202.08956C19.8393%202.0613%2019.9214%202.04001%2020.0025%202.02999Z%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-duotone.svg?color=%231a73e8&size=48