cursor-click-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
cursor-click-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the cursor click icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5M3.61 3.61a.5.5 0 0 1 .708 0l1.414 1.415a.5.5 0 1 1-.707.707L3.611 4.318a.5.5 0 0 1 0-.707m7.78 0a.5.5 0 0 1 0 .708L9.974 5.732a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0M2 7.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m5.5.532v9.26a.5.5 0 0 0 .854.354l2.56-2.56a2 2 0 0 1 1.414-.586h3.232a.5.5 0 0 0 .31-.892L8.31 7.639a.5.5 0 0 0-.81.393"/></svg>

React

import type { SVGProps } from "react";

export function FluentCursorClick20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5M3.61 3.61a.5.5 0 0 1 .708 0l1.414 1.415a.5.5 0 1 1-.707.707L3.611 4.318a.5.5 0 0 1 0-.707m7.78 0a.5.5 0 0 1 0 .708L9.974 5.732a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0M2 7.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m5.5.532v9.26a.5.5 0 0 0 .854.354l2.56-2.56a2 2 0 0 1 1.414-.586h3.232a.5.5 0 0 0 .31-.892L8.31 7.639a.5.5 0 0 0-.81.393"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5M3.61 3.61a.5.5 0 0 1 .708 0l1.414 1.415a.5.5 0 1 1-.707.707L3.611 4.318a.5.5 0 0 1 0-.707m7.78 0a.5.5 0 0 1 0 .708L9.974 5.732a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0M2 7.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m5.5.532v9.26a.5.5 0 0 0 .854.354l2.56-2.56a2 2 0 0 1 1.414-.586h3.232a.5.5 0 0 0 .31-.892L8.31 7.639a.5.5 0 0 0-.81.393"/></svg>
</template>

CSS

.icon-cursor-click-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%202a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-1%200v-2a.5.5%200%200%201%20.5-.5M3.61%203.61a.5.5%200%200%201%20.708%200l1.414%201.415a.5.5%200%201%201-.707.707L3.611%204.318a.5.5%200%200%201%200-.707m7.78%200a.5.5%200%200%201%200%20.708L9.974%205.732a.5.5%200%201%201-.707-.707l1.414-1.414a.5.5%200%200%201%20.707%200M2%207.5a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5m5.5.532v9.26a.5.5%200%200%200%20.854.354l2.56-2.56a2%202%200%200%201%201.414-.586h3.232a.5.5%200%200%200%20.31-.892L8.31%207.639a.5.5%200%200%200-.81.393%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%202a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-1%200v-2a.5.5%200%200%201%20.5-.5M3.61%203.61a.5.5%200%200%201%20.708%200l1.414%201.415a.5.5%200%201%201-.707.707L3.611%204.318a.5.5%200%200%201%200-.707m7.78%200a.5.5%200%200%201%200%20.708L9.974%205.732a.5.5%200%201%201-.707-.707l1.414-1.414a.5.5%200%200%201%20.707%200M2%207.5a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5m5.5.532v9.26a.5.5%200%200%200%20.854.354l2.56-2.56a2%202%200%200%201%201.414-.586h3.232a.5.5%200%200%200%20.31-.892L8.31%207.639a.5.5%200%200%200-.81.393%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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