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

Name
lasso-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M5.856 8.195c-.296.415-.835.597-1.303.396c-.552-.236-.78-.901-.439-1.395a12.1 12.1 0 0 1 3.008-3.03c.492-.345 1.158-.122 1.399.428c.204.466.026 1.007-.386 1.306a10 10 0 0 0-2.279 2.295m-2.29 2.694c.469.2.709.717.613 1.217a10 10 0 0 0 0 3.788c.096.5-.144 1.017-.612 1.218c-.552.236-1.19-.057-1.313-.645A12 12 0 0 1 2 14c0-.846.087-1.671.254-2.467c.123-.588.761-.88 1.313-.644m.987 8.52c.468-.2 1.007-.018 1.303.396a10 10 0 0 0 2.34 2.34c.45.32.62.927.346 1.406c-.275.48-.889.65-1.344.336a12.1 12.1 0 0 1-3.084-3.083c-.34-.494-.113-1.159.44-1.395m14.044 5.679q.201-.082.405-.172q.056-.025.108-.055a12 12 0 0 0 1.785-1.038q.066.1.13.203a9.8 9.8 0 0 1 .96 2.071l.04.127l.007.028v.003l.001.002a1 1 0 0 0 1.934-.511v-.002l-.001-.002l-.001-.005l-.005-.016l-.015-.052l-.054-.178a11.8 11.8 0 0 0-1.454-2.958a12 12 0 0 0 1.449-1.729c.34-.494.113-1.159-.44-1.395c-.467-.2-1.007-.018-1.302.396q-.46.643-1.013 1.205c-.814-.756-1.845-1.406-3.134-1.729c-2.126-.548-3.89-.323-5.16.406c-1.26.722-2.013 1.944-1.98 3.214c.034 1.324.918 2.452 2.404 2.88c1.258.363 2.906.227 4.91-.526q.215-.08.426-.167m-2.395-1.31c-1.084.261-1.868.23-2.387.081c-.737-.212-.95-.647-.959-1.01c-.01-.418.246-1.009.975-1.427c.718-.411 1.922-.655 3.67-.203l.007.002a5.1 5.1 0 0 1 2.068 1.082a10 10 0 0 1-3.178 1.408q-.102.026-.196.067m8.231-6.666c-.468-.201-.708-.718-.612-1.218a10.1 10.1 0 0 0 0-3.788c-.096-.5.144-1.017.612-1.217c.552-.237 1.19.056 1.313.644a12.05 12.05 0 0 1 0 4.935c-.123.587-.761.88-1.313.643m-.986-8.52c-.468.2-1.007.018-1.303-.397c-.63-.882-1.4-1.658-2.279-2.295c-.412-.299-.59-.84-.386-1.306c.24-.55.907-.773 1.399-.429a12.1 12.1 0 0 1 3.008 3.03c.34.495.113 1.16-.439 1.396m-6.259-5c-.205.467-.723.703-1.223.603a10 10 0 0 0-3.934 0c-.5.1-1.018-.136-1.222-.603c-.24-.55.047-1.19.634-1.317A12 12 0 0 1 14 2c.877 0 1.732.094 2.555.273c.587.127.875.768.634 1.317"/></svg>

React

import type { SVGProps } from "react";

export function FluentLasso28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.856 8.195c-.296.415-.835.597-1.303.396c-.552-.236-.78-.901-.439-1.395a12.1 12.1 0 0 1 3.008-3.03c.492-.345 1.158-.122 1.399.428c.204.466.026 1.007-.386 1.306a10 10 0 0 0-2.279 2.295m-2.29 2.694c.469.2.709.717.613 1.217a10 10 0 0 0 0 3.788c.096.5-.144 1.017-.612 1.218c-.552.236-1.19-.057-1.313-.645A12 12 0 0 1 2 14c0-.846.087-1.671.254-2.467c.123-.588.761-.88 1.313-.644m.987 8.52c.468-.2 1.007-.018 1.303.396a10 10 0 0 0 2.34 2.34c.45.32.62.927.346 1.406c-.275.48-.889.65-1.344.336a12.1 12.1 0 0 1-3.084-3.083c-.34-.494-.113-1.159.44-1.395m14.044 5.679q.201-.082.405-.172q.056-.025.108-.055a12 12 0 0 0 1.785-1.038q.066.1.13.203a9.8 9.8 0 0 1 .96 2.071l.04.127l.007.028v.003l.001.002a1 1 0 0 0 1.934-.511v-.002l-.001-.002l-.001-.005l-.005-.016l-.015-.052l-.054-.178a11.8 11.8 0 0 0-1.454-2.958a12 12 0 0 0 1.449-1.729c.34-.494.113-1.159-.44-1.395c-.467-.2-1.007-.018-1.302.396q-.46.643-1.013 1.205c-.814-.756-1.845-1.406-3.134-1.729c-2.126-.548-3.89-.323-5.16.406c-1.26.722-2.013 1.944-1.98 3.214c.034 1.324.918 2.452 2.404 2.88c1.258.363 2.906.227 4.91-.526q.215-.08.426-.167m-2.395-1.31c-1.084.261-1.868.23-2.387.081c-.737-.212-.95-.647-.959-1.01c-.01-.418.246-1.009.975-1.427c.718-.411 1.922-.655 3.67-.203l.007.002a5.1 5.1 0 0 1 2.068 1.082a10 10 0 0 1-3.178 1.408q-.102.026-.196.067m8.231-6.666c-.468-.201-.708-.718-.612-1.218a10.1 10.1 0 0 0 0-3.788c-.096-.5.144-1.017.612-1.217c.552-.237 1.19.056 1.313.644a12.05 12.05 0 0 1 0 4.935c-.123.587-.761.88-1.313.643m-.986-8.52c-.468.2-1.007.018-1.303-.397c-.63-.882-1.4-1.658-2.279-2.295c-.412-.299-.59-.84-.386-1.306c.24-.55.907-.773 1.399-.429a12.1 12.1 0 0 1 3.008 3.03c.34.495.113 1.16-.439 1.396m-6.259-5c-.205.467-.723.703-1.223.603a10 10 0 0 0-3.934 0c-.5.1-1.018-.136-1.222-.603c-.24-.55.047-1.19.634-1.317A12 12 0 0 1 14 2c.877 0 1.732.094 2.555.273c.587.127.875.768.634 1.317"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.856 8.195c-.296.415-.835.597-1.303.396c-.552-.236-.78-.901-.439-1.395a12.1 12.1 0 0 1 3.008-3.03c.492-.345 1.158-.122 1.399.428c.204.466.026 1.007-.386 1.306a10 10 0 0 0-2.279 2.295m-2.29 2.694c.469.2.709.717.613 1.217a10 10 0 0 0 0 3.788c.096.5-.144 1.017-.612 1.218c-.552.236-1.19-.057-1.313-.645A12 12 0 0 1 2 14c0-.846.087-1.671.254-2.467c.123-.588.761-.88 1.313-.644m.987 8.52c.468-.2 1.007-.018 1.303.396a10 10 0 0 0 2.34 2.34c.45.32.62.927.346 1.406c-.275.48-.889.65-1.344.336a12.1 12.1 0 0 1-3.084-3.083c-.34-.494-.113-1.159.44-1.395m14.044 5.679q.201-.082.405-.172q.056-.025.108-.055a12 12 0 0 0 1.785-1.038q.066.1.13.203a9.8 9.8 0 0 1 .96 2.071l.04.127l.007.028v.003l.001.002a1 1 0 0 0 1.934-.511v-.002l-.001-.002l-.001-.005l-.005-.016l-.015-.052l-.054-.178a11.8 11.8 0 0 0-1.454-2.958a12 12 0 0 0 1.449-1.729c.34-.494.113-1.159-.44-1.395c-.467-.2-1.007-.018-1.302.396q-.46.643-1.013 1.205c-.814-.756-1.845-1.406-3.134-1.729c-2.126-.548-3.89-.323-5.16.406c-1.26.722-2.013 1.944-1.98 3.214c.034 1.324.918 2.452 2.404 2.88c1.258.363 2.906.227 4.91-.526q.215-.08.426-.167m-2.395-1.31c-1.084.261-1.868.23-2.387.081c-.737-.212-.95-.647-.959-1.01c-.01-.418.246-1.009.975-1.427c.718-.411 1.922-.655 3.67-.203l.007.002a5.1 5.1 0 0 1 2.068 1.082a10 10 0 0 1-3.178 1.408q-.102.026-.196.067m8.231-6.666c-.468-.201-.708-.718-.612-1.218a10.1 10.1 0 0 0 0-3.788c-.096-.5.144-1.017.612-1.217c.552-.237 1.19.056 1.313.644a12.05 12.05 0 0 1 0 4.935c-.123.587-.761.88-1.313.643m-.986-8.52c-.468.2-1.007.018-1.303-.397c-.63-.882-1.4-1.658-2.279-2.295c-.412-.299-.59-.84-.386-1.306c.24-.55.907-.773 1.399-.429a12.1 12.1 0 0 1 3.008 3.03c.34.495.113 1.16-.439 1.396m-6.259-5c-.205.467-.723.703-1.223.603a10 10 0 0 0-3.934 0c-.5.1-1.018-.136-1.222-.603c-.24-.55.047-1.19.634-1.317A12 12 0 0 1 14 2c.877 0 1.732.094 2.555.273c.587.127.875.768.634 1.317"/></svg>
</template>

CSS

.icon-lasso-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.856%208.195c-.296.415-.835.597-1.303.396c-.552-.236-.78-.901-.439-1.395a12.1%2012.1%200%200%201%203.008-3.03c.492-.345%201.158-.122%201.399.428c.204.466.026%201.007-.386%201.306a10%2010%200%200%200-2.279%202.295m-2.29%202.694c.469.2.709.717.613%201.217a10%2010%200%200%200%200%203.788c.096.5-.144%201.017-.612%201.218c-.552.236-1.19-.057-1.313-.645A12%2012%200%200%201%202%2014c0-.846.087-1.671.254-2.467c.123-.588.761-.88%201.313-.644m.987%208.52c.468-.2%201.007-.018%201.303.396a10%2010%200%200%200%202.34%202.34c.45.32.62.927.346%201.406c-.275.48-.889.65-1.344.336a12.1%2012.1%200%200%201-3.084-3.083c-.34-.494-.113-1.159.44-1.395m14.044%205.679q.201-.082.405-.172q.056-.025.108-.055a12%2012%200%200%200%201.785-1.038q.066.1.13.203a9.8%209.8%200%200%201%20.96%202.071l.04.127l.007.028v.003l.001.002a1%201%200%200%200%201.934-.511v-.002l-.001-.002l-.001-.005l-.005-.016l-.015-.052l-.054-.178a11.8%2011.8%200%200%200-1.454-2.958a12%2012%200%200%200%201.449-1.729c.34-.494.113-1.159-.44-1.395c-.467-.2-1.007-.018-1.302.396q-.46.643-1.013%201.205c-.814-.756-1.845-1.406-3.134-1.729c-2.126-.548-3.89-.323-5.16.406c-1.26.722-2.013%201.944-1.98%203.214c.034%201.324.918%202.452%202.404%202.88c1.258.363%202.906.227%204.91-.526q.215-.08.426-.167m-2.395-1.31c-1.084.261-1.868.23-2.387.081c-.737-.212-.95-.647-.959-1.01c-.01-.418.246-1.009.975-1.427c.718-.411%201.922-.655%203.67-.203l.007.002a5.1%205.1%200%200%201%202.068%201.082a10%2010%200%200%201-3.178%201.408q-.102.026-.196.067m8.231-6.666c-.468-.201-.708-.718-.612-1.218a10.1%2010.1%200%200%200%200-3.788c-.096-.5.144-1.017.612-1.217c.552-.237%201.19.056%201.313.644a12.05%2012.05%200%200%201%200%204.935c-.123.587-.761.88-1.313.643m-.986-8.52c-.468.2-1.007.018-1.303-.397c-.63-.882-1.4-1.658-2.279-2.295c-.412-.299-.59-.84-.386-1.306c.24-.55.907-.773%201.399-.429a12.1%2012.1%200%200%201%203.008%203.03c.34.495.113%201.16-.439%201.396m-6.259-5c-.205.467-.723.703-1.223.603a10%2010%200%200%200-3.934%200c-.5.1-1.018-.136-1.222-.603c-.24-.55.047-1.19.634-1.317A12%2012%200%200%201%2014%202c.877%200%201.732.094%202.555.273c.587.127.875.768.634%201.317%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.856%208.195c-.296.415-.835.597-1.303.396c-.552-.236-.78-.901-.439-1.395a12.1%2012.1%200%200%201%203.008-3.03c.492-.345%201.158-.122%201.399.428c.204.466.026%201.007-.386%201.306a10%2010%200%200%200-2.279%202.295m-2.29%202.694c.469.2.709.717.613%201.217a10%2010%200%200%200%200%203.788c.096.5-.144%201.017-.612%201.218c-.552.236-1.19-.057-1.313-.645A12%2012%200%200%201%202%2014c0-.846.087-1.671.254-2.467c.123-.588.761-.88%201.313-.644m.987%208.52c.468-.2%201.007-.018%201.303.396a10%2010%200%200%200%202.34%202.34c.45.32.62.927.346%201.406c-.275.48-.889.65-1.344.336a12.1%2012.1%200%200%201-3.084-3.083c-.34-.494-.113-1.159.44-1.395m14.044%205.679q.201-.082.405-.172q.056-.025.108-.055a12%2012%200%200%200%201.785-1.038q.066.1.13.203a9.8%209.8%200%200%201%20.96%202.071l.04.127l.007.028v.003l.001.002a1%201%200%200%200%201.934-.511v-.002l-.001-.002l-.001-.005l-.005-.016l-.015-.052l-.054-.178a11.8%2011.8%200%200%200-1.454-2.958a12%2012%200%200%200%201.449-1.729c.34-.494.113-1.159-.44-1.395c-.467-.2-1.007-.018-1.302.396q-.46.643-1.013%201.205c-.814-.756-1.845-1.406-3.134-1.729c-2.126-.548-3.89-.323-5.16.406c-1.26.722-2.013%201.944-1.98%203.214c.034%201.324.918%202.452%202.404%202.88c1.258.363%202.906.227%204.91-.526q.215-.08.426-.167m-2.395-1.31c-1.084.261-1.868.23-2.387.081c-.737-.212-.95-.647-.959-1.01c-.01-.418.246-1.009.975-1.427c.718-.411%201.922-.655%203.67-.203l.007.002a5.1%205.1%200%200%201%202.068%201.082a10%2010%200%200%201-3.178%201.408q-.102.026-.196.067m8.231-6.666c-.468-.201-.708-.718-.612-1.218a10.1%2010.1%200%200%200%200-3.788c-.096-.5.144-1.017.612-1.217c.552-.237%201.19.056%201.313.644a12.05%2012.05%200%200%201%200%204.935c-.123.587-.761.88-1.313.643m-.986-8.52c-.468.2-1.007.018-1.303-.397c-.63-.882-1.4-1.658-2.279-2.295c-.412-.299-.59-.84-.386-1.306c.24-.55.907-.773%201.399-.429a12.1%2012.1%200%200%201%203.008%203.03c.34.495.113%201.16-.439%201.396m-6.259-5c-.205.467-.723.703-1.223.603a10%2010%200%200%200-3.934%200c-.5.1-1.018-.136-1.222-.603c-.24-.55.047-1.19.634-1.317A12%2012%200%200%201%2014%202c.877%200%201.732.094%202.555.273c.587.127.875.768.634%201.317%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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