selection-lasso from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
selection-lasso
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the selection lasso icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.203 3.984a8.081 8.081 0 0 0-3.562 1.22L6.609 3.468c1.375-.844 2.829-1.328 4.36-1.453l.234 1.968zm6.328 2.25c-.875-.843-1.937-1.484-3.187-1.921l.61-1.922c1.5.437 2.827 1.234 3.983 2.39l-1.406 1.453zM5.344 7.406a8.298 8.298 0 0 0-1.36 3.422l-1.968-.281a9.62 9.62 0 0 1 1.687-4.313l1.64 1.172zM21.984 12v.656l-2.015-.14V12c0-1.156-.203-2.203-.61-3.14l1.828-.797A9.963 9.963 0 0 1 21.985 12zm-16.03 5.297l-1.5 1.312a10.571 10.571 0 0 1-2.204-4.078l1.922-.515a8.421 8.421 0 0 0 1.781 3.28zm6.187 4.687h-.188c-1.5 0-2.953-.312-4.36-.937l.891-1.828a8.038 8.038 0 0 0 3.47.797h.187v1.968zM17.016 21H15v-6h6v2.016h-2.578l2.719 2.765l-1.407 1.407l-2.718-2.672V21z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiSelectionLasso(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.203 3.984a8.081 8.081 0 0 0-3.562 1.22L6.609 3.468c1.375-.844 2.829-1.328 4.36-1.453l.234 1.968zm6.328 2.25c-.875-.843-1.937-1.484-3.187-1.921l.61-1.922c1.5.437 2.827 1.234 3.983 2.39l-1.406 1.453zM5.344 7.406a8.298 8.298 0 0 0-1.36 3.422l-1.968-.281a9.62 9.62 0 0 1 1.687-4.313l1.64 1.172zM21.984 12v.656l-2.015-.14V12c0-1.156-.203-2.203-.61-3.14l1.828-.797A9.963 9.963 0 0 1 21.985 12zm-16.03 5.297l-1.5 1.312a10.571 10.571 0 0 1-2.204-4.078l1.922-.515a8.421 8.421 0 0 0 1.781 3.28zm6.187 4.687h-.188c-1.5 0-2.953-.312-4.36-.937l.891-1.828a8.038 8.038 0 0 0 3.47.797h.187v1.968zM17.016 21H15v-6h6v2.016h-2.578l2.719 2.765l-1.407 1.407l-2.718-2.672V21z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.203 3.984a8.081 8.081 0 0 0-3.562 1.22L6.609 3.468c1.375-.844 2.829-1.328 4.36-1.453l.234 1.968zm6.328 2.25c-.875-.843-1.937-1.484-3.187-1.921l.61-1.922c1.5.437 2.827 1.234 3.983 2.39l-1.406 1.453zM5.344 7.406a8.298 8.298 0 0 0-1.36 3.422l-1.968-.281a9.62 9.62 0 0 1 1.687-4.313l1.64 1.172zM21.984 12v.656l-2.015-.14V12c0-1.156-.203-2.203-.61-3.14l1.828-.797A9.963 9.963 0 0 1 21.985 12zm-16.03 5.297l-1.5 1.312a10.571 10.571 0 0 1-2.204-4.078l1.922-.515a8.421 8.421 0 0 0 1.781 3.28zm6.187 4.687h-.188c-1.5 0-2.953-.312-4.36-.937l.891-1.828a8.038 8.038 0 0 0 3.47.797h.187v1.968zM17.016 21H15v-6h6v2.016h-2.578l2.719 2.765l-1.407 1.407l-2.718-2.672V21z" fill="currentColor"/></svg>
</template>

CSS

.icon-selection-lasso {
  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%20d%3D%22M11.203%203.984a8.081%208.081%200%200%200-3.562%201.22L6.609%203.468c1.375-.844%202.829-1.328%204.36-1.453l.234%201.968zm6.328%202.25c-.875-.843-1.937-1.484-3.187-1.921l.61-1.922c1.5.437%202.827%201.234%203.983%202.39l-1.406%201.453zM5.344%207.406a8.298%208.298%200%200%200-1.36%203.422l-1.968-.281a9.62%209.62%200%200%201%201.687-4.313l1.64%201.172zM21.984%2012v.656l-2.015-.14V12c0-1.156-.203-2.203-.61-3.14l1.828-.797A9.963%209.963%200%200%201%2021.985%2012zm-16.03%205.297l-1.5%201.312a10.571%2010.571%200%200%201-2.204-4.078l1.922-.515a8.421%208.421%200%200%200%201.781%203.28zm6.187%204.687h-.188c-1.5%200-2.953-.312-4.36-.937l.891-1.828a8.038%208.038%200%200%200%203.47.797h.187v1.968zM17.016%2021H15v-6h6v2.016h-2.578l2.719%202.765l-1.407%201.407l-2.718-2.672V21z%22%20fill%3D%22currentColor%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%20d%3D%22M11.203%203.984a8.081%208.081%200%200%200-3.562%201.22L6.609%203.468c1.375-.844%202.829-1.328%204.36-1.453l.234%201.968zm6.328%202.25c-.875-.843-1.937-1.484-3.187-1.921l.61-1.922c1.5.437%202.827%201.234%203.983%202.39l-1.406%201.453zM5.344%207.406a8.298%208.298%200%200%200-1.36%203.422l-1.968-.281a9.62%209.62%200%200%201%201.687-4.313l1.64%201.172zM21.984%2012v.656l-2.015-.14V12c0-1.156-.203-2.203-.61-3.14l1.828-.797A9.963%209.963%200%200%201%2021.985%2012zm-16.03%205.297l-1.5%201.312a10.571%2010.571%200%200%201-2.204-4.078l1.922-.515a8.421%208.421%200%200%200%201.781%203.28zm6.187%204.687h-.188c-1.5%200-2.953-.312-4.36-.937l.891-1.828a8.038%208.038%200%200%200%203.47.797h.187v1.968zM17.016%2021H15v-6h6v2.016h-2.578l2.719%202.765l-1.407%201.407l-2.718-2.672V21z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/selection-lasso.svg?color=%231a73e8&size=48