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

Name
lasso-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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.75.75 0 0 1-.344 1.46a6.5 6.5 0 0 0-2.988 0a.75.75 0 0 1-.344-1.46M6.825 3.437a.75.75 0 0 1-.242 1.033A6.54 6.54 0 0 0 4.47 6.583a.75.75 0 0 1-1.275-.79a8.04 8.04 0 0 1 2.598-2.598a.75.75 0 0 1 1.032.242m6.35 0a.75.75 0 0 1 1.032-.242a8.04 8.04 0 0 1 2.598 2.598a.75.75 0 0 1-1.275.79a6.54 6.54 0 0 0-2.112-2.113a.75.75 0 0 1-.243-1.033M3.114 7.604a.75.75 0 0 1 .558.902a6.5 6.5 0 0 0 0 2.988a.75.75 0 0 1-1.46.344a8 8 0 0 1 0-3.676a.75.75 0 0 1 .902-.558m13.772 0a.75.75 0 0 1 .902.558a8 8 0 0 1 0 3.676a.75.75 0 0 1-1.46-.344a6.5 6.5 0 0 0 0-2.988a.75.75 0 0 1 .558-.902m-13.449 5.57a.75.75 0 0 1 1.033.244a6.54 6.54 0 0 0 2.113 2.112a.75.75 0 1 1-.79 1.275a8.04 8.04 0 0 1-2.598-2.598a.75.75 0 0 1 .242-1.032m13.673 1.262a.75.75 0 0 0-1.22-.872l-.003.004l-.017.022l-.074.097a10.3 10.3 0 0 1-1.33 1.376c-1.018-.73-2.34-1.313-3.966-1.313c-.752 0-1.388.244-1.84.677A2.17 2.17 0 0 0 7.987 16c0 .571.224 1.144.671 1.573c.453.433 1.088.677 1.841.677c1.532 0 2.868-.584 3.915-1.274l.055.054a8.4 8.4 0 0 1 1.285 1.67l.06.108l.012.024l.002.003c-.152-.266 0 .002 0 .002a.75.75 0 0 0 1.342-.672l-.001-.002v-.001l-.003-.005l-.007-.012l-.022-.043l-.08-.146a10 10 0 0 0-1.445-1.903a12 12 0 0 0 1.362-1.44q.063-.078.097-.125l.026-.036l.008-.01l.003-.004zm-6.61.814c1.027 0 1.91.304 2.65.743c-.784.443-1.683.757-2.65.757c-.422 0-.668-.131-.803-.26a.67.67 0 0 1-.21-.49c0-.179.07-.356.21-.49c.135-.129.38-.26.803-.26"/></svg>

React

import type { SVGProps } from "react";

export function FluentLasso20Filled(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.75.75 0 0 1-.344 1.46a6.5 6.5 0 0 0-2.988 0a.75.75 0 0 1-.344-1.46M6.825 3.437a.75.75 0 0 1-.242 1.033A6.54 6.54 0 0 0 4.47 6.583a.75.75 0 0 1-1.275-.79a8.04 8.04 0 0 1 2.598-2.598a.75.75 0 0 1 1.032.242m6.35 0a.75.75 0 0 1 1.032-.242a8.04 8.04 0 0 1 2.598 2.598a.75.75 0 0 1-1.275.79a6.54 6.54 0 0 0-2.112-2.113a.75.75 0 0 1-.243-1.033M3.114 7.604a.75.75 0 0 1 .558.902a6.5 6.5 0 0 0 0 2.988a.75.75 0 0 1-1.46.344a8 8 0 0 1 0-3.676a.75.75 0 0 1 .902-.558m13.772 0a.75.75 0 0 1 .902.558a8 8 0 0 1 0 3.676a.75.75 0 0 1-1.46-.344a6.5 6.5 0 0 0 0-2.988a.75.75 0 0 1 .558-.902m-13.449 5.57a.75.75 0 0 1 1.033.244a6.54 6.54 0 0 0 2.113 2.112a.75.75 0 1 1-.79 1.275a8.04 8.04 0 0 1-2.598-2.598a.75.75 0 0 1 .242-1.032m13.673 1.262a.75.75 0 0 0-1.22-.872l-.003.004l-.017.022l-.074.097a10.3 10.3 0 0 1-1.33 1.376c-1.018-.73-2.34-1.313-3.966-1.313c-.752 0-1.388.244-1.84.677A2.17 2.17 0 0 0 7.987 16c0 .571.224 1.144.671 1.573c.453.433 1.088.677 1.841.677c1.532 0 2.868-.584 3.915-1.274l.055.054a8.4 8.4 0 0 1 1.285 1.67l.06.108l.012.024l.002.003c-.152-.266 0 .002 0 .002a.75.75 0 0 0 1.342-.672l-.001-.002v-.001l-.003-.005l-.007-.012l-.022-.043l-.08-.146a10 10 0 0 0-1.445-1.903a12 12 0 0 0 1.362-1.44q.063-.078.097-.125l.026-.036l.008-.01l.003-.004zm-6.61.814c1.027 0 1.91.304 2.65.743c-.784.443-1.683.757-2.65.757c-.422 0-.668-.131-.803-.26a.67.67 0 0 1-.21-.49c0-.179.07-.356.21-.49c.135-.129.38-.26.803-.26"/></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.75.75 0 0 1-.344 1.46a6.5 6.5 0 0 0-2.988 0a.75.75 0 0 1-.344-1.46M6.825 3.437a.75.75 0 0 1-.242 1.033A6.54 6.54 0 0 0 4.47 6.583a.75.75 0 0 1-1.275-.79a8.04 8.04 0 0 1 2.598-2.598a.75.75 0 0 1 1.032.242m6.35 0a.75.75 0 0 1 1.032-.242a8.04 8.04 0 0 1 2.598 2.598a.75.75 0 0 1-1.275.79a6.54 6.54 0 0 0-2.112-2.113a.75.75 0 0 1-.243-1.033M3.114 7.604a.75.75 0 0 1 .558.902a6.5 6.5 0 0 0 0 2.988a.75.75 0 0 1-1.46.344a8 8 0 0 1 0-3.676a.75.75 0 0 1 .902-.558m13.772 0a.75.75 0 0 1 .902.558a8 8 0 0 1 0 3.676a.75.75 0 0 1-1.46-.344a6.5 6.5 0 0 0 0-2.988a.75.75 0 0 1 .558-.902m-13.449 5.57a.75.75 0 0 1 1.033.244a6.54 6.54 0 0 0 2.113 2.112a.75.75 0 1 1-.79 1.275a8.04 8.04 0 0 1-2.598-2.598a.75.75 0 0 1 .242-1.032m13.673 1.262a.75.75 0 0 0-1.22-.872l-.003.004l-.017.022l-.074.097a10.3 10.3 0 0 1-1.33 1.376c-1.018-.73-2.34-1.313-3.966-1.313c-.752 0-1.388.244-1.84.677A2.17 2.17 0 0 0 7.987 16c0 .571.224 1.144.671 1.573c.453.433 1.088.677 1.841.677c1.532 0 2.868-.584 3.915-1.274l.055.054a8.4 8.4 0 0 1 1.285 1.67l.06.108l.012.024l.002.003c-.152-.266 0 .002 0 .002a.75.75 0 0 0 1.342-.672l-.001-.002v-.001l-.003-.005l-.007-.012l-.022-.043l-.08-.146a10 10 0 0 0-1.445-1.903a12 12 0 0 0 1.362-1.44q.063-.078.097-.125l.026-.036l.008-.01l.003-.004zm-6.61.814c1.027 0 1.91.304 2.65.743c-.784.443-1.683.757-2.65.757c-.422 0-.668-.131-.803-.26a.67.67 0 0 1-.21-.49c0-.179.07-.356.21-.49c.135-.129.38-.26.803-.26"/></svg>
</template>

CSS

.icon-lasso-20-filled {
  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.75.75%200%200%201-.344%201.46a6.5%206.5%200%200%200-2.988%200a.75.75%200%200%201-.344-1.46M6.825%203.437a.75.75%200%200%201-.242%201.033A6.54%206.54%200%200%200%204.47%206.583a.75.75%200%200%201-1.275-.79a8.04%208.04%200%200%201%202.598-2.598a.75.75%200%200%201%201.032.242m6.35%200a.75.75%200%200%201%201.032-.242a8.04%208.04%200%200%201%202.598%202.598a.75.75%200%200%201-1.275.79a6.54%206.54%200%200%200-2.112-2.113a.75.75%200%200%201-.243-1.033M3.114%207.604a.75.75%200%200%201%20.558.902a6.5%206.5%200%200%200%200%202.988a.75.75%200%200%201-1.46.344a8%208%200%200%201%200-3.676a.75.75%200%200%201%20.902-.558m13.772%200a.75.75%200%200%201%20.902.558a8%208%200%200%201%200%203.676a.75.75%200%200%201-1.46-.344a6.5%206.5%200%200%200%200-2.988a.75.75%200%200%201%20.558-.902m-13.449%205.57a.75.75%200%200%201%201.033.244a6.54%206.54%200%200%200%202.113%202.112a.75.75%200%201%201-.79%201.275a8.04%208.04%200%200%201-2.598-2.598a.75.75%200%200%201%20.242-1.032m13.673%201.262a.75.75%200%200%200-1.22-.872l-.003.004l-.017.022l-.074.097a10.3%2010.3%200%200%201-1.33%201.376c-1.018-.73-2.34-1.313-3.966-1.313c-.752%200-1.388.244-1.84.677A2.17%202.17%200%200%200%207.987%2016c0%20.571.224%201.144.671%201.573c.453.433%201.088.677%201.841.677c1.532%200%202.868-.584%203.915-1.274l.055.054a8.4%208.4%200%200%201%201.285%201.67l.06.108l.012.024l.002.003c-.152-.266%200%20.002%200%20.002a.75.75%200%200%200%201.342-.672l-.001-.002v-.001l-.003-.005l-.007-.012l-.022-.043l-.08-.146a10%2010%200%200%200-1.445-1.903a12%2012%200%200%200%201.362-1.44q.063-.078.097-.125l.026-.036l.008-.01l.003-.004zm-6.61.814c1.027%200%201.91.304%202.65.743c-.784.443-1.683.757-2.65.757c-.422%200-.668-.131-.803-.26a.67.67%200%200%201-.21-.49c0-.179.07-.356.21-.49c.135-.129.38-.26.803-.26%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.75.75%200%200%201-.344%201.46a6.5%206.5%200%200%200-2.988%200a.75.75%200%200%201-.344-1.46M6.825%203.437a.75.75%200%200%201-.242%201.033A6.54%206.54%200%200%200%204.47%206.583a.75.75%200%200%201-1.275-.79a8.04%208.04%200%200%201%202.598-2.598a.75.75%200%200%201%201.032.242m6.35%200a.75.75%200%200%201%201.032-.242a8.04%208.04%200%200%201%202.598%202.598a.75.75%200%200%201-1.275.79a6.54%206.54%200%200%200-2.112-2.113a.75.75%200%200%201-.243-1.033M3.114%207.604a.75.75%200%200%201%20.558.902a6.5%206.5%200%200%200%200%202.988a.75.75%200%200%201-1.46.344a8%208%200%200%201%200-3.676a.75.75%200%200%201%20.902-.558m13.772%200a.75.75%200%200%201%20.902.558a8%208%200%200%201%200%203.676a.75.75%200%200%201-1.46-.344a6.5%206.5%200%200%200%200-2.988a.75.75%200%200%201%20.558-.902m-13.449%205.57a.75.75%200%200%201%201.033.244a6.54%206.54%200%200%200%202.113%202.112a.75.75%200%201%201-.79%201.275a8.04%208.04%200%200%201-2.598-2.598a.75.75%200%200%201%20.242-1.032m13.673%201.262a.75.75%200%200%200-1.22-.872l-.003.004l-.017.022l-.074.097a10.3%2010.3%200%200%201-1.33%201.376c-1.018-.73-2.34-1.313-3.966-1.313c-.752%200-1.388.244-1.84.677A2.17%202.17%200%200%200%207.987%2016c0%20.571.224%201.144.671%201.573c.453.433%201.088.677%201.841.677c1.532%200%202.868-.584%203.915-1.274l.055.054a8.4%208.4%200%200%201%201.285%201.67l.06.108l.012.024l.002.003c-.152-.266%200%20.002%200%20.002a.75.75%200%200%200%201.342-.672l-.001-.002v-.001l-.003-.005l-.007-.012l-.022-.043l-.08-.146a10%2010%200%200%200-1.445-1.903a12%2012%200%200%200%201.362-1.44q.063-.078.097-.125l.026-.036l.008-.01l.003-.004zm-6.61.814c1.027%200%201.91.304%202.65.743c-.784.443-1.683.757-2.65.757c-.422%200-.668-.131-.803-.26a.67.67%200%200%201-.21-.49c0-.179.07-.356.21-.49c.135-.129.38-.26.803-.26%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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