lasso polygon icon

lasso-polygon-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
lasso-polygon-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the lasso polygon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.581 2.186l6.566 4.69l7.502-2.812a1 1 0 0 1 1.326.714l.019.112l1 9a1 1 0 0 1-.678 1.059l-9 3a1 1 0 0 1-.553.023L7.329 16.89a3 3 0 0 1-1.287.923c.095.986.374 1.9.826 2.69a1 1 0 0 1-1.736.993c-.624-1.09-.99-2.335-1.098-3.656A3 3 0 0 1 2 15l.005-.176a3 3 0 0 1 .86-1.932l-.818-2.59a1 1 0 0 1-.009-.577l2-7a1 1 0 0 1 1.543-.539m-.009 2.451L4.044 9.985l.642 2.031Q4.841 12 5 12a3 3 0 0 1 3 2.995l3.957.965l7.96-2.654l-.769-6.919l-6.797 2.55a1 1 0 0 1-.827-.058l-.105-.065z"/></svg>

React

import type { SVGProps } from "react";

export function TablerLassoPolygonFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.581 2.186l6.566 4.69l7.502-2.812a1 1 0 0 1 1.326.714l.019.112l1 9a1 1 0 0 1-.678 1.059l-9 3a1 1 0 0 1-.553.023L7.329 16.89a3 3 0 0 1-1.287.923c.095.986.374 1.9.826 2.69a1 1 0 0 1-1.736.993c-.624-1.09-.99-2.335-1.098-3.656A3 3 0 0 1 2 15l.005-.176a3 3 0 0 1 .86-1.932l-.818-2.59a1 1 0 0 1-.009-.577l2-7a1 1 0 0 1 1.543-.539m-.009 2.451L4.044 9.985l.642 2.031Q4.841 12 5 12a3 3 0 0 1 3 2.995l3.957.965l7.96-2.654l-.769-6.919l-6.797 2.55a1 1 0 0 1-.827-.058l-.105-.065z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.581 2.186l6.566 4.69l7.502-2.812a1 1 0 0 1 1.326.714l.019.112l1 9a1 1 0 0 1-.678 1.059l-9 3a1 1 0 0 1-.553.023L7.329 16.89a3 3 0 0 1-1.287.923c.095.986.374 1.9.826 2.69a1 1 0 0 1-1.736.993c-.624-1.09-.99-2.335-1.098-3.656A3 3 0 0 1 2 15l.005-.176a3 3 0 0 1 .86-1.932l-.818-2.59a1 1 0 0 1-.009-.577l2-7a1 1 0 0 1 1.543-.539m-.009 2.451L4.044 9.985l.642 2.031Q4.841 12 5 12a3 3 0 0 1 3 2.995l3.957.965l7.96-2.654l-.769-6.919l-6.797 2.55a1 1 0 0 1-.827-.058l-.105-.065z"/></svg>
</template>

CSS

.icon-lasso-polygon-filled {
  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%22currentColor%22%20d%3D%22m5.581%202.186l6.566%204.69l7.502-2.812a1%201%200%200%201%201.326.714l.019.112l1%209a1%201%200%200%201-.678%201.059l-9%203a1%201%200%200%201-.553.023L7.329%2016.89a3%203%200%200%201-1.287.923c.095.986.374%201.9.826%202.69a1%201%200%200%201-1.736.993c-.624-1.09-.99-2.335-1.098-3.656A3%203%200%200%201%202%2015l.005-.176a3%203%200%200%201%20.86-1.932l-.818-2.59a1%201%200%200%201-.009-.577l2-7a1%201%200%200%201%201.543-.539m-.009%202.451L4.044%209.985l.642%202.031Q4.841%2012%205%2012a3%203%200%200%201%203%202.995l3.957.965l7.96-2.654l-.769-6.919l-6.797%202.55a1%201%200%200%201-.827-.058l-.105-.065z%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%22currentColor%22%20d%3D%22m5.581%202.186l6.566%204.69l7.502-2.812a1%201%200%200%201%201.326.714l.019.112l1%209a1%201%200%200%201-.678%201.059l-9%203a1%201%200%200%201-.553.023L7.329%2016.89a3%203%200%200%201-1.287.923c.095.986.374%201.9.826%202.69a1%201%200%200%201-1.736.993c-.624-1.09-.99-2.335-1.098-3.656A3%203%200%200%201%202%2015l.005-.176a3%203%200%200%201%20.86-1.932l-.818-2.59a1%201%200%200%201-.009-.577l2-7a1%201%200%200%201%201.543-.539m-.009%202.451L4.044%209.985l.642%202.031Q4.841%2012%205%2012a3%203%200%200%201%203%202.995l3.957.965l7.96-2.654l-.769-6.919l-6.797%202.55a1%201%200%200%201-.827-.058l-.105-.065z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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