cursor click icon

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

Name
cursor-click-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the cursor click icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M213.66 201L201 213.66a8 8 0 0 1-11.31 0l-51.31-51.31a8 8 0 0 0-13 2.46l-17.82 46.41a8 8 0 0 1-14.85-.71L40.41 50.44a8 8 0 0 1 10-10l160.1 52.24a8 8 0 0 1 .71 14.85l-46.41 17.82a8 8 0 0 0-2.46 13l51.31 51.31a8 8 0 0 1 0 11.34" opacity=".2"/><path d="M88 24v-8a8 8 0 0 1 16 0v8a8 8 0 0 1-16 0m-72 80h8a8 8 0 0 0 0-16h-8a8 8 0 0 0 0 16m108.42-64.84a8 8 0 0 0 10.74-3.58l8-16a8 8 0 0 0-14.31-7.16l-8 16a8 8 0 0 0 3.57 10.74m-96 81.69l-16 8a8 8 0 0 0 7.16 14.31l16-8a8 8 0 1 0-7.16-14.31M219.31 184a16 16 0 0 1 0 22.63l-12.68 12.68a16 16 0 0 1-22.63 0L132.7 168L115 214.09c0 .1-.08.21-.13.32a15.83 15.83 0 0 1-14.6 9.59h-.79a15.83 15.83 0 0 1-14.41-11L32.8 52.92A16 16 0 0 1 52.92 32.8L213 85.07a16 16 0 0 1 1.41 29.8l-.32.13L168 132.69ZM208 195.31L156.69 144a16 16 0 0 1 4.93-26l.32-.14l45.95-17.64L48 48l52.2 159.86l17.65-46c0-.11.08-.22.13-.33a16 16 0 0 1 11.69-9.34a16.7 16.7 0 0 1 3-.28a16 16 0 0 1 11.3 4.69l51.34 51.4Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhCursorClickDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M213.66 201L201 213.66a8 8 0 0 1-11.31 0l-51.31-51.31a8 8 0 0 0-13 2.46l-17.82 46.41a8 8 0 0 1-14.85-.71L40.41 50.44a8 8 0 0 1 10-10l160.1 52.24a8 8 0 0 1 .71 14.85l-46.41 17.82a8 8 0 0 0-2.46 13l51.31 51.31a8 8 0 0 1 0 11.34" opacity=".2"/><path d="M88 24v-8a8 8 0 0 1 16 0v8a8 8 0 0 1-16 0m-72 80h8a8 8 0 0 0 0-16h-8a8 8 0 0 0 0 16m108.42-64.84a8 8 0 0 0 10.74-3.58l8-16a8 8 0 0 0-14.31-7.16l-8 16a8 8 0 0 0 3.57 10.74m-96 81.69l-16 8a8 8 0 0 0 7.16 14.31l16-8a8 8 0 1 0-7.16-14.31M219.31 184a16 16 0 0 1 0 22.63l-12.68 12.68a16 16 0 0 1-22.63 0L132.7 168L115 214.09c0 .1-.08.21-.13.32a15.83 15.83 0 0 1-14.6 9.59h-.79a15.83 15.83 0 0 1-14.41-11L32.8 52.92A16 16 0 0 1 52.92 32.8L213 85.07a16 16 0 0 1 1.41 29.8l-.32.13L168 132.69ZM208 195.31L156.69 144a16 16 0 0 1 4.93-26l.32-.14l45.95-17.64L48 48l52.2 159.86l17.65-46c0-.11.08-.22.13-.33a16 16 0 0 1 11.69-9.34a16.7 16.7 0 0 1 3-.28a16 16 0 0 1 11.3 4.69l51.34 51.4Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M213.66 201L201 213.66a8 8 0 0 1-11.31 0l-51.31-51.31a8 8 0 0 0-13 2.46l-17.82 46.41a8 8 0 0 1-14.85-.71L40.41 50.44a8 8 0 0 1 10-10l160.1 52.24a8 8 0 0 1 .71 14.85l-46.41 17.82a8 8 0 0 0-2.46 13l51.31 51.31a8 8 0 0 1 0 11.34" opacity=".2"/><path d="M88 24v-8a8 8 0 0 1 16 0v8a8 8 0 0 1-16 0m-72 80h8a8 8 0 0 0 0-16h-8a8 8 0 0 0 0 16m108.42-64.84a8 8 0 0 0 10.74-3.58l8-16a8 8 0 0 0-14.31-7.16l-8 16a8 8 0 0 0 3.57 10.74m-96 81.69l-16 8a8 8 0 0 0 7.16 14.31l16-8a8 8 0 1 0-7.16-14.31M219.31 184a16 16 0 0 1 0 22.63l-12.68 12.68a16 16 0 0 1-22.63 0L132.7 168L115 214.09c0 .1-.08.21-.13.32a15.83 15.83 0 0 1-14.6 9.59h-.79a15.83 15.83 0 0 1-14.41-11L32.8 52.92A16 16 0 0 1 52.92 32.8L213 85.07a16 16 0 0 1 1.41 29.8l-.32.13L168 132.69ZM208 195.31L156.69 144a16 16 0 0 1 4.93-26l.32-.14l45.95-17.64L48 48l52.2 159.86l17.65-46c0-.11.08-.22.13-.33a16 16 0 0 1 11.69-9.34a16.7 16.7 0 0 1 3-.28a16 16 0 0 1 11.3 4.69l51.34 51.4Z"/></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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M213.66%20201L201%20213.66a8%208%200%200%201-11.31%200l-51.31-51.31a8%208%200%200%200-13%202.46l-17.82%2046.41a8%208%200%200%201-14.85-.71L40.41%2050.44a8%208%200%200%201%2010-10l160.1%2052.24a8%208%200%200%201%20.71%2014.85l-46.41%2017.82a8%208%200%200%200-2.46%2013l51.31%2051.31a8%208%200%200%201%200%2011.34%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M88%2024v-8a8%208%200%200%201%2016%200v8a8%208%200%200%201-16%200m-72%2080h8a8%208%200%200%200%200-16h-8a8%208%200%200%200%200%2016m108.42-64.84a8%208%200%200%200%2010.74-3.58l8-16a8%208%200%200%200-14.31-7.16l-8%2016a8%208%200%200%200%203.57%2010.74m-96%2081.69l-16%208a8%208%200%200%200%207.16%2014.31l16-8a8%208%200%201%200-7.16-14.31M219.31%20184a16%2016%200%200%201%200%2022.63l-12.68%2012.68a16%2016%200%200%201-22.63%200L132.7%20168L115%20214.09c0%20.1-.08.21-.13.32a15.83%2015.83%200%200%201-14.6%209.59h-.79a15.83%2015.83%200%200%201-14.41-11L32.8%2052.92A16%2016%200%200%201%2052.92%2032.8L213%2085.07a16%2016%200%200%201%201.41%2029.8l-.32.13L168%20132.69ZM208%20195.31L156.69%20144a16%2016%200%200%201%204.93-26l.32-.14l45.95-17.64L48%2048l52.2%20159.86l17.65-46c0-.11.08-.22.13-.33a16%2016%200%200%201%2011.69-9.34a16.7%2016.7%200%200%201%203-.28a16%2016%200%200%201%2011.3%204.69l51.34%2051.4Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M213.66%20201L201%20213.66a8%208%200%200%201-11.31%200l-51.31-51.31a8%208%200%200%200-13%202.46l-17.82%2046.41a8%208%200%200%201-14.85-.71L40.41%2050.44a8%208%200%200%201%2010-10l160.1%2052.24a8%208%200%200%201%20.71%2014.85l-46.41%2017.82a8%208%200%200%200-2.46%2013l51.31%2051.31a8%208%200%200%201%200%2011.34%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M88%2024v-8a8%208%200%200%201%2016%200v8a8%208%200%200%201-16%200m-72%2080h8a8%208%200%200%200%200-16h-8a8%208%200%200%200%200%2016m108.42-64.84a8%208%200%200%200%2010.74-3.58l8-16a8%208%200%200%200-14.31-7.16l-8%2016a8%208%200%200%200%203.57%2010.74m-96%2081.69l-16%208a8%208%200%200%200%207.16%2014.31l16-8a8%208%200%201%200-7.16-14.31M219.31%20184a16%2016%200%200%201%200%2022.63l-12.68%2012.68a16%2016%200%200%201-22.63%200L132.7%20168L115%20214.09c0%20.1-.08.21-.13.32a15.83%2015.83%200%200%201-14.6%209.59h-.79a15.83%2015.83%200%200%201-14.41-11L32.8%2052.92A16%2016%200%200%201%2052.92%2032.8L213%2085.07a16%2016%200%200%201%201.41%2029.8l-.32.13L168%20132.69ZM208%20195.31L156.69%20144a16%2016%200%200%201%204.93-26l.32-.14l45.95-17.64L48%2048l52.2%20159.86l17.65-46c0-.11.08-.22.13-.33a16%2016%200%200%201%2011.69-9.34a16.7%2016.7%200%200%201%203-.28a16%2016%200%200%201%2011.3%204.69l51.34%2051.4Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cursor-click-duotone.svg?color=%231a73e8&size=48