The HugeIcons lasso select icon depicts a freehand selection tool, commonly used in user interfaces to select multiple objects or areas by drawing a custom outline around them.
Common uses
- Selecting multiple items in a list or grid
- Defining a region for editing or manipulation
- Drawing custom shapes or paths
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LassoSelectIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LassoSelectIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- freehand selectdraw selectselection toolcustom select
FAQ
- What is the lasso select icon used for?
- It represents a freehand selection tool. Users can draw around items to select them, which is useful for selecting multiple, non-contiguous elements.
- How do I use the LassoSelectIcon in React?
- Import both HugeiconsIcon and LassoSelectIcon, then render the icon using <HugeiconsIcon icon={LassoSelectIcon} />.
- What is the license for this icon?
- The LassoSelectIcon is part of the HugeIcons library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →