cursor edit 02 icon

cursor-edit-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
cursor-edit-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the cursor edit 02 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="1.5"><path d="m12.791 8.768l4.693 1.836c2.706 1.059 4.06 1.589 4.015 2.429s-1.457 1.225-4.282 1.995c-.841.23-1.262.344-1.553.636c-.292.291-.406.712-.636 1.553c-.77 2.825-1.155 4.237-1.995 4.282s-1.37-1.308-2.43-4.015L8.769 12.79c-1.11-2.834-1.664-4.25-.946-4.969c.718-.718 2.135-.163 4.969.946Z"/><path stroke-linecap="round" d="M4.5 2.5h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1m0 11h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1m11-11h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1m-2 1.5h-8M4 5.5v8"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCursorEdit02(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="1.5"><path d="m12.791 8.768l4.693 1.836c2.706 1.059 4.06 1.589 4.015 2.429s-1.457 1.225-4.282 1.995c-.841.23-1.262.344-1.553.636c-.292.291-.406.712-.636 1.553c-.77 2.825-1.155 4.237-1.995 4.282s-1.37-1.308-2.43-4.015L8.769 12.79c-1.11-2.834-1.664-4.25-.946-4.969c.718-.718 2.135-.163 4.969.946Z"/><path strokeLinecap="round" d="M4.5 2.5h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1m0 11h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1m11-11h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1m-2 1.5h-8M4 5.5v8"/></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="1.5"><path d="m12.791 8.768l4.693 1.836c2.706 1.059 4.06 1.589 4.015 2.429s-1.457 1.225-4.282 1.995c-.841.23-1.262.344-1.553.636c-.292.291-.406.712-.636 1.553c-.77 2.825-1.155 4.237-1.995 4.282s-1.37-1.308-2.43-4.015L8.769 12.79c-1.11-2.834-1.664-4.25-.946-4.969c.718-.718 2.135-.163 4.969.946Z"/><path stroke-linecap="round" d="M4.5 2.5h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1m0 11h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1m11-11h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1m-2 1.5h-8M4 5.5v8"/></g></svg>
</template>

CSS

.icon-cursor-edit-02 {
  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%221.5%22%3E%3Cpath%20d%3D%22m12.791%208.768l4.693%201.836c2.706%201.059%204.06%201.589%204.015%202.429s-1.457%201.225-4.282%201.995c-.841.23-1.262.344-1.553.636c-.292.291-.406.712-.636%201.553c-.77%202.825-1.155%204.237-1.995%204.282s-1.37-1.308-2.43-4.015L8.769%2012.79c-1.11-2.834-1.664-4.25-.946-4.969c.718-.718%202.135-.163%204.969.946Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%202.5h-1a1%201%200%200%200-1%201v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1a1%201%200%200%200-1-1m0%2011h-1a1%201%200%200%200-1%201v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1a1%201%200%200%200-1-1m11-11h-1a1%201%200%200%200-1%201v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1a1%201%200%200%200-1-1m-2%201.5h-8M4%205.5v8%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%221.5%22%3E%3Cpath%20d%3D%22m12.791%208.768l4.693%201.836c2.706%201.059%204.06%201.589%204.015%202.429s-1.457%201.225-4.282%201.995c-.841.23-1.262.344-1.553.636c-.292.291-.406.712-.636%201.553c-.77%202.825-1.155%204.237-1.995%204.282s-1.37-1.308-2.43-4.015L8.769%2012.79c-1.11-2.834-1.664-4.25-.946-4.969c.718-.718%202.135-.163%204.969.946Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%202.5h-1a1%201%200%200%200-1%201v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1a1%201%200%200%200-1-1m0%2011h-1a1%201%200%200%200-1%201v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1a1%201%200%200%200-1-1m11-11h-1a1%201%200%200%200-1%201v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1a1%201%200%200%200-1-1m-2%201.5h-8M4%205.5v8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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