The Tabler lasso polygon icon visually represents a polygonal selection tool, commonly used in design software for creating or manipulating custom shapes.
Common uses
- Select custom area in an image editor
- Define a complex region for editing
- Create vector shapes in a drawing app
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLassoPolygon } from '@tabler/icons-react';
<IconLassoPolygon size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconLassoPolygon size={24} stroke={2} />filled
<IconLassoPolygonFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- geometryadobetoolshapelassopolygoncreativeartisticvisualaestheticdesignpolygon selectcustom shape toolselection toolvector lasso
FAQ
- What is this icon used for?
- This icon represents a polygonal lasso tool, used for making selections or defining custom shapes in design applications.
- How do I use this icon in React?
- You can import and use it in your React application with: import { IconLassoPolygon } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including lasso-polygon, are distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →