cursor progress 03 icon

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

Name
cursor-progress-03
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the cursor progress 03 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="m8.547 3.949l5.363 2.098c3.093 1.21 4.64 1.816 4.589 2.776s-1.666 1.4-4.894 2.28c-.961.263-1.442.394-1.775.727s-.464.814-.726 1.775c-.88 3.228-1.321 4.843-2.281 4.894s-1.565-1.496-2.776-4.589L3.95 8.547C2.68 5.308 2.048 3.689 2.869 2.868c.82-.82 2.44-.187 5.678 1.08Z"/><path stroke-linecap="round" d="M18.259 13.531a4.2 4.2 0 0 0-1.018 0m1.018 7.938a4.2 4.2 0 0 1-1.018 0m4.259-5.52a4 4 0 0 0-.509-.866m-6.482 4.835a4 4 0 0 1-.509-.866m.508-3.97a4 4 0 0 0-.508.867m7.5 3.103a4 4 0 0 1-.509.866"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCursorProgress03(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="m8.547 3.949l5.363 2.098c3.093 1.21 4.64 1.816 4.589 2.776s-1.666 1.4-4.894 2.28c-.961.263-1.442.394-1.775.727s-.464.814-.726 1.775c-.88 3.228-1.321 4.843-2.281 4.894s-1.565-1.496-2.776-4.589L3.95 8.547C2.68 5.308 2.048 3.689 2.869 2.868c.82-.82 2.44-.187 5.678 1.08Z"/><path strokeLinecap="round" d="M18.259 13.531a4.2 4.2 0 0 0-1.018 0m1.018 7.938a4.2 4.2 0 0 1-1.018 0m4.259-5.52a4 4 0 0 0-.509-.866m-6.482 4.835a4 4 0 0 1-.509-.866m.508-3.97a4 4 0 0 0-.508.867m7.5 3.103a4 4 0 0 1-.509.866"/></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="m8.547 3.949l5.363 2.098c3.093 1.21 4.64 1.816 4.589 2.776s-1.666 1.4-4.894 2.28c-.961.263-1.442.394-1.775.727s-.464.814-.726 1.775c-.88 3.228-1.321 4.843-2.281 4.894s-1.565-1.496-2.776-4.589L3.95 8.547C2.68 5.308 2.048 3.689 2.869 2.868c.82-.82 2.44-.187 5.678 1.08Z"/><path stroke-linecap="round" d="M18.259 13.531a4.2 4.2 0 0 0-1.018 0m1.018 7.938a4.2 4.2 0 0 1-1.018 0m4.259-5.52a4 4 0 0 0-.509-.866m-6.482 4.835a4 4 0 0 1-.509-.866m.508-3.97a4 4 0 0 0-.508.867m7.5 3.103a4 4 0 0 1-.509.866"/></g></svg>
</template>

CSS

.icon-cursor-progress-03 {
  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%22m8.547%203.949l5.363%202.098c3.093%201.21%204.64%201.816%204.589%202.776s-1.666%201.4-4.894%202.28c-.961.263-1.442.394-1.775.727s-.464.814-.726%201.775c-.88%203.228-1.321%204.843-2.281%204.894s-1.565-1.496-2.776-4.589L3.95%208.547C2.68%205.308%202.048%203.689%202.869%202.868c.82-.82%202.44-.187%205.678%201.08Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.259%2013.531a4.2%204.2%200%200%200-1.018%200m1.018%207.938a4.2%204.2%200%200%201-1.018%200m4.259-5.52a4%204%200%200%200-.509-.866m-6.482%204.835a4%204%200%200%201-.509-.866m.508-3.97a4%204%200%200%200-.508.867m7.5%203.103a4%204%200%200%201-.509.866%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%22m8.547%203.949l5.363%202.098c3.093%201.21%204.64%201.816%204.589%202.776s-1.666%201.4-4.894%202.28c-.961.263-1.442.394-1.775.727s-.464.814-.726%201.775c-.88%203.228-1.321%204.843-2.281%204.894s-1.565-1.496-2.776-4.589L3.95%208.547C2.68%205.308%202.048%203.689%202.869%202.868c.82-.82%202.44-.187%205.678%201.08Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.259%2013.531a4.2%204.2%200%200%200-1.018%200m1.018%207.938a4.2%204.2%200%200%201-1.018%200m4.259-5.52a4%204%200%200%200-.509-.866m-6.482%204.835a4%204%200%200%201-.509-.866m.508-3.97a4%204%200%200%200-.508.867m7.5%203.103a4%204%200%200%201-.509.866%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-progress-03.svg?color=%231a73e8&size=48