lasso tool 01 icon

lasso-tool-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
lasso-tool-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the lasso tool 01 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-width="1.5" d="M17.3 15.512c3.042-2.532 5.348-5.553 4.535-8.582c-1.05-3.913-6.3-5.908-11.727-4.456c-5.426 1.451-8.974 5.8-7.924 9.713c.853 3.177 3.704 4.788 8.166 4.233m6.95-.908c-1.384-3.988-7.582-2.696-7.298 0c.21 1.999 4.928 1.999 7.298 0Zm0 0c.827 2.784-1.055 5.934-4.343 6.488"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLassoTool01(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" strokeWidth="1.5" d="M17.3 15.512c3.042-2.532 5.348-5.553 4.535-8.582c-1.05-3.913-6.3-5.908-11.727-4.456c-5.426 1.451-8.974 5.8-7.924 9.713c.853 3.177 3.704 4.788 8.166 4.233m6.95-.908c-1.384-3.988-7.582-2.696-7.298 0c.21 1.999 4.928 1.999 7.298 0Zm0 0c.827 2.784-1.055 5.934-4.343 6.488"/></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-width="1.5" d="M17.3 15.512c3.042-2.532 5.348-5.553 4.535-8.582c-1.05-3.913-6.3-5.908-11.727-4.456c-5.426 1.451-8.974 5.8-7.924 9.713c.853 3.177 3.704 4.788 8.166 4.233m6.95-.908c-1.384-3.988-7.582-2.696-7.298 0c.21 1.999 4.928 1.999 7.298 0Zm0 0c.827 2.784-1.055 5.934-4.343 6.488"/></svg>
</template>

CSS

.icon-lasso-tool-01 {
  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-width%3D%221.5%22%20d%3D%22M17.3%2015.512c3.042-2.532%205.348-5.553%204.535-8.582c-1.05-3.913-6.3-5.908-11.727-4.456c-5.426%201.451-8.974%205.8-7.924%209.713c.853%203.177%203.704%204.788%208.166%204.233m6.95-.908c-1.384-3.988-7.582-2.696-7.298%200c.21%201.999%204.928%201.999%207.298%200Zm0%200c.827%202.784-1.055%205.934-4.343%206.488%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-width%3D%221.5%22%20d%3D%22M17.3%2015.512c3.042-2.532%205.348-5.553%204.535-8.582c-1.05-3.913-6.3-5.908-11.727-4.456c-5.426%201.451-8.974%205.8-7.924%209.713c.853%203.177%203.704%204.788%208.166%204.233m6.95-.908c-1.384-3.988-7.582-2.696-7.298%200c.21%201.999%204.928%201.999%207.298%200Zm0%200c.827%202.784-1.055%205.934-4.343%206.488%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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