The Lucide lasso select icon depicts a freehand selection tool, commonly used in user interfaces to select multiple objects or areas by drawing a custom boundary around them.
Common uses
- Image editing software for selecting irregular shapes
- Map applications for selecting regions
- Design tools for grouping elements
Use it in React
Install
npm i lucide-reactImport & render
import { LassoSelect } from 'lucide-react';
<LassoSelect size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- selectcursorlassofreehand selectdraw selectselection toolcustom select
FAQ
- What is the purpose of the lasso select icon?
- It represents a freehand selection tool, allowing users to draw a custom shape to select items. This is useful when a rectangular or circular selection isn't precise enough.
- How do I use the lasso select icon in React?
- You can import and use it in your React application like this: import { LassoSelect } from 'lucide-react'. Then, render it as a component: <LassoSelect />.
- What is the license for the Lucide lasso select icon?
- The Lucide icon library, including the lasso select icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →