cursor-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
cursor-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the cursor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.68 3.422a1.1 1.1 0 0 1 1.828-.754l9.91 8.79c.733.65.315 1.861-.662 1.922l-3.088.19l2.283 5.456a1.5 1.5 0 0 1-.795 1.96l-1.787.76a1.5 1.5 0 0 1-1.97-.795l-2.42-5.724l-2.302 1.989c-.738.637-1.879.07-1.817-.903z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCursorFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.68 3.422a1.1 1.1 0 0 1 1.828-.754l9.91 8.79c.733.65.315 1.861-.662 1.922l-3.088.19l2.283 5.456a1.5 1.5 0 0 1-.795 1.96l-1.787.76a1.5 1.5 0 0 1-1.97-.795l-2.42-5.724l-2.302 1.989c-.738.637-1.879.07-1.817-.903z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.68 3.422a1.1 1.1 0 0 1 1.828-.754l9.91 8.79c.733.65.315 1.861-.662 1.922l-3.088.19l2.283 5.456a1.5 1.5 0 0 1-.795 1.96l-1.787.76a1.5 1.5 0 0 1-1.97-.795l-2.42-5.724l-2.302 1.989c-.738.637-1.879.07-1.817-.903z"/></svg>
</template>

CSS

.icon-cursor-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.68%203.422a1.1%201.1%200%200%201%201.828-.754l9.91%208.79c.733.65.315%201.861-.662%201.922l-3.088.19l2.283%205.456a1.5%201.5%200%200%201-.795%201.96l-1.787.76a1.5%201.5%200%200%201-1.97-.795l-2.42-5.724l-2.302%201.989c-.738.637-1.879.07-1.817-.903z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.68%203.422a1.1%201.1%200%200%201%201.828-.754l9.91%208.79c.733.65.315%201.861-.662%201.922l-3.088.19l2.283%205.456a1.5%201.5%200%200%201-.795%201.96l-1.787.76a1.5%201.5%200%200%201-1.97-.795l-2.42-5.724l-2.302%201.989c-.738.637-1.879.07-1.817-.903z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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