lasso-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
lasso-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

8 other variants in Fluent UI System Icons

The same icon in other sets

Use the lasso icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.162 2.212a8 8 0 0 1 3.676 0a.5.5 0 0 1-.229.974a7 7 0 0 0-3.218 0a.5.5 0 0 1-.229-.974m-1.68 1.144a.5.5 0 0 1-.163.689a7.04 7.04 0 0 0-2.274 2.274a.5.5 0 1 1-.85-.526a8.04 8.04 0 0 1 2.598-2.599a.5.5 0 0 1 .688.162m7.037 0a.5.5 0 0 1 .688-.162a8.04 8.04 0 0 1 2.599 2.599a.5.5 0 0 1-.85.526a7.04 7.04 0 0 0-2.275-2.274a.5.5 0 0 1-.162-.689M2.813 7.79a.5.5 0 0 1 .373.601a7 7 0 0 0 0 3.218a.5.5 0 0 1-.974.229a8 8 0 0 1 0-3.676a.5.5 0 0 1 .601-.372m14.374 0a.5.5 0 0 1 .6.372a8 8 0 0 1 0 3.676a.5.5 0 0 1-.973-.229a7 7 0 0 0 0-3.218a.5.5 0 0 1 .373-.601m-13.83 5.729a.5.5 0 0 1 .688.162a7.04 7.04 0 0 0 2.274 2.275a.5.5 0 1 1-.526.85a8.04 8.04 0 0 1-2.599-2.599a.5.5 0 0 1 .162-.688m13.577.73a.5.5 0 1 0-.868-.497l-.002.004l-.014.023l-.062.098a6 6 0 0 1-.26.367a7.8 7.8 0 0 1-1.153 1.212C13.559 14.664 12.2 14 10.5 14c-1.521 0-2.487.9-2.487 2s.966 2 2.487 2c1.673 0 3.018-.57 4.033-1.258l.114.111a8.6 8.6 0 0 1 1.325 1.723l.063.114l.015.028l.003.006a.5.5 0 1 0 .894-.448s-.13-.235-.001-.002l-.002-.003l-.006-.012a3 3 0 0 0-.098-.179a9.6 9.6 0 0 0-1.487-1.934l-.021-.022a9 9 0 0 0 1.19-1.274a7 7 0 0 0 .403-.586l.006-.01zM10.5 15c1.3 0 2.376.463 3.229 1.072A6.06 6.06 0 0 1 10.5 17c-1.128 0-1.487-.6-1.487-1s.359-1 1.487-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentLasso20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.162 2.212a8 8 0 0 1 3.676 0a.5.5 0 0 1-.229.974a7 7 0 0 0-3.218 0a.5.5 0 0 1-.229-.974m-1.68 1.144a.5.5 0 0 1-.163.689a7.04 7.04 0 0 0-2.274 2.274a.5.5 0 1 1-.85-.526a8.04 8.04 0 0 1 2.598-2.599a.5.5 0 0 1 .688.162m7.037 0a.5.5 0 0 1 .688-.162a8.04 8.04 0 0 1 2.599 2.599a.5.5 0 0 1-.85.526a7.04 7.04 0 0 0-2.275-2.274a.5.5 0 0 1-.162-.689M2.813 7.79a.5.5 0 0 1 .373.601a7 7 0 0 0 0 3.218a.5.5 0 0 1-.974.229a8 8 0 0 1 0-3.676a.5.5 0 0 1 .601-.372m14.374 0a.5.5 0 0 1 .6.372a8 8 0 0 1 0 3.676a.5.5 0 0 1-.973-.229a7 7 0 0 0 0-3.218a.5.5 0 0 1 .373-.601m-13.83 5.729a.5.5 0 0 1 .688.162a7.04 7.04 0 0 0 2.274 2.275a.5.5 0 1 1-.526.85a8.04 8.04 0 0 1-2.599-2.599a.5.5 0 0 1 .162-.688m13.577.73a.5.5 0 1 0-.868-.497l-.002.004l-.014.023l-.062.098a6 6 0 0 1-.26.367a7.8 7.8 0 0 1-1.153 1.212C13.559 14.664 12.2 14 10.5 14c-1.521 0-2.487.9-2.487 2s.966 2 2.487 2c1.673 0 3.018-.57 4.033-1.258l.114.111a8.6 8.6 0 0 1 1.325 1.723l.063.114l.015.028l.003.006a.5.5 0 1 0 .894-.448s-.13-.235-.001-.002l-.002-.003l-.006-.012a3 3 0 0 0-.098-.179a9.6 9.6 0 0 0-1.487-1.934l-.021-.022a9 9 0 0 0 1.19-1.274a7 7 0 0 0 .403-.586l.006-.01zM10.5 15c1.3 0 2.376.463 3.229 1.072A6.06 6.06 0 0 1 10.5 17c-1.128 0-1.487-.6-1.487-1s.359-1 1.487-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.162 2.212a8 8 0 0 1 3.676 0a.5.5 0 0 1-.229.974a7 7 0 0 0-3.218 0a.5.5 0 0 1-.229-.974m-1.68 1.144a.5.5 0 0 1-.163.689a7.04 7.04 0 0 0-2.274 2.274a.5.5 0 1 1-.85-.526a8.04 8.04 0 0 1 2.598-2.599a.5.5 0 0 1 .688.162m7.037 0a.5.5 0 0 1 .688-.162a8.04 8.04 0 0 1 2.599 2.599a.5.5 0 0 1-.85.526a7.04 7.04 0 0 0-2.275-2.274a.5.5 0 0 1-.162-.689M2.813 7.79a.5.5 0 0 1 .373.601a7 7 0 0 0 0 3.218a.5.5 0 0 1-.974.229a8 8 0 0 1 0-3.676a.5.5 0 0 1 .601-.372m14.374 0a.5.5 0 0 1 .6.372a8 8 0 0 1 0 3.676a.5.5 0 0 1-.973-.229a7 7 0 0 0 0-3.218a.5.5 0 0 1 .373-.601m-13.83 5.729a.5.5 0 0 1 .688.162a7.04 7.04 0 0 0 2.274 2.275a.5.5 0 1 1-.526.85a8.04 8.04 0 0 1-2.599-2.599a.5.5 0 0 1 .162-.688m13.577.73a.5.5 0 1 0-.868-.497l-.002.004l-.014.023l-.062.098a6 6 0 0 1-.26.367a7.8 7.8 0 0 1-1.153 1.212C13.559 14.664 12.2 14 10.5 14c-1.521 0-2.487.9-2.487 2s.966 2 2.487 2c1.673 0 3.018-.57 4.033-1.258l.114.111a8.6 8.6 0 0 1 1.325 1.723l.063.114l.015.028l.003.006a.5.5 0 1 0 .894-.448s-.13-.235-.001-.002l-.002-.003l-.006-.012a3 3 0 0 0-.098-.179a9.6 9.6 0 0 0-1.487-1.934l-.021-.022a9 9 0 0 0 1.19-1.274a7 7 0 0 0 .403-.586l.006-.01zM10.5 15c1.3 0 2.376.463 3.229 1.072A6.06 6.06 0 0 1 10.5 17c-1.128 0-1.487-.6-1.487-1s.359-1 1.487-1"/></svg>
</template>

CSS

.icon-lasso-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.162%202.212a8%208%200%200%201%203.676%200a.5.5%200%200%201-.229.974a7%207%200%200%200-3.218%200a.5.5%200%200%201-.229-.974m-1.68%201.144a.5.5%200%200%201-.163.689a7.04%207.04%200%200%200-2.274%202.274a.5.5%200%201%201-.85-.526a8.04%208.04%200%200%201%202.598-2.599a.5.5%200%200%201%20.688.162m7.037%200a.5.5%200%200%201%20.688-.162a8.04%208.04%200%200%201%202.599%202.599a.5.5%200%200%201-.85.526a7.04%207.04%200%200%200-2.275-2.274a.5.5%200%200%201-.162-.689M2.813%207.79a.5.5%200%200%201%20.373.601a7%207%200%200%200%200%203.218a.5.5%200%200%201-.974.229a8%208%200%200%201%200-3.676a.5.5%200%200%201%20.601-.372m14.374%200a.5.5%200%200%201%20.6.372a8%208%200%200%201%200%203.676a.5.5%200%200%201-.973-.229a7%207%200%200%200%200-3.218a.5.5%200%200%201%20.373-.601m-13.83%205.729a.5.5%200%200%201%20.688.162a7.04%207.04%200%200%200%202.274%202.275a.5.5%200%201%201-.526.85a8.04%208.04%200%200%201-2.599-2.599a.5.5%200%200%201%20.162-.688m13.577.73a.5.5%200%201%200-.868-.497l-.002.004l-.014.023l-.062.098a6%206%200%200%201-.26.367a7.8%207.8%200%200%201-1.153%201.212C13.559%2014.664%2012.2%2014%2010.5%2014c-1.521%200-2.487.9-2.487%202s.966%202%202.487%202c1.673%200%203.018-.57%204.033-1.258l.114.111a8.6%208.6%200%200%201%201.325%201.723l.063.114l.015.028l.003.006a.5.5%200%201%200%20.894-.448s-.13-.235-.001-.002l-.002-.003l-.006-.012a3%203%200%200%200-.098-.179a9.6%209.6%200%200%200-1.487-1.934l-.021-.022a9%209%200%200%200%201.19-1.274a7%207%200%200%200%20.403-.586l.006-.01zM10.5%2015c1.3%200%202.376.463%203.229%201.072A6.06%206.06%200%200%201%2010.5%2017c-1.128%200-1.487-.6-1.487-1s.359-1%201.487-1%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.162%202.212a8%208%200%200%201%203.676%200a.5.5%200%200%201-.229.974a7%207%200%200%200-3.218%200a.5.5%200%200%201-.229-.974m-1.68%201.144a.5.5%200%200%201-.163.689a7.04%207.04%200%200%200-2.274%202.274a.5.5%200%201%201-.85-.526a8.04%208.04%200%200%201%202.598-2.599a.5.5%200%200%201%20.688.162m7.037%200a.5.5%200%200%201%20.688-.162a8.04%208.04%200%200%201%202.599%202.599a.5.5%200%200%201-.85.526a7.04%207.04%200%200%200-2.275-2.274a.5.5%200%200%201-.162-.689M2.813%207.79a.5.5%200%200%201%20.373.601a7%207%200%200%200%200%203.218a.5.5%200%200%201-.974.229a8%208%200%200%201%200-3.676a.5.5%200%200%201%20.601-.372m14.374%200a.5.5%200%200%201%20.6.372a8%208%200%200%201%200%203.676a.5.5%200%200%201-.973-.229a7%207%200%200%200%200-3.218a.5.5%200%200%201%20.373-.601m-13.83%205.729a.5.5%200%200%201%20.688.162a7.04%207.04%200%200%200%202.274%202.275a.5.5%200%201%201-.526.85a8.04%208.04%200%200%201-2.599-2.599a.5.5%200%200%201%20.162-.688m13.577.73a.5.5%200%201%200-.868-.497l-.002.004l-.014.023l-.062.098a6%206%200%200%201-.26.367a7.8%207.8%200%200%201-1.153%201.212C13.559%2014.664%2012.2%2014%2010.5%2014c-1.521%200-2.487.9-2.487%202s.966%202%202.487%202c1.673%200%203.018-.57%204.033-1.258l.114.111a8.6%208.6%200%200%201%201.325%201.723l.063.114l.015.028l.003.006a.5.5%200%201%200%20.894-.448s-.13-.235-.001-.002l-.002-.003l-.006-.012a3%203%200%200%200-.098-.179a9.6%209.6%200%200%200-1.487-1.934l-.021-.022a9%209%200%200%200%201.19-1.274a7%207%200%200%200%20.403-.586l.006-.01zM10.5%2015c1.3%200%202.376.463%203.229%201.072A6.06%206.06%200%200%201%2010.5%2017c-1.128%200-1.487-.6-1.487-1s.359-1%201.487-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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