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

Name
lasso-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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 22c3.089 0 5.944 1.004 8.26 2.7a12 12 0 0 0 1.694-2.003c.284-.422.823-.61 1.293-.415c.556.23.791.894.461 1.397a14 14 0 0 1-1.914 2.319a14 14 0 0 1 2.628 3.54a1 1 0 1 1-1.774.924A12 12 0 0 0 24.26 27.3A13.94 13.94 0 0 1 16 30c-1 0-2.188-.295-3.154-.904C11.866 28.478 11 27.45 11 26s.866-2.478 1.846-3.096C13.812 22.295 15 22 16 22m0 2c-.656 0-1.468.205-2.088.596c-.606.382-.912.855-.912 1.404c0 .55.306 1.022.912 1.404c.62.39 1.432.596 2.088.596c2.453 0 4.73-.738 6.63-2c-1.9-1.262-4.177-2-6.63-2M4.754 22.283c.47-.194 1.008-.007 1.292.415a12 12 0 0 0 2.495 2.7c.375.299.53.806.347 1.25c-.243.586-.96.81-1.461.421a14.1 14.1 0 0 1-3.134-3.39c-.33-.503-.095-1.166.46-1.396M2.29 13.15c.122-.588.757-.89 1.313-.66c.47.194.716.707.619 1.206a12 12 0 0 0 0 4.608c.098.5-.15 1.013-.62 1.208c-.555.23-1.19-.073-1.312-.661a14.05 14.05 0 0 1 0-5.7m26.104-.66c.556-.23 1.192.072 1.314.661a14 14 0 0 1-.001 5.699c-.122.588-.757.89-1.312.66c-.47-.194-.717-.707-.62-1.206a12 12 0 0 0 0-4.606c-.097-.5.15-1.013.62-1.208m-6.11-7.735c.23-.556.894-.792 1.397-.461a14.1 14.1 0 0 1 4.026 4.03c.33.502.095 1.165-.46 1.395c-.471.194-1.009.007-1.293-.415A12.1 12.1 0 0 0 22.7 6.047c-.422-.285-.61-.822-.415-1.292M8.321 4.292c.503-.33 1.166-.095 1.397.46c.195.47.006 1.008-.416 1.293a12.1 12.1 0 0 0-3.257 3.257c-.285.422-.823.61-1.293.416c-.555-.23-.79-.894-.46-1.397a14.1 14.1 0 0 1 4.03-4.029M16 2c.977 0 1.931.101 2.852.292c.589.122.892.757.662 1.312c-.195.47-.709.717-1.208.62a12 12 0 0 0-4.61-.001c-.499.097-1.013-.15-1.208-.62c-.23-.555.073-1.19.661-1.312C14.07 2.101 15.023 2 16 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentLasso32Regular(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 22c3.089 0 5.944 1.004 8.26 2.7a12 12 0 0 0 1.694-2.003c.284-.422.823-.61 1.293-.415c.556.23.791.894.461 1.397a14 14 0 0 1-1.914 2.319a14 14 0 0 1 2.628 3.54a1 1 0 1 1-1.774.924A12 12 0 0 0 24.26 27.3A13.94 13.94 0 0 1 16 30c-1 0-2.188-.295-3.154-.904C11.866 28.478 11 27.45 11 26s.866-2.478 1.846-3.096C13.812 22.295 15 22 16 22m0 2c-.656 0-1.468.205-2.088.596c-.606.382-.912.855-.912 1.404c0 .55.306 1.022.912 1.404c.62.39 1.432.596 2.088.596c2.453 0 4.73-.738 6.63-2c-1.9-1.262-4.177-2-6.63-2M4.754 22.283c.47-.194 1.008-.007 1.292.415a12 12 0 0 0 2.495 2.7c.375.299.53.806.347 1.25c-.243.586-.96.81-1.461.421a14.1 14.1 0 0 1-3.134-3.39c-.33-.503-.095-1.166.46-1.396M2.29 13.15c.122-.588.757-.89 1.313-.66c.47.194.716.707.619 1.206a12 12 0 0 0 0 4.608c.098.5-.15 1.013-.62 1.208c-.555.23-1.19-.073-1.312-.661a14.05 14.05 0 0 1 0-5.7m26.104-.66c.556-.23 1.192.072 1.314.661a14 14 0 0 1-.001 5.699c-.122.588-.757.89-1.312.66c-.47-.194-.717-.707-.62-1.206a12 12 0 0 0 0-4.606c-.097-.5.15-1.013.62-1.208m-6.11-7.735c.23-.556.894-.792 1.397-.461a14.1 14.1 0 0 1 4.026 4.03c.33.502.095 1.165-.46 1.395c-.471.194-1.009.007-1.293-.415A12.1 12.1 0 0 0 22.7 6.047c-.422-.285-.61-.822-.415-1.292M8.321 4.292c.503-.33 1.166-.095 1.397.46c.195.47.006 1.008-.416 1.293a12.1 12.1 0 0 0-3.257 3.257c-.285.422-.823.61-1.293.416c-.555-.23-.79-.894-.46-1.397a14.1 14.1 0 0 1 4.03-4.029M16 2c.977 0 1.931.101 2.852.292c.589.122.892.757.662 1.312c-.195.47-.709.717-1.208.62a12 12 0 0 0-4.61-.001c-.499.097-1.013-.15-1.208-.62c-.23-.555.073-1.19.661-1.312C14.07 2.101 15.023 2 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 22c3.089 0 5.944 1.004 8.26 2.7a12 12 0 0 0 1.694-2.003c.284-.422.823-.61 1.293-.415c.556.23.791.894.461 1.397a14 14 0 0 1-1.914 2.319a14 14 0 0 1 2.628 3.54a1 1 0 1 1-1.774.924A12 12 0 0 0 24.26 27.3A13.94 13.94 0 0 1 16 30c-1 0-2.188-.295-3.154-.904C11.866 28.478 11 27.45 11 26s.866-2.478 1.846-3.096C13.812 22.295 15 22 16 22m0 2c-.656 0-1.468.205-2.088.596c-.606.382-.912.855-.912 1.404c0 .55.306 1.022.912 1.404c.62.39 1.432.596 2.088.596c2.453 0 4.73-.738 6.63-2c-1.9-1.262-4.177-2-6.63-2M4.754 22.283c.47-.194 1.008-.007 1.292.415a12 12 0 0 0 2.495 2.7c.375.299.53.806.347 1.25c-.243.586-.96.81-1.461.421a14.1 14.1 0 0 1-3.134-3.39c-.33-.503-.095-1.166.46-1.396M2.29 13.15c.122-.588.757-.89 1.313-.66c.47.194.716.707.619 1.206a12 12 0 0 0 0 4.608c.098.5-.15 1.013-.62 1.208c-.555.23-1.19-.073-1.312-.661a14.05 14.05 0 0 1 0-5.7m26.104-.66c.556-.23 1.192.072 1.314.661a14 14 0 0 1-.001 5.699c-.122.588-.757.89-1.312.66c-.47-.194-.717-.707-.62-1.206a12 12 0 0 0 0-4.606c-.097-.5.15-1.013.62-1.208m-6.11-7.735c.23-.556.894-.792 1.397-.461a14.1 14.1 0 0 1 4.026 4.03c.33.502.095 1.165-.46 1.395c-.471.194-1.009.007-1.293-.415A12.1 12.1 0 0 0 22.7 6.047c-.422-.285-.61-.822-.415-1.292M8.321 4.292c.503-.33 1.166-.095 1.397.46c.195.47.006 1.008-.416 1.293a12.1 12.1 0 0 0-3.257 3.257c-.285.422-.823.61-1.293.416c-.555-.23-.79-.894-.46-1.397a14.1 14.1 0 0 1 4.03-4.029M16 2c.977 0 1.931.101 2.852.292c.589.122.892.757.662 1.312c-.195.47-.709.717-1.208.62a12 12 0 0 0-4.61-.001c-.499.097-1.013-.15-1.208-.62c-.23-.555.073-1.19.661-1.312C14.07 2.101 15.023 2 16 2"/></svg>
</template>

CSS

.icon-lasso-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2022c3.089%200%205.944%201.004%208.26%202.7a12%2012%200%200%200%201.694-2.003c.284-.422.823-.61%201.293-.415c.556.23.791.894.461%201.397a14%2014%200%200%201-1.914%202.319a14%2014%200%200%201%202.628%203.54a1%201%200%201%201-1.774.924A12%2012%200%200%200%2024.26%2027.3A13.94%2013.94%200%200%201%2016%2030c-1%200-2.188-.295-3.154-.904C11.866%2028.478%2011%2027.45%2011%2026s.866-2.478%201.846-3.096C13.812%2022.295%2015%2022%2016%2022m0%202c-.656%200-1.468.205-2.088.596c-.606.382-.912.855-.912%201.404c0%20.55.306%201.022.912%201.404c.62.39%201.432.596%202.088.596c2.453%200%204.73-.738%206.63-2c-1.9-1.262-4.177-2-6.63-2M4.754%2022.283c.47-.194%201.008-.007%201.292.415a12%2012%200%200%200%202.495%202.7c.375.299.53.806.347%201.25c-.243.586-.96.81-1.461.421a14.1%2014.1%200%200%201-3.134-3.39c-.33-.503-.095-1.166.46-1.396M2.29%2013.15c.122-.588.757-.89%201.313-.66c.47.194.716.707.619%201.206a12%2012%200%200%200%200%204.608c.098.5-.15%201.013-.62%201.208c-.555.23-1.19-.073-1.312-.661a14.05%2014.05%200%200%201%200-5.7m26.104-.66c.556-.23%201.192.072%201.314.661a14%2014%200%200%201-.001%205.699c-.122.588-.757.89-1.312.66c-.47-.194-.717-.707-.62-1.206a12%2012%200%200%200%200-4.606c-.097-.5.15-1.013.62-1.208m-6.11-7.735c.23-.556.894-.792%201.397-.461a14.1%2014.1%200%200%201%204.026%204.03c.33.502.095%201.165-.46%201.395c-.471.194-1.009.007-1.293-.415A12.1%2012.1%200%200%200%2022.7%206.047c-.422-.285-.61-.822-.415-1.292M8.321%204.292c.503-.33%201.166-.095%201.397.46c.195.47.006%201.008-.416%201.293a12.1%2012.1%200%200%200-3.257%203.257c-.285.422-.823.61-1.293.416c-.555-.23-.79-.894-.46-1.397a14.1%2014.1%200%200%201%204.03-4.029M16%202c.977%200%201.931.101%202.852.292c.589.122.892.757.662%201.312c-.195.47-.709.717-1.208.62a12%2012%200%200%200-4.61-.001c-.499.097-1.013-.15-1.208-.62c-.23-.555.073-1.19.661-1.312C14.07%202.101%2015.023%202%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%2022c3.089%200%205.944%201.004%208.26%202.7a12%2012%200%200%200%201.694-2.003c.284-.422.823-.61%201.293-.415c.556.23.791.894.461%201.397a14%2014%200%200%201-1.914%202.319a14%2014%200%200%201%202.628%203.54a1%201%200%201%201-1.774.924A12%2012%200%200%200%2024.26%2027.3A13.94%2013.94%200%200%201%2016%2030c-1%200-2.188-.295-3.154-.904C11.866%2028.478%2011%2027.45%2011%2026s.866-2.478%201.846-3.096C13.812%2022.295%2015%2022%2016%2022m0%202c-.656%200-1.468.205-2.088.596c-.606.382-.912.855-.912%201.404c0%20.55.306%201.022.912%201.404c.62.39%201.432.596%202.088.596c2.453%200%204.73-.738%206.63-2c-1.9-1.262-4.177-2-6.63-2M4.754%2022.283c.47-.194%201.008-.007%201.292.415a12%2012%200%200%200%202.495%202.7c.375.299.53.806.347%201.25c-.243.586-.96.81-1.461.421a14.1%2014.1%200%200%201-3.134-3.39c-.33-.503-.095-1.166.46-1.396M2.29%2013.15c.122-.588.757-.89%201.313-.66c.47.194.716.707.619%201.206a12%2012%200%200%200%200%204.608c.098.5-.15%201.013-.62%201.208c-.555.23-1.19-.073-1.312-.661a14.05%2014.05%200%200%201%200-5.7m26.104-.66c.556-.23%201.192.072%201.314.661a14%2014%200%200%201-.001%205.699c-.122.588-.757.89-1.312.66c-.47-.194-.717-.707-.62-1.206a12%2012%200%200%200%200-4.606c-.097-.5.15-1.013.62-1.208m-6.11-7.735c.23-.556.894-.792%201.397-.461a14.1%2014.1%200%200%201%204.026%204.03c.33.502.095%201.165-.46%201.395c-.471.194-1.009.007-1.293-.415A12.1%2012.1%200%200%200%2022.7%206.047c-.422-.285-.61-.822-.415-1.292M8.321%204.292c.503-.33%201.166-.095%201.397.46c.195.47.006%201.008-.416%201.293a12.1%2012.1%200%200%200-3.257%203.257c-.285.422-.823.61-1.293.416c-.555-.23-.79-.894-.46-1.397a14.1%2014.1%200%200%201%204.03-4.029M16%202c.977%200%201.931.101%202.852.292c.589.122.892.757.662%201.312c-.195.47-.709.717-1.208.62a12%2012%200%200%200-4.61-.001c-.499.097-1.013-.15-1.208-.62c-.23-.555.073-1.19.661-1.312C14.07%202.101%2015.023%202%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-regular.svg?color=%231a73e8&size=48