lasso polygon icon

lasso-polygon from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
lasso-polygon
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the lasso polygon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.625 2.22a1 1 0 0 0-1.098-.101L17.935 7.8L3.366 2.07a1 1 0 0 0-1.28 1.336l6.435 14.48a3.965 3.965 0 0 0 1.39 6.944A4.005 4.005 0 0 1 6 28H4v2h2a6.004 6.004 0 0 0 5.928-5.12a4 4 0 0 0 2.93-2.88h8.382a2 2 0 0 0 1.927-1.465l4.796-17.267a1 1 0 0 0-.338-1.049M11 23a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m12.24-3h-8.382a3.897 3.897 0 0 0-4.512-2.934L4.905 4.824L18.065 10l9.345-5.012Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLassoPolygon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.625 2.22a1 1 0 0 0-1.098-.101L17.935 7.8L3.366 2.07a1 1 0 0 0-1.28 1.336l6.435 14.48a3.965 3.965 0 0 0 1.39 6.944A4.005 4.005 0 0 1 6 28H4v2h2a6.004 6.004 0 0 0 5.928-5.12a4 4 0 0 0 2.93-2.88h8.382a2 2 0 0 0 1.927-1.465l4.796-17.267a1 1 0 0 0-.338-1.049M11 23a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m12.24-3h-8.382a3.897 3.897 0 0 0-4.512-2.934L4.905 4.824L18.065 10l9.345-5.012Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.625 2.22a1 1 0 0 0-1.098-.101L17.935 7.8L3.366 2.07a1 1 0 0 0-1.28 1.336l6.435 14.48a3.965 3.965 0 0 0 1.39 6.944A4.005 4.005 0 0 1 6 28H4v2h2a6.004 6.004 0 0 0 5.928-5.12a4 4 0 0 0 2.93-2.88h8.382a2 2 0 0 0 1.927-1.465l4.796-17.267a1 1 0 0 0-.338-1.049M11 23a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m12.24-3h-8.382a3.897 3.897 0 0 0-4.512-2.934L4.905 4.824L18.065 10l9.345-5.012Z"/></svg>
</template>

CSS

.icon-lasso-polygon {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.625%202.22a1%201%200%200%200-1.098-.101L17.935%207.8L3.366%202.07a1%201%200%200%200-1.28%201.336l6.435%2014.48a3.965%203.965%200%200%200%201.39%206.944A4.005%204.005%200%200%201%206%2028H4v2h2a6.004%206.004%200%200%200%205.928-5.12a4%204%200%200%200%202.93-2.88h8.382a2%202%200%200%200%201.927-1.465l4.796-17.267a1%201%200%200%200-.338-1.049M11%2023a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m12.24-3h-8.382a3.897%203.897%200%200%200-4.512-2.934L4.905%204.824L18.065%2010l9.345-5.012Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.625%202.22a1%201%200%200%200-1.098-.101L17.935%207.8L3.366%202.07a1%201%200%200%200-1.28%201.336l6.435%2014.48a3.965%203.965%200%200%200%201.39%206.944A4.005%204.005%200%200%201%206%2028H4v2h2a6.004%206.004%200%200%200%205.928-5.12a4%204%200%200%200%202.93-2.88h8.382a2%202%200%200%200%201.927-1.465l4.796-17.267a1%201%200%200%200-.338-1.049M11%2023a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m12.24-3h-8.382a3.897%203.897%200%200%200-4.512-2.934L4.905%204.824L18.065%2010l9.345-5.012Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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