cursor click icon

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

Name
cursor-click-fill
Set
Phosphor
Style
Fill
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"><path fill="currentColor" d="M220.49 190.83a12 12 0 0 1 0 17l-12.69 12.66a12 12 0 0 1-17 0l-56.56-56.57L115 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.13l-50.17 19.27ZM96 32a8 8 0 0 0 8-8v-8a8 8 0 0 0-16 0v8a8 8 0 0 0 8 8m-80 72h8a8 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.31"/></svg>

React

import type { SVGProps } from "react";

export function PhCursorClickFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.49 190.83a12 12 0 0 1 0 17l-12.69 12.66a12 12 0 0 1-17 0l-56.56-56.57L115 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.13l-50.17 19.27ZM96 32a8 8 0 0 0 8-8v-8a8 8 0 0 0-16 0v8a8 8 0 0 0 8 8m-80 72h8a8 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.31"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.49 190.83a12 12 0 0 1 0 17l-12.69 12.66a12 12 0 0 1-17 0l-56.56-56.57L115 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.13l-50.17 19.27ZM96 32a8 8 0 0 0 8-8v-8a8 8 0 0 0-16 0v8a8 8 0 0 0 8 8m-80 72h8a8 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.31"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220.49%20190.83a12%2012%200%200%201%200%2017l-12.69%2012.66a12%2012%200%200%201-17%200l-56.56-56.57L115%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.13l-50.17%2019.27ZM96%2032a8%208%200%200%200%208-8v-8a8%208%200%200%200-16%200v8a8%208%200%200%200%208%208m-80%2072h8a8%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.31%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220.49%20190.83a12%2012%200%200%201%200%2017l-12.69%2012.66a12%2012%200%200%201-17%200l-56.56-56.57L115%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.13l-50.17%2019.27ZM96%2032a8%208%200%200%200%208-8v-8a8%208%200%200%200-16%200v8a8%208%200%200%200%208%208m-80%2072h8a8%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.31%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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