lasso select icon
lasso-select from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- lasso-select
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- lasso-select-outline, lasso-select-outline-sharp, lasso-select-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the lasso select icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.025 11.139l-1-.085q.13-1.035.465-2.016q.333-.982.881-1.861l.854.512q-.5.775-.787 1.65t-.413 1.8m1.592 7.207q-.728-.723-1.251-1.599q-.524-.876-.88-1.855l.939-.303q.3.874.775 1.637t1.125 1.413zM7.675 5.24l-.511-.854q.898-.548 1.87-.882t2.007-.464l.084 1q-.925.125-1.8.412t-1.65.788m4.3 15.75q-.779 0-1.545-.138q-.766-.137-1.509-.424l.304-.938q.675.225 1.35.362t1.4.138zm5.65-14.65q-.65-.65-1.412-1.125t-1.638-.775l.342-.939q.96.356 1.826.879t1.59 1.252zm-1.388 13.85l-.646-4.262l3.615.6l-.462.539l-2.692-1.385l4.038 2.654l-.384.846l-3.254-2.654l.646 3.339zm3.738-8.2q0-.725-.118-1.41t-.382-1.34l.939-.304q.286.723.424 1.499q.137.776.137 1.555z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLassoSelect(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="m4.025 11.139l-1-.085q.13-1.035.465-2.016q.333-.982.881-1.861l.854.512q-.5.775-.787 1.65t-.413 1.8m1.592 7.207q-.728-.723-1.251-1.599q-.524-.876-.88-1.855l.939-.303q.3.874.775 1.637t1.125 1.413zM7.675 5.24l-.511-.854q.898-.548 1.87-.882t2.007-.464l.084 1q-.925.125-1.8.412t-1.65.788m4.3 15.75q-.779 0-1.545-.138q-.766-.137-1.509-.424l.304-.938q.675.225 1.35.362t1.4.138zm5.65-14.65q-.65-.65-1.412-1.125t-1.638-.775l.342-.939q.96.356 1.826.879t1.59 1.252zm-1.388 13.85l-.646-4.262l3.615.6l-.462.539l-2.692-1.385l4.038 2.654l-.384.846l-3.254-2.654l.646 3.339zm3.738-8.2q0-.725-.118-1.41t-.382-1.34l.939-.304q.286.723.424 1.499q.137.776.137 1.555z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.025 11.139l-1-.085q.13-1.035.465-2.016q.333-.982.881-1.861l.854.512q-.5.775-.787 1.65t-.413 1.8m1.592 7.207q-.728-.723-1.251-1.599q-.524-.876-.88-1.855l.939-.303q.3.874.775 1.637t1.125 1.413zM7.675 5.24l-.511-.854q.898-.548 1.87-.882t2.007-.464l.084 1q-.925.125-1.8.412t-1.65.788m4.3 15.75q-.779 0-1.545-.138q-.766-.137-1.509-.424l.304-.938q.675.225 1.35.362t1.4.138zm5.65-14.65q-.65-.65-1.412-1.125t-1.638-.775l.342-.939q.96.356 1.826.879t1.59 1.252zm-1.388 13.85l-.646-4.262l3.615.6l-.462.539l-2.692-1.385l4.038 2.654l-.384.846l-3.254-2.654l.646 3.339zm3.738-8.2q0-.725-.118-1.41t-.382-1.34l.939-.304q.286.723.424 1.499q.137.776.137 1.555z"/></svg> </template>
CSS
.icon-lasso-select {
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%22m4.025%2011.139l-1-.085q.13-1.035.465-2.016q.333-.982.881-1.861l.854.512q-.5.775-.787%201.65t-.413%201.8m1.592%207.207q-.728-.723-1.251-1.599q-.524-.876-.88-1.855l.939-.303q.3.874.775%201.637t1.125%201.413zM7.675%205.24l-.511-.854q.898-.548%201.87-.882t2.007-.464l.084%201q-.925.125-1.8.412t-1.65.788m4.3%2015.75q-.779%200-1.545-.138q-.766-.137-1.509-.424l.304-.938q.675.225%201.35.362t1.4.138zm5.65-14.65q-.65-.65-1.412-1.125t-1.638-.775l.342-.939q.96.356%201.826.879t1.59%201.252zm-1.388%2013.85l-.646-4.262l3.615.6l-.462.539l-2.692-1.385l4.038%202.654l-.384.846l-3.254-2.654l.646%203.339zm3.738-8.2q0-.725-.118-1.41t-.382-1.34l.939-.304q.286.723.424%201.499q.137.776.137%201.555z%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%22m4.025%2011.139l-1-.085q.13-1.035.465-2.016q.333-.982.881-1.861l.854.512q-.5.775-.787%201.65t-.413%201.8m1.592%207.207q-.728-.723-1.251-1.599q-.524-.876-.88-1.855l.939-.303q.3.874.775%201.637t1.125%201.413zM7.675%205.24l-.511-.854q.898-.548%201.87-.882t2.007-.464l.084%201q-.925.125-1.8.412t-1.65.788m4.3%2015.75q-.779%200-1.545-.138q-.766-.137-1.509-.424l.304-.938q.675.225%201.35.362t1.4.138zm5.65-14.65q-.65-.65-1.412-1.125t-1.638-.775l.342-.939q.96.356%201.826.879t1.59%201.252zm-1.388%2013.85l-.646-4.262l3.615.6l-.462.539l-2.692-1.385l4.038%202.654l-.384.846l-3.254-2.654l.646%203.339zm3.738-8.2q0-.725-.118-1.41t-.382-1.34l.939-.304q.286.723.424%201.499q.137.776.137%201.555z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/lasso-select.svg?color=%231a73e8&size=48