cursor click icon

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

Name
cursor-click-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 click 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="M8.31707 10.1904C7.94409 9.01818 9.06221 7.93216 10.2184 8.31736L21.9762 12.2334C23.2896 12.6714 23.3568 14.5046 22.0768 15.0361L17.2321 17.0459L14.8454 22.1386C14.2677 23.3711 12.4749 23.257 12.0612 21.958L8.31707 10.1904Z" stroke="none"/><path d="M12.1748 5.7626L13.9549 3.9872M7.8824 4.6963L6.9812 2M4.704 7.8671L2 6.9681M5.7726 12.148L3.9925 13.9234"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCursorClickDuotone(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="M8.31707 10.1904C7.94409 9.01818 9.06221 7.93216 10.2184 8.31736L21.9762 12.2334C23.2896 12.6714 23.3568 14.5046 22.0768 15.0361L17.2321 17.0459L14.8454 22.1386C14.2677 23.3711 12.4749 23.257 12.0612 21.958L8.31707 10.1904Z" stroke="none"/><path d="M12.1748 5.7626L13.9549 3.9872M7.8824 4.6963L6.9812 2M4.704 7.8671L2 6.9681M5.7726 12.148L3.9925 13.9234"/></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="M8.31707 10.1904C7.94409 9.01818 9.06221 7.93216 10.2184 8.31736L21.9762 12.2334C23.2896 12.6714 23.3568 14.5046 22.0768 15.0361L17.2321 17.0459L14.8454 22.1386C14.2677 23.3711 12.4749 23.257 12.0612 21.958L8.31707 10.1904Z" stroke="none"/><path d="M12.1748 5.7626L13.9549 3.9872M7.8824 4.6963L6.9812 2M4.704 7.8671L2 6.9681M5.7726 12.148L3.9925 13.9234"/></g></svg>
</template>

CSS

.icon-cursor-click-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%22M8.31707%2010.1904C7.94409%209.01818%209.06221%207.93216%2010.2184%208.31736L21.9762%2012.2334C23.2896%2012.6714%2023.3568%2014.5046%2022.0768%2015.0361L17.2321%2017.0459L14.8454%2022.1386C14.2677%2023.3711%2012.4749%2023.257%2012.0612%2021.958L8.31707%2010.1904Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12.1748%205.7626L13.9549%203.9872M7.8824%204.6963L6.9812%202M4.704%207.8671L2%206.9681M5.7726%2012.148L3.9925%2013.9234%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%22M8.31707%2010.1904C7.94409%209.01818%209.06221%207.93216%2010.2184%208.31736L21.9762%2012.2334C23.2896%2012.6714%2023.3568%2014.5046%2022.0768%2015.0361L17.2321%2017.0459L14.8454%2022.1386C14.2677%2023.3711%2012.4749%2023.257%2012.0612%2021.958L8.31707%2010.1904Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12.1748%205.7626L13.9549%203.9872M7.8824%204.6963L6.9812%202M4.704%207.8671L2%206.9681M5.7726%2012.148L3.9925%2013.9234%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-click-duotone.svg?color=%231a73e8&size=48