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

Name
lasso-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M16 21.5c3.037 0 5.85.97 8.144 2.613c.441-.443.848-.921 1.212-1.431c.37-.517 1.04-.751 1.627-.508c.696.288.991 1.12.565 1.742a14 14 0 0 1-1.504 1.832a14 14 0 0 1 2.59 3.712a1.25 1.25 0 0 1-2.255 1.08a11.5 11.5 0 0 0-2.233-3.155A13.94 13.94 0 0 1 16 30c-.985 0-2.18-.219-3.172-.856C11.774 28.47 11 27.34 11 25.75s.774-2.719 1.828-3.395c.992-.637 2.187-.855 3.172-.855m0 2.5c-.672 0-1.352.157-1.821.458c-.407.261-.679.632-.679 1.292s.272 1.03.679 1.292c.469.301 1.15.459 1.821.459c2.104 0 4.073-.567 5.769-1.553l.003-.003q.163-.096.323-.197A11.44 11.44 0 0 0 16 24M5.017 22.175c.586-.243 1.257-.009 1.627.508A11.6 11.6 0 0 0 8.59 24.79c.457.386.646 1.017.418 1.57c-.305.735-1.205 1.017-1.823.515a14 14 0 0 1-2.733-2.959c-.426-.621-.131-1.454.565-1.742m-2.78-8.745c.137-.74.934-1.12 1.63-.832c.586.243.894.882.79 1.508a11.5 11.5 0 0 0 0 3.789c.105.626-.204 1.265-.79 1.508c-.696.288-1.493-.09-1.63-.83a14.1 14.1 0 0 1 0-5.143m25.897-.831c.695-.289 1.492.09 1.63.83a14 14 0 0 1-.001 5.142c-.138.74-.935 1.12-1.63.831c-.587-.243-.895-.882-.79-1.508a11.5 11.5 0 0 0 0-3.788c-.103-.626.205-1.264.79-1.507m-5.958-7.581c.288-.696 1.121-.992 1.742-.565a14.1 14.1 0 0 1 3.63 3.633c.427.621.132 1.454-.564 1.742c-.586.243-1.256.009-1.626-.508a11.6 11.6 0 0 0-2.675-2.675c-.517-.37-.75-1.04-.507-1.627M8.084 4.45c.621-.426 1.454-.131 1.742.565c.243.586.009 1.257-.508 1.627a11.6 11.6 0 0 0-2.676 2.676c-.37.517-1.04.751-1.626.508c-.696-.288-.991-1.12-.565-1.742A14.1 14.1 0 0 1 8.084 4.45M16 2q1.322.002 2.574.236c.74.138 1.12.935.831 1.631c-.243.587-.882.895-1.509.79a11.5 11.5 0 0 0-3.79 0c-.626.103-1.265-.204-1.508-.79c-.288-.696.091-1.493.83-1.63A14 14 0 0 1 16 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentLasso32Filled(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="M16 21.5c3.037 0 5.85.97 8.144 2.613c.441-.443.848-.921 1.212-1.431c.37-.517 1.04-.751 1.627-.508c.696.288.991 1.12.565 1.742a14 14 0 0 1-1.504 1.832a14 14 0 0 1 2.59 3.712a1.25 1.25 0 0 1-2.255 1.08a11.5 11.5 0 0 0-2.233-3.155A13.94 13.94 0 0 1 16 30c-.985 0-2.18-.219-3.172-.856C11.774 28.47 11 27.34 11 25.75s.774-2.719 1.828-3.395c.992-.637 2.187-.855 3.172-.855m0 2.5c-.672 0-1.352.157-1.821.458c-.407.261-.679.632-.679 1.292s.272 1.03.679 1.292c.469.301 1.15.459 1.821.459c2.104 0 4.073-.567 5.769-1.553l.003-.003q.163-.096.323-.197A11.44 11.44 0 0 0 16 24M5.017 22.175c.586-.243 1.257-.009 1.627.508A11.6 11.6 0 0 0 8.59 24.79c.457.386.646 1.017.418 1.57c-.305.735-1.205 1.017-1.823.515a14 14 0 0 1-2.733-2.959c-.426-.621-.131-1.454.565-1.742m-2.78-8.745c.137-.74.934-1.12 1.63-.832c.586.243.894.882.79 1.508a11.5 11.5 0 0 0 0 3.789c.105.626-.204 1.265-.79 1.508c-.696.288-1.493-.09-1.63-.83a14.1 14.1 0 0 1 0-5.143m25.897-.831c.695-.289 1.492.09 1.63.83a14 14 0 0 1-.001 5.142c-.138.74-.935 1.12-1.63.831c-.587-.243-.895-.882-.79-1.508a11.5 11.5 0 0 0 0-3.788c-.103-.626.205-1.264.79-1.507m-5.958-7.581c.288-.696 1.121-.992 1.742-.565a14.1 14.1 0 0 1 3.63 3.633c.427.621.132 1.454-.564 1.742c-.586.243-1.256.009-1.626-.508a11.6 11.6 0 0 0-2.675-2.675c-.517-.37-.75-1.04-.507-1.627M8.084 4.45c.621-.426 1.454-.131 1.742.565c.243.586.009 1.257-.508 1.627a11.6 11.6 0 0 0-2.676 2.676c-.37.517-1.04.751-1.626.508c-.696-.288-.991-1.12-.565-1.742A14.1 14.1 0 0 1 8.084 4.45M16 2q1.322.002 2.574.236c.74.138 1.12.935.831 1.631c-.243.587-.882.895-1.509.79a11.5 11.5 0 0 0-3.79 0c-.626.103-1.265-.204-1.508-.79c-.288-.696.091-1.493.83-1.63A14 14 0 0 1 16 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 21.5c3.037 0 5.85.97 8.144 2.613c.441-.443.848-.921 1.212-1.431c.37-.517 1.04-.751 1.627-.508c.696.288.991 1.12.565 1.742a14 14 0 0 1-1.504 1.832a14 14 0 0 1 2.59 3.712a1.25 1.25 0 0 1-2.255 1.08a11.5 11.5 0 0 0-2.233-3.155A13.94 13.94 0 0 1 16 30c-.985 0-2.18-.219-3.172-.856C11.774 28.47 11 27.34 11 25.75s.774-2.719 1.828-3.395c.992-.637 2.187-.855 3.172-.855m0 2.5c-.672 0-1.352.157-1.821.458c-.407.261-.679.632-.679 1.292s.272 1.03.679 1.292c.469.301 1.15.459 1.821.459c2.104 0 4.073-.567 5.769-1.553l.003-.003q.163-.096.323-.197A11.44 11.44 0 0 0 16 24M5.017 22.175c.586-.243 1.257-.009 1.627.508A11.6 11.6 0 0 0 8.59 24.79c.457.386.646 1.017.418 1.57c-.305.735-1.205 1.017-1.823.515a14 14 0 0 1-2.733-2.959c-.426-.621-.131-1.454.565-1.742m-2.78-8.745c.137-.74.934-1.12 1.63-.832c.586.243.894.882.79 1.508a11.5 11.5 0 0 0 0 3.789c.105.626-.204 1.265-.79 1.508c-.696.288-1.493-.09-1.63-.83a14.1 14.1 0 0 1 0-5.143m25.897-.831c.695-.289 1.492.09 1.63.83a14 14 0 0 1-.001 5.142c-.138.74-.935 1.12-1.63.831c-.587-.243-.895-.882-.79-1.508a11.5 11.5 0 0 0 0-3.788c-.103-.626.205-1.264.79-1.507m-5.958-7.581c.288-.696 1.121-.992 1.742-.565a14.1 14.1 0 0 1 3.63 3.633c.427.621.132 1.454-.564 1.742c-.586.243-1.256.009-1.626-.508a11.6 11.6 0 0 0-2.675-2.675c-.517-.37-.75-1.04-.507-1.627M8.084 4.45c.621-.426 1.454-.131 1.742.565c.243.586.009 1.257-.508 1.627a11.6 11.6 0 0 0-2.676 2.676c-.37.517-1.04.751-1.626.508c-.696-.288-.991-1.12-.565-1.742A14.1 14.1 0 0 1 8.084 4.45M16 2q1.322.002 2.574.236c.74.138 1.12.935.831 1.631c-.243.587-.882.895-1.509.79a11.5 11.5 0 0 0-3.79 0c-.626.103-1.265-.204-1.508-.79c-.288-.696.091-1.493.83-1.63A14 14 0 0 1 16 2"/></svg>
</template>

CSS

.icon-lasso-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2021.5c3.037%200%205.85.97%208.144%202.613c.441-.443.848-.921%201.212-1.431c.37-.517%201.04-.751%201.627-.508c.696.288.991%201.12.565%201.742a14%2014%200%200%201-1.504%201.832a14%2014%200%200%201%202.59%203.712a1.25%201.25%200%200%201-2.255%201.08a11.5%2011.5%200%200%200-2.233-3.155A13.94%2013.94%200%200%201%2016%2030c-.985%200-2.18-.219-3.172-.856C11.774%2028.47%2011%2027.34%2011%2025.75s.774-2.719%201.828-3.395c.992-.637%202.187-.855%203.172-.855m0%202.5c-.672%200-1.352.157-1.821.458c-.407.261-.679.632-.679%201.292s.272%201.03.679%201.292c.469.301%201.15.459%201.821.459c2.104%200%204.073-.567%205.769-1.553l.003-.003q.163-.096.323-.197A11.44%2011.44%200%200%200%2016%2024M5.017%2022.175c.586-.243%201.257-.009%201.627.508A11.6%2011.6%200%200%200%208.59%2024.79c.457.386.646%201.017.418%201.57c-.305.735-1.205%201.017-1.823.515a14%2014%200%200%201-2.733-2.959c-.426-.621-.131-1.454.565-1.742m-2.78-8.745c.137-.74.934-1.12%201.63-.832c.586.243.894.882.79%201.508a11.5%2011.5%200%200%200%200%203.789c.105.626-.204%201.265-.79%201.508c-.696.288-1.493-.09-1.63-.83a14.1%2014.1%200%200%201%200-5.143m25.897-.831c.695-.289%201.492.09%201.63.83a14%2014%200%200%201-.001%205.142c-.138.74-.935%201.12-1.63.831c-.587-.243-.895-.882-.79-1.508a11.5%2011.5%200%200%200%200-3.788c-.103-.626.205-1.264.79-1.507m-5.958-7.581c.288-.696%201.121-.992%201.742-.565a14.1%2014.1%200%200%201%203.63%203.633c.427.621.132%201.454-.564%201.742c-.586.243-1.256.009-1.626-.508a11.6%2011.6%200%200%200-2.675-2.675c-.517-.37-.75-1.04-.507-1.627M8.084%204.45c.621-.426%201.454-.131%201.742.565c.243.586.009%201.257-.508%201.627a11.6%2011.6%200%200%200-2.676%202.676c-.37.517-1.04.751-1.626.508c-.696-.288-.991-1.12-.565-1.742A14.1%2014.1%200%200%201%208.084%204.45M16%202q1.322.002%202.574.236c.74.138%201.12.935.831%201.631c-.243.587-.882.895-1.509.79a11.5%2011.5%200%200%200-3.79%200c-.626.103-1.265-.204-1.508-.79c-.288-.696.091-1.493.83-1.63A14%2014%200%200%201%2016%202%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%22M16%2021.5c3.037%200%205.85.97%208.144%202.613c.441-.443.848-.921%201.212-1.431c.37-.517%201.04-.751%201.627-.508c.696.288.991%201.12.565%201.742a14%2014%200%200%201-1.504%201.832a14%2014%200%200%201%202.59%203.712a1.25%201.25%200%200%201-2.255%201.08a11.5%2011.5%200%200%200-2.233-3.155A13.94%2013.94%200%200%201%2016%2030c-.985%200-2.18-.219-3.172-.856C11.774%2028.47%2011%2027.34%2011%2025.75s.774-2.719%201.828-3.395c.992-.637%202.187-.855%203.172-.855m0%202.5c-.672%200-1.352.157-1.821.458c-.407.261-.679.632-.679%201.292s.272%201.03.679%201.292c.469.301%201.15.459%201.821.459c2.104%200%204.073-.567%205.769-1.553l.003-.003q.163-.096.323-.197A11.44%2011.44%200%200%200%2016%2024M5.017%2022.175c.586-.243%201.257-.009%201.627.508A11.6%2011.6%200%200%200%208.59%2024.79c.457.386.646%201.017.418%201.57c-.305.735-1.205%201.017-1.823.515a14%2014%200%200%201-2.733-2.959c-.426-.621-.131-1.454.565-1.742m-2.78-8.745c.137-.74.934-1.12%201.63-.832c.586.243.894.882.79%201.508a11.5%2011.5%200%200%200%200%203.789c.105.626-.204%201.265-.79%201.508c-.696.288-1.493-.09-1.63-.83a14.1%2014.1%200%200%201%200-5.143m25.897-.831c.695-.289%201.492.09%201.63.83a14%2014%200%200%201-.001%205.142c-.138.74-.935%201.12-1.63.831c-.587-.243-.895-.882-.79-1.508a11.5%2011.5%200%200%200%200-3.788c-.103-.626.205-1.264.79-1.507m-5.958-7.581c.288-.696%201.121-.992%201.742-.565a14.1%2014.1%200%200%201%203.63%203.633c.427.621.132%201.454-.564%201.742c-.586.243-1.256.009-1.626-.508a11.6%2011.6%200%200%200-2.675-2.675c-.517-.37-.75-1.04-.507-1.627M8.084%204.45c.621-.426%201.454-.131%201.742.565c.243.586.009%201.257-.508%201.627a11.6%2011.6%200%200%200-2.676%202.676c-.37.517-1.04.751-1.626.508c-.696-.288-.991-1.12-.565-1.742A14.1%2014.1%200%200%201%208.084%204.45M16%202q1.322.002%202.574.236c.74.138%201.12.935.831%201.631c-.243.587-.882.895-1.509.79a11.5%2011.5%200%200%200-3.79%200c-.626.103-1.265-.204-1.508-.79c-.288-.696.091-1.493.83-1.63A14%2014%200%200%201%2016%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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