cursor panel icon

cursor-panel-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.

Name
cursor-panel-duotone
Set
Keyline Icons
Style
Duotone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

Related icons in Keyline Icons

Use the cursor panel 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 stroke-opacity=".4" d="M9 20H6C4.3431 20 3 18.6569 3 17V6C3 4.3431 4.3431 3 6 3H17C18.6569 3 20 4.3431 20 6V9"/><path fill="currentColor" d="M9.8773 11.7134C9.52211 10.5973 10.5424 9.5609 11.639 9.84133L11.7455 9.87258L20.9935 12.9536C22.2825 13.3841 22.3515 15.1843 21.0931 15.7066L17.3929 17.2407L15.5599 21.1538C14.9921 22.3641 13.2309 22.251 12.8246 20.9751L9.8773 11.7134Z" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCursorPanelDuotone(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 strokeOpacity=".4" d="M9 20H6C4.3431 20 3 18.6569 3 17V6C3 4.3431 4.3431 3 6 3H17C18.6569 3 20 4.3431 20 6V9"/><path fill="currentColor" d="M9.8773 11.7134C9.52211 10.5973 10.5424 9.5609 11.639 9.84133L11.7455 9.87258L20.9935 12.9536C22.2825 13.3841 22.3515 15.1843 21.0931 15.7066L17.3929 17.2407L15.5599 21.1538C14.9921 22.3641 13.2309 22.251 12.8246 20.9751L9.8773 11.7134Z" stroke="none"/></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 stroke-opacity=".4" d="M9 20H6C4.3431 20 3 18.6569 3 17V6C3 4.3431 4.3431 3 6 3H17C18.6569 3 20 4.3431 20 6V9"/><path fill="currentColor" d="M9.8773 11.7134C9.52211 10.5973 10.5424 9.5609 11.639 9.84133L11.7455 9.87258L20.9935 12.9536C22.2825 13.3841 22.3515 15.1843 21.0931 15.7066L17.3929 17.2407L15.5599 21.1538C14.9921 22.3641 13.2309 22.251 12.8246 20.9751L9.8773 11.7134Z" stroke="none"/></g></svg>
</template>

CSS

.icon-cursor-panel-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%20stroke-opacity%3D%22.4%22%20d%3D%22M9%2020H6C4.3431%2020%203%2018.6569%203%2017V6C3%204.3431%204.3431%203%206%203H17C18.6569%203%2020%204.3431%2020%206V9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.8773%2011.7134C9.52211%2010.5973%2010.5424%209.5609%2011.639%209.84133L11.7455%209.87258L20.9935%2012.9536C22.2825%2013.3841%2022.3515%2015.1843%2021.0931%2015.7066L17.3929%2017.2407L15.5599%2021.1538C14.9921%2022.3641%2013.2309%2022.251%2012.8246%2020.9751L9.8773%2011.7134Z%22%20stroke%3D%22none%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%20stroke-opacity%3D%22.4%22%20d%3D%22M9%2020H6C4.3431%2020%203%2018.6569%203%2017V6C3%204.3431%204.3431%203%206%203H17C18.6569%203%2020%204.3431%2020%206V9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.8773%2011.7134C9.52211%2010.5973%2010.5424%209.5609%2011.639%209.84133L11.7455%209.87258L20.9935%2012.9536C22.2825%2013.3841%2022.3515%2015.1843%2021.0931%2015.7066L17.3929%2017.2407L15.5599%2021.1538C14.9921%2022.3641%2013.2309%2022.251%2012.8246%2020.9751L9.8773%2011.7134Z%22%20stroke%3D%22none%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-panel-duotone.svg?color=%231a73e8&size=48