cursor signal icon

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

Name
cursor-signal-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 signal 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="M9.33541 11.1582C8.98387 10.053 9.99387 9.02619 11.0805 9.30369L11.186 9.33396L22.0034 12.9375C23.2819 13.3639 23.3468 15.1486 22.101 15.666L17.6723 17.5029L15.4907 22.1601C14.9281 23.3592 13.1822 23.2485 12.7797 21.9834L9.33541 11.1582Z" stroke="none"/><path d="M6 10C6 7.7909 7.7909 6 10 6M2 10C2 5.5817 5.5817 2 10 2"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCursorSignalDuotone(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="M9.33541 11.1582C8.98387 10.053 9.99387 9.02619 11.0805 9.30369L11.186 9.33396L22.0034 12.9375C23.2819 13.3639 23.3468 15.1486 22.101 15.666L17.6723 17.5029L15.4907 22.1601C14.9281 23.3592 13.1822 23.2485 12.7797 21.9834L9.33541 11.1582Z" stroke="none"/><path d="M6 10C6 7.7909 7.7909 6 10 6M2 10C2 5.5817 5.5817 2 10 2"/></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="M9.33541 11.1582C8.98387 10.053 9.99387 9.02619 11.0805 9.30369L11.186 9.33396L22.0034 12.9375C23.2819 13.3639 23.3468 15.1486 22.101 15.666L17.6723 17.5029L15.4907 22.1601C14.9281 23.3592 13.1822 23.2485 12.7797 21.9834L9.33541 11.1582Z" stroke="none"/><path d="M6 10C6 7.7909 7.7909 6 10 6M2 10C2 5.5817 5.5817 2 10 2"/></g></svg>
</template>

CSS

.icon-cursor-signal-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%22M9.33541%2011.1582C8.98387%2010.053%209.99387%209.02619%2011.0805%209.30369L11.186%209.33396L22.0034%2012.9375C23.2819%2013.3639%2023.3468%2015.1486%2022.101%2015.666L17.6723%2017.5029L15.4907%2022.1601C14.9281%2023.3592%2013.1822%2023.2485%2012.7797%2021.9834L9.33541%2011.1582Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M6%2010C6%207.7909%207.7909%206%2010%206M2%2010C2%205.5817%205.5817%202%2010%202%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%22M9.33541%2011.1582C8.98387%2010.053%209.99387%209.02619%2011.0805%209.30369L11.186%209.33396L22.0034%2012.9375C23.2819%2013.3639%2023.3468%2015.1486%2022.101%2015.666L17.6723%2017.5029L15.4907%2022.1601C14.9281%2023.3592%2013.1822%2023.2485%2012.7797%2021.9834L9.33541%2011.1582Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M6%2010C6%207.7909%207.7909%206%2010%206M2%2010C2%205.5817%205.5817%202%2010%202%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-signal-duotone.svg?color=%231a73e8&size=48