lasso from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
lasso
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the lasso icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 2h-8a9.984 9.984 0 0 0-4.965 18.655C7.025 20.77 7 20.882 7 21a3.99 3.99 0 0 0 2.91 3.83A4.005 4.005 0 0 1 6 28H4v2h2a6.004 6.004 0 0 0 5.928-5.12a4 4 0 0 0 2.93-2.88H20a10 10 0 0 0 0-20m-9 21a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m9-3h-5.142a3.984 3.984 0 0 0-7.15-1.264A7.99 7.99 0 0 1 12 4h8a8 8 0 0 1 0 16"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLasso(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 2h-8a9.984 9.984 0 0 0-4.965 18.655C7.025 20.77 7 20.882 7 21a3.99 3.99 0 0 0 2.91 3.83A4.005 4.005 0 0 1 6 28H4v2h2a6.004 6.004 0 0 0 5.928-5.12a4 4 0 0 0 2.93-2.88H20a10 10 0 0 0 0-20m-9 21a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m9-3h-5.142a3.984 3.984 0 0 0-7.15-1.264A7.99 7.99 0 0 1 12 4h8a8 8 0 0 1 0 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 2h-8a9.984 9.984 0 0 0-4.965 18.655C7.025 20.77 7 20.882 7 21a3.99 3.99 0 0 0 2.91 3.83A4.005 4.005 0 0 1 6 28H4v2h2a6.004 6.004 0 0 0 5.928-5.12a4 4 0 0 0 2.93-2.88H20a10 10 0 0 0 0-20m-9 21a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m9-3h-5.142a3.984 3.984 0 0 0-7.15-1.264A7.99 7.99 0 0 1 12 4h8a8 8 0 0 1 0 16"/></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%202h-8a9.984%209.984%200%200%200-4.965%2018.655C7.025%2020.77%207%2020.882%207%2021a3.99%203.99%200%200%200%202.91%203.83A4.005%204.005%200%200%201%206%2028H4v2h2a6.004%206.004%200%200%200%205.928-5.12a4%204%200%200%200%202.93-2.88H20a10%2010%200%200%200%200-20m-9%2021a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m9-3h-5.142a3.984%203.984%200%200%200-7.15-1.264A7.99%207.99%200%200%201%2012%204h8a8%208%200%200%201%200%2016%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%202h-8a9.984%209.984%200%200%200-4.965%2018.655C7.025%2020.77%207%2020.882%207%2021a3.99%203.99%200%200%200%202.91%203.83A4.005%204.005%200%200%201%206%2028H4v2h2a6.004%206.004%200%200%200%205.928-5.12a4%204%200%200%200%202.93-2.88H20a10%2010%200%200%200%200-20m-9%2021a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m9-3h-5.142a3.984%203.984%200%200%200-7.15-1.264A7.99%207.99%200%200%201%2012%204h8a8%208%200%200%201%200%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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