cursor progress 04 icon
cursor-progress-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- cursor-progress-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
cursor-01cursor-02cursor-add-selection-01cursor-add-selection-02cursor-circle-selection-01cursor-circle-selection-02cursor-disabled-01cursor-disabled-02cursor-edit-01cursor-edit-02cursor-hold-01cursor-hold-02cursor-in-windowcursor-info-01cursor-info-02cursor-loading-01cursor-loading-02cursor-magic-selection-01cursor-magic-selection-02cursor-magic-selection-03cursor-magic-selection-04cursor-move-01cursor-move-02cursor-pointer-01
Use the cursor progress 04 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m8.047 3.449l5.363 2.098h0c3.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.589h0L3.45 8.047C2.18 4.808 1.548 3.189 2.369 2.368c.82-.82 2.44-.187 5.678 1.08M17.5 13s-1 .818-1 2.454s2 2.455 2 4.092s-1 2.454-1 2.454m0-9a4.5 4.5 0 0 0-4.5 4.5m4.5-4.5a4.5 4.5 0 0 1 4.5 4.5M17.5 22a4.5 4.5 0 0 0 4.5-4.5M17.5 22a4.5 4.5 0 0 1-4.5-4.5m9 0s-.818-1-2.454-1s-2.455 2-4.091 2s-2.455-1-2.455-1"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCursorProgress04(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m8.047 3.449l5.363 2.098h0c3.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.589h0L3.45 8.047C2.18 4.808 1.548 3.189 2.369 2.368c.82-.82 2.44-.187 5.678 1.08M17.5 13s-1 .818-1 2.454s2 2.455 2 4.092s-1 2.454-1 2.454m0-9a4.5 4.5 0 0 0-4.5 4.5m4.5-4.5a4.5 4.5 0 0 1 4.5 4.5M17.5 22a4.5 4.5 0 0 0 4.5-4.5M17.5 22a4.5 4.5 0 0 1-4.5-4.5m9 0s-.818-1-2.454-1s-2.455 2-4.091 2s-2.455-1-2.455-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m8.047 3.449l5.363 2.098h0c3.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.589h0L3.45 8.047C2.18 4.808 1.548 3.189 2.369 2.368c.82-.82 2.44-.187 5.678 1.08M17.5 13s-1 .818-1 2.454s2 2.455 2 4.092s-1 2.454-1 2.454m0-9a4.5 4.5 0 0 0-4.5 4.5m4.5-4.5a4.5 4.5 0 0 1 4.5 4.5M17.5 22a4.5 4.5 0 0 0 4.5-4.5M17.5 22a4.5 4.5 0 0 1-4.5-4.5m9 0s-.818-1-2.454-1s-2.455 2-4.091 2s-2.455-1-2.455-1"/></svg> </template>
CSS
.icon-cursor-progress-04 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m8.047%203.449l5.363%202.098h0c3.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.589h0L3.45%208.047C2.18%204.808%201.548%203.189%202.369%202.368c.82-.82%202.44-.187%205.678%201.08M17.5%2013s-1%20.818-1%202.454s2%202.455%202%204.092s-1%202.454-1%202.454m0-9a4.5%204.5%200%200%200-4.5%204.5m4.5-4.5a4.5%204.5%200%200%201%204.5%204.5M17.5%2022a4.5%204.5%200%200%200%204.5-4.5M17.5%2022a4.5%204.5%200%200%201-4.5-4.5m9%200s-.818-1-2.454-1s-2.455%202-4.091%202s-2.455-1-2.455-1%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m8.047%203.449l5.363%202.098h0c3.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.589h0L3.45%208.047C2.18%204.808%201.548%203.189%202.369%202.368c.82-.82%202.44-.187%205.678%201.08M17.5%2013s-1%20.818-1%202.454s2%202.455%202%204.092s-1%202.454-1%202.454m0-9a4.5%204.5%200%200%200-4.5%204.5m4.5-4.5a4.5%204.5%200%200%201%204.5%204.5M17.5%2022a4.5%204.5%200%200%200%204.5-4.5M17.5%2022a4.5%204.5%200%200%201-4.5-4.5m9%200s-.818-1-2.454-1s-2.455%202-4.091%202s-2.455-1-2.455-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/cursor-progress-04.svg?color=%231a73e8&size=48