cursor window icon

cursor-window from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
cursor-window
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

Related icons in Keyline Icons

Use the cursor window icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 20H6C4.34315 20 3 18.6569 3 17V6C3 4.34315 4.34315 3 6 3H17C18.6569 3 20 4.34315 20 6V9M7 7H9M10.8295 11.4097L13.7772 20.6718C13.9071 21.0802 14.4723 21.1169 14.6542 20.7287L16.5751 16.6314C16.625 16.5252 16.7127 16.4414 16.8213 16.3963L20.7094 14.7824C21.1122 14.6153 21.0913 14.0396 20.6776 13.9017L11.4287 10.8211C11.0628 10.6992 10.7128 11.043 10.8295 11.4097Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCursorWindow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 20H6C4.34315 20 3 18.6569 3 17V6C3 4.34315 4.34315 3 6 3H17C18.6569 3 20 4.34315 20 6V9M7 7H9M10.8295 11.4097L13.7772 20.6718C13.9071 21.0802 14.4723 21.1169 14.6542 20.7287L16.5751 16.6314C16.625 16.5252 16.7127 16.4414 16.8213 16.3963L20.7094 14.7824C21.1122 14.6153 21.0913 14.0396 20.6776 13.9017L11.4287 10.8211C11.0628 10.6992 10.7128 11.043 10.8295 11.4097Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 20H6C4.34315 20 3 18.6569 3 17V6C3 4.34315 4.34315 3 6 3H17C18.6569 3 20 4.34315 20 6V9M7 7H9M10.8295 11.4097L13.7772 20.6718C13.9071 21.0802 14.4723 21.1169 14.6542 20.7287L16.5751 16.6314C16.625 16.5252 16.7127 16.4414 16.8213 16.3963L20.7094 14.7824C21.1122 14.6153 21.0913 14.0396 20.6776 13.9017L11.4287 10.8211C11.0628 10.6992 10.7128 11.043 10.8295 11.4097Z"/></svg>
</template>

CSS

.icon-cursor-window {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9%2020H6C4.34315%2020%203%2018.6569%203%2017V6C3%204.34315%204.34315%203%206%203H17C18.6569%203%2020%204.34315%2020%206V9M7%207H9M10.8295%2011.4097L13.7772%2020.6718C13.9071%2021.0802%2014.4723%2021.1169%2014.6542%2020.7287L16.5751%2016.6314C16.625%2016.5252%2016.7127%2016.4414%2016.8213%2016.3963L20.7094%2014.7824C21.1122%2014.6153%2021.0913%2014.0396%2020.6776%2013.9017L11.4287%2010.8211C11.0628%2010.6992%2010.7128%2011.043%2010.8295%2011.4097Z%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9%2020H6C4.34315%2020%203%2018.6569%203%2017V6C3%204.34315%204.34315%203%206%203H17C18.6569%203%2020%204.34315%2020%206V9M7%207H9M10.8295%2011.4097L13.7772%2020.6718C13.9071%2021.0802%2014.4723%2021.1169%2014.6542%2020.7287L16.5751%2016.6314C16.625%2016.5252%2016.7127%2016.4414%2016.8213%2016.3963L20.7094%2014.7824C21.1122%2014.6153%2021.0913%2014.0396%2020.6776%2013.9017L11.4287%2010.8211C11.0628%2010.6992%2010.7128%2011.043%2010.8295%2011.4097Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/cursor-window.svg?color=%231a73e8&size=48