cursor signal icon
cursor-signal from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- cursor-signal
- Set
- Keyline Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
Related icons in Keyline Icons
Use the cursor signal 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="M10.28833 10.85532L13.73316 21.68113C13.85938 22.07792 14.40834 22.11353 14.58508 21.73651L16.85711 16.88931C16.9055 16.78618 16.99069 16.70466 17.09612 16.66096L21.71784 14.7424C22.10893 14.58002 22.08869 14.02075 21.68692 13.88689L10.87031 10.28354C10.51489 10.16514 10.17497 10.4991 10.28833 10.85532ZM6 10C6 7.7909 7.7909 6 10 6M2 10C2 5.5817 5.5817 2 10 2"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCursorSignal(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="M10.28833 10.85532L13.73316 21.68113C13.85938 22.07792 14.40834 22.11353 14.58508 21.73651L16.85711 16.88931C16.9055 16.78618 16.99069 16.70466 17.09612 16.66096L21.71784 14.7424C22.10893 14.58002 22.08869 14.02075 21.68692 13.88689L10.87031 10.28354C10.51489 10.16514 10.17497 10.4991 10.28833 10.85532ZM6 10C6 7.7909 7.7909 6 10 6M2 10C2 5.5817 5.5817 2 10 2"/></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="M10.28833 10.85532L13.73316 21.68113C13.85938 22.07792 14.40834 22.11353 14.58508 21.73651L16.85711 16.88931C16.9055 16.78618 16.99069 16.70466 17.09612 16.66096L21.71784 14.7424C22.10893 14.58002 22.08869 14.02075 21.68692 13.88689L10.87031 10.28354C10.51489 10.16514 10.17497 10.4991 10.28833 10.85532ZM6 10C6 7.7909 7.7909 6 10 6M2 10C2 5.5817 5.5817 2 10 2"/></svg> </template>
CSS
.icon-cursor-signal {
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%22M10.28833%2010.85532L13.73316%2021.68113C13.85938%2022.07792%2014.40834%2022.11353%2014.58508%2021.73651L16.85711%2016.88931C16.9055%2016.78618%2016.99069%2016.70466%2017.09612%2016.66096L21.71784%2014.7424C22.10893%2014.58002%2022.08869%2014.02075%2021.68692%2013.88689L10.87031%2010.28354C10.51489%2010.16514%2010.17497%2010.4991%2010.28833%2010.85532ZM6%2010C6%207.7909%207.7909%206%2010%206M2%2010C2%205.5817%205.5817%202%2010%202%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%22M10.28833%2010.85532L13.73316%2021.68113C13.85938%2022.07792%2014.40834%2022.11353%2014.58508%2021.73651L16.85711%2016.88931C16.9055%2016.78618%2016.99069%2016.70466%2017.09612%2016.66096L21.71784%2014.7424C22.10893%2014.58002%2022.08869%2014.02075%2021.68692%2013.88689L10.87031%2010.28354C10.51489%2010.16514%2010.17497%2010.4991%2010.28833%2010.85532ZM6%2010C6%207.7909%207.7909%206%2010%206M2%2010C2%205.5817%205.5817%202%2010%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/cursor-signal.svg?color=%231a73e8&size=48