cursor click icon
cursor-click-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- cursor-click-fill
- Set
- Keyline Icons
- Style
- Fill
- 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" d="M13.0143 21.6534L9.26998 9.88621C9.14678 9.499 9.51625 9.13601 9.90258 9.26471L21.6597 13.1814C22.0965 13.3269 22.1184 13.9348 21.6933 14.1113L16.6698 16.1966C16.5552 16.2442 16.4625 16.3328 16.41 16.4449L13.9403 21.7135C13.7482 22.1234 13.1515 22.0847 13.0143 21.6534Z" stroke="none"/><path d="M12.1748 5.76261L13.9549 3.98724M7.88236 4.69633L6.98121 2M4.70404 7.86707L2 6.96809M5.77258 12.14803L3.99248 13.9234M9.26992 9.88622L13.0143 21.6534C13.1515 22.0847 13.7482 22.1234 13.9403 21.7136L16.4099 16.4449C16.4625 16.3328 16.5551 16.2442 16.6697 16.1967L21.6933 14.1113C22.1184 13.9348 22.0964 13.3269 21.6597 13.1814L9.90251 9.26472C9.51618 9.13602 9.14671 9.49902 9.26992 9.88622Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCursorClickFill(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" d="M13.0143 21.6534L9.26998 9.88621C9.14678 9.499 9.51625 9.13601 9.90258 9.26471L21.6597 13.1814C22.0965 13.3269 22.1184 13.9348 21.6933 14.1113L16.6698 16.1966C16.5552 16.2442 16.4625 16.3328 16.41 16.4449L13.9403 21.7135C13.7482 22.1234 13.1515 22.0847 13.0143 21.6534Z" stroke="none"/><path d="M12.1748 5.76261L13.9549 3.98724M7.88236 4.69633L6.98121 2M4.70404 7.86707L2 6.96809M5.77258 12.14803L3.99248 13.9234M9.26992 9.88622L13.0143 21.6534C13.1515 22.0847 13.7482 22.1234 13.9403 21.7136L16.4099 16.4449C16.4625 16.3328 16.5551 16.2442 16.6697 16.1967L21.6933 14.1113C22.1184 13.9348 22.0964 13.3269 21.6597 13.1814L9.90251 9.26472C9.51618 9.13602 9.14671 9.49902 9.26992 9.88622Z"/></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" d="M13.0143 21.6534L9.26998 9.88621C9.14678 9.499 9.51625 9.13601 9.90258 9.26471L21.6597 13.1814C22.0965 13.3269 22.1184 13.9348 21.6933 14.1113L16.6698 16.1966C16.5552 16.2442 16.4625 16.3328 16.41 16.4449L13.9403 21.7135C13.7482 22.1234 13.1515 22.0847 13.0143 21.6534Z" stroke="none"/><path d="M12.1748 5.76261L13.9549 3.98724M7.88236 4.69633L6.98121 2M4.70404 7.86707L2 6.96809M5.77258 12.14803L3.99248 13.9234M9.26992 9.88622L13.0143 21.6534C13.1515 22.0847 13.7482 22.1234 13.9403 21.7136L16.4099 16.4449C16.4625 16.3328 16.5551 16.2442 16.6697 16.1967L21.6933 14.1113C22.1184 13.9348 22.0964 13.3269 21.6597 13.1814L9.90251 9.26472C9.51618 9.13602 9.14671 9.49902 9.26992 9.88622Z"/></g></svg> </template>
CSS
.icon-cursor-click-fill {
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%20d%3D%22M13.0143%2021.6534L9.26998%209.88621C9.14678%209.499%209.51625%209.13601%209.90258%209.26471L21.6597%2013.1814C22.0965%2013.3269%2022.1184%2013.9348%2021.6933%2014.1113L16.6698%2016.1966C16.5552%2016.2442%2016.4625%2016.3328%2016.41%2016.4449L13.9403%2021.7135C13.7482%2022.1234%2013.1515%2022.0847%2013.0143%2021.6534Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12.1748%205.76261L13.9549%203.98724M7.88236%204.69633L6.98121%202M4.70404%207.86707L2%206.96809M5.77258%2012.14803L3.99248%2013.9234M9.26992%209.88622L13.0143%2021.6534C13.1515%2022.0847%2013.7482%2022.1234%2013.9403%2021.7136L16.4099%2016.4449C16.4625%2016.3328%2016.5551%2016.2442%2016.6697%2016.1967L21.6933%2014.1113C22.1184%2013.9348%2022.0964%2013.3269%2021.6597%2013.1814L9.90251%209.26472C9.51618%209.13602%209.14671%209.49902%209.26992%209.88622Z%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%20d%3D%22M13.0143%2021.6534L9.26998%209.88621C9.14678%209.499%209.51625%209.13601%209.90258%209.26471L21.6597%2013.1814C22.0965%2013.3269%2022.1184%2013.9348%2021.6933%2014.1113L16.6698%2016.1966C16.5552%2016.2442%2016.4625%2016.3328%2016.41%2016.4449L13.9403%2021.7135C13.7482%2022.1234%2013.1515%2022.0847%2013.0143%2021.6534Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12.1748%205.76261L13.9549%203.98724M7.88236%204.69633L6.98121%202M4.70404%207.86707L2%206.96809M5.77258%2012.14803L3.99248%2013.9234M9.26992%209.88622L13.0143%2021.6534C13.1515%2022.0847%2013.7482%2022.1234%2013.9403%2021.7136L16.4099%2016.4449C16.4625%2016.3328%2016.5551%2016.2442%2016.6697%2016.1967L21.6933%2014.1113C22.1184%2013.9348%2022.0964%2013.3269%2021.6597%2013.1814L9.90251%209.26472C9.51618%209.13602%209.14671%209.49902%209.26992%209.88622Z%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-fill.svg?color=%231a73e8&size=48