Pixelarticons

Lasso Pixel Art Icon

A lasso tool icon for freehand selection in image editors, canvas tools, and vector drawing applications.

design Free 1 variant

Style variants

base

Outline ยท rounded corners

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Lasso icon

A looping rope or freehand-drawn closed curve, the classic symbol for freehand selection. Raster editors like Photoshop use it as the lasso selection tool; vector apps use it for rubber-band or freehand region selection. Place it in a toolbar where users draw irregular selections by hand rather than clicking precise points. For straight-edged rectangular selection, the marquee or rectangle-select icon fits better; the lasso signals curved, freeform intent.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/lasso.svg" width="24" height="24" alt="Lasso" />

<!-- React -->
import { Lasso } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="lasso.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons