cursor-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
cursor-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the cursor 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-linejoin="round" stroke-width="2"><path fill="currentColor" d="M8.3184 20.5112L3.0341 3.9139C2.8602 3.3677 3.3816 2.8558 3.9268 3.0373L20.5197 8.5617C21.1361 8.7669 21.1671 9.6243 20.5672 9.8732L13.2258 12.919L9.6254 20.596C9.3541 21.174 8.5121 21.1195 8.3184 20.5112Z" stroke="none"/><path d="M8.8628 21L3 3L21 9.1543L13.2258 12.919L8.8628 21Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCursorSharpFill(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M8.3184 20.5112L3.0341 3.9139C2.8602 3.3677 3.3816 2.8558 3.9268 3.0373L20.5197 8.5617C21.1361 8.7669 21.1671 9.6243 20.5672 9.8732L13.2258 12.919L9.6254 20.596C9.3541 21.174 8.5121 21.1195 8.3184 20.5112Z" stroke="none"/><path d="M8.8628 21L3 3L21 9.1543L13.2258 12.919L8.8628 21Z"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" d="M8.3184 20.5112L3.0341 3.9139C2.8602 3.3677 3.3816 2.8558 3.9268 3.0373L20.5197 8.5617C21.1361 8.7669 21.1671 9.6243 20.5672 9.8732L13.2258 12.919L9.6254 20.596C9.3541 21.174 8.5121 21.1195 8.3184 20.5112Z" stroke="none"/><path d="M8.8628 21L3 3L21 9.1543L13.2258 12.919L8.8628 21Z"/></g></svg>
</template>

CSS

.icon-cursor-sharp-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.3184%2020.5112L3.0341%203.9139C2.8602%203.3677%203.3816%202.8558%203.9268%203.0373L20.5197%208.5617C21.1361%208.7669%2021.1671%209.6243%2020.5672%209.8732L13.2258%2012.919L9.6254%2020.596C9.3541%2021.174%208.5121%2021.1195%208.3184%2020.5112Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M8.8628%2021L3%203L21%209.1543L13.2258%2012.919L8.8628%2021Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.3184%2020.5112L3.0341%203.9139C2.8602%203.3677%203.3816%202.8558%203.9268%203.0373L20.5197%208.5617C21.1361%208.7669%2021.1671%209.6243%2020.5672%209.8732L13.2258%2012.919L9.6254%2020.596C9.3541%2021.174%208.5121%2021.1195%208.3184%2020.5112Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M8.8628%2021L3%203L21%209.1543L13.2258%2012.919L8.8628%2021Z%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-sharp-fill.svg?color=%231a73e8&size=48