lasso icon
lasso-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- lasso-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M9.703 2.265A10 10 0 0 1 12 2c.79 0 1.559.092 2.297.265a.75.75 0 1 1-.343 1.46A8.5 8.5 0 0 0 12 3.5a8.6 8.6 0 0 0-1.954.225a.75.75 0 1 1-.343-1.46m-1.93 1.47a.75.75 0 0 1-.242 1.033a8.55 8.55 0 0 0-2.763 2.763a.75.75 0 1 1-1.275-.79a10.05 10.05 0 0 1 3.248-3.248a.75.75 0 0 1 1.032.243m8.454 0a.75.75 0 0 1 1.032-.242a10.05 10.05 0 0 1 3.248 3.248a.75.75 0 1 1-1.275.79a8.55 8.55 0 0 0-2.763-2.763a.75.75 0 0 1-.242-1.032m-13.06 5.41a.75.75 0 0 1 .558.901A8.5 8.5 0 0 0 3.5 12c0 .673.078 1.327.225 1.954a.75.75 0 1 1-1.46.343A10 10 0 0 1 2 12c0-.79.092-1.559.265-2.297a.75.75 0 0 1 .902-.559m17.666 0a.75.75 0 0 1 .902.558a10.1 10.1 0 0 1 0 4.595a.75.75 0 1 1-1.46-.343a8.54 8.54 0 0 0-.001-3.908a.75.75 0 0 1 .559-.902M3.736 16.226a.75.75 0 0 1 1.032.242a8.55 8.55 0 0 0 2.763 2.763a.75.75 0 0 1-.79 1.275a10.05 10.05 0 0 1-3.248-3.248a.75.75 0 0 1 .243-1.032m16.685.858a.75.75 0 1 0-1.342-.67l-.002.004l-.015.029l-.069.123a8 8 0 0 1-.289.466a9.6 9.6 0 0 1-.965 1.219c-1.17-1.073-2.756-2.006-4.74-2.006c-2.347 0-3.99 1.203-3.99 2.875S10.653 22 13 22c1.942 0 3.495-.75 4.658-1.645a11.7 11.7 0 0 1 1.315 2.01q.05.099.073.149l.017.035l.004.009a.75.75 0 0 0 1.368-.615c-.087-.183 0-.001 0-.001v-.002l-.003-.004l-.007-.015l-.024-.052l-.091-.184a13.2 13.2 0 0 0-1.538-2.337a11 11 0 0 0 1.525-2.032l.09-.162l.024-.047l.007-.014l.002-.005zM13 17.75c1.433 0 2.644.652 3.616 1.512c-.95.7-2.155 1.238-3.616 1.238c-1.973 0-2.49-.922-2.49-1.375s.517-1.375 2.49-1.375"/></svg>
React
import type { SVGProps } from "react";
export function FluentLasso24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.703 2.265A10 10 0 0 1 12 2c.79 0 1.559.092 2.297.265a.75.75 0 1 1-.343 1.46A8.5 8.5 0 0 0 12 3.5a8.6 8.6 0 0 0-1.954.225a.75.75 0 1 1-.343-1.46m-1.93 1.47a.75.75 0 0 1-.242 1.033a8.55 8.55 0 0 0-2.763 2.763a.75.75 0 1 1-1.275-.79a10.05 10.05 0 0 1 3.248-3.248a.75.75 0 0 1 1.032.243m8.454 0a.75.75 0 0 1 1.032-.242a10.05 10.05 0 0 1 3.248 3.248a.75.75 0 1 1-1.275.79a8.55 8.55 0 0 0-2.763-2.763a.75.75 0 0 1-.242-1.032m-13.06 5.41a.75.75 0 0 1 .558.901A8.5 8.5 0 0 0 3.5 12c0 .673.078 1.327.225 1.954a.75.75 0 1 1-1.46.343A10 10 0 0 1 2 12c0-.79.092-1.559.265-2.297a.75.75 0 0 1 .902-.559m17.666 0a.75.75 0 0 1 .902.558a10.1 10.1 0 0 1 0 4.595a.75.75 0 1 1-1.46-.343a8.54 8.54 0 0 0-.001-3.908a.75.75 0 0 1 .559-.902M3.736 16.226a.75.75 0 0 1 1.032.242a8.55 8.55 0 0 0 2.763 2.763a.75.75 0 0 1-.79 1.275a10.05 10.05 0 0 1-3.248-3.248a.75.75 0 0 1 .243-1.032m16.685.858a.75.75 0 1 0-1.342-.67l-.002.004l-.015.029l-.069.123a8 8 0 0 1-.289.466a9.6 9.6 0 0 1-.965 1.219c-1.17-1.073-2.756-2.006-4.74-2.006c-2.347 0-3.99 1.203-3.99 2.875S10.653 22 13 22c1.942 0 3.495-.75 4.658-1.645a11.7 11.7 0 0 1 1.315 2.01q.05.099.073.149l.017.035l.004.009a.75.75 0 0 0 1.368-.615c-.087-.183 0-.001 0-.001v-.002l-.003-.004l-.007-.015l-.024-.052l-.091-.184a13.2 13.2 0 0 0-1.538-2.337a11 11 0 0 0 1.525-2.032l.09-.162l.024-.047l.007-.014l.002-.005zM13 17.75c1.433 0 2.644.652 3.616 1.512c-.95.7-2.155 1.238-3.616 1.238c-1.973 0-2.49-.922-2.49-1.375s.517-1.375 2.49-1.375"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.703 2.265A10 10 0 0 1 12 2c.79 0 1.559.092 2.297.265a.75.75 0 1 1-.343 1.46A8.5 8.5 0 0 0 12 3.5a8.6 8.6 0 0 0-1.954.225a.75.75 0 1 1-.343-1.46m-1.93 1.47a.75.75 0 0 1-.242 1.033a8.55 8.55 0 0 0-2.763 2.763a.75.75 0 1 1-1.275-.79a10.05 10.05 0 0 1 3.248-3.248a.75.75 0 0 1 1.032.243m8.454 0a.75.75 0 0 1 1.032-.242a10.05 10.05 0 0 1 3.248 3.248a.75.75 0 1 1-1.275.79a8.55 8.55 0 0 0-2.763-2.763a.75.75 0 0 1-.242-1.032m-13.06 5.41a.75.75 0 0 1 .558.901A8.5 8.5 0 0 0 3.5 12c0 .673.078 1.327.225 1.954a.75.75 0 1 1-1.46.343A10 10 0 0 1 2 12c0-.79.092-1.559.265-2.297a.75.75 0 0 1 .902-.559m17.666 0a.75.75 0 0 1 .902.558a10.1 10.1 0 0 1 0 4.595a.75.75 0 1 1-1.46-.343a8.54 8.54 0 0 0-.001-3.908a.75.75 0 0 1 .559-.902M3.736 16.226a.75.75 0 0 1 1.032.242a8.55 8.55 0 0 0 2.763 2.763a.75.75 0 0 1-.79 1.275a10.05 10.05 0 0 1-3.248-3.248a.75.75 0 0 1 .243-1.032m16.685.858a.75.75 0 1 0-1.342-.67l-.002.004l-.015.029l-.069.123a8 8 0 0 1-.289.466a9.6 9.6 0 0 1-.965 1.219c-1.17-1.073-2.756-2.006-4.74-2.006c-2.347 0-3.99 1.203-3.99 2.875S10.653 22 13 22c1.942 0 3.495-.75 4.658-1.645a11.7 11.7 0 0 1 1.315 2.01q.05.099.073.149l.017.035l.004.009a.75.75 0 0 0 1.368-.615c-.087-.183 0-.001 0-.001v-.002l-.003-.004l-.007-.015l-.024-.052l-.091-.184a13.2 13.2 0 0 0-1.538-2.337a11 11 0 0 0 1.525-2.032l.09-.162l.024-.047l.007-.014l.002-.005zM13 17.75c1.433 0 2.644.652 3.616 1.512c-.95.7-2.155 1.238-3.616 1.238c-1.973 0-2.49-.922-2.49-1.375s.517-1.375 2.49-1.375"/></svg> </template>
CSS
.icon-lasso-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.703%202.265A10%2010%200%200%201%2012%202c.79%200%201.559.092%202.297.265a.75.75%200%201%201-.343%201.46A8.5%208.5%200%200%200%2012%203.5a8.6%208.6%200%200%200-1.954.225a.75.75%200%201%201-.343-1.46m-1.93%201.47a.75.75%200%200%201-.242%201.033a8.55%208.55%200%200%200-2.763%202.763a.75.75%200%201%201-1.275-.79a10.05%2010.05%200%200%201%203.248-3.248a.75.75%200%200%201%201.032.243m8.454%200a.75.75%200%200%201%201.032-.242a10.05%2010.05%200%200%201%203.248%203.248a.75.75%200%201%201-1.275.79a8.55%208.55%200%200%200-2.763-2.763a.75.75%200%200%201-.242-1.032m-13.06%205.41a.75.75%200%200%201%20.558.901A8.5%208.5%200%200%200%203.5%2012c0%20.673.078%201.327.225%201.954a.75.75%200%201%201-1.46.343A10%2010%200%200%201%202%2012c0-.79.092-1.559.265-2.297a.75.75%200%200%201%20.902-.559m17.666%200a.75.75%200%200%201%20.902.558a10.1%2010.1%200%200%201%200%204.595a.75.75%200%201%201-1.46-.343a8.54%208.54%200%200%200-.001-3.908a.75.75%200%200%201%20.559-.902M3.736%2016.226a.75.75%200%200%201%201.032.242a8.55%208.55%200%200%200%202.763%202.763a.75.75%200%200%201-.79%201.275a10.05%2010.05%200%200%201-3.248-3.248a.75.75%200%200%201%20.243-1.032m16.685.858a.75.75%200%201%200-1.342-.67l-.002.004l-.015.029l-.069.123a8%208%200%200%201-.289.466a9.6%209.6%200%200%201-.965%201.219c-1.17-1.073-2.756-2.006-4.74-2.006c-2.347%200-3.99%201.203-3.99%202.875S10.653%2022%2013%2022c1.942%200%203.495-.75%204.658-1.645a11.7%2011.7%200%200%201%201.315%202.01q.05.099.073.149l.017.035l.004.009a.75.75%200%200%200%201.368-.615c-.087-.183%200-.001%200-.001v-.002l-.003-.004l-.007-.015l-.024-.052l-.091-.184a13.2%2013.2%200%200%200-1.538-2.337a11%2011%200%200%200%201.525-2.032l.09-.162l.024-.047l.007-.014l.002-.005zM13%2017.75c1.433%200%202.644.652%203.616%201.512c-.95.7-2.155%201.238-3.616%201.238c-1.973%200-2.49-.922-2.49-1.375s.517-1.375%202.49-1.375%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.703%202.265A10%2010%200%200%201%2012%202c.79%200%201.559.092%202.297.265a.75.75%200%201%201-.343%201.46A8.5%208.5%200%200%200%2012%203.5a8.6%208.6%200%200%200-1.954.225a.75.75%200%201%201-.343-1.46m-1.93%201.47a.75.75%200%200%201-.242%201.033a8.55%208.55%200%200%200-2.763%202.763a.75.75%200%201%201-1.275-.79a10.05%2010.05%200%200%201%203.248-3.248a.75.75%200%200%201%201.032.243m8.454%200a.75.75%200%200%201%201.032-.242a10.05%2010.05%200%200%201%203.248%203.248a.75.75%200%201%201-1.275.79a8.55%208.55%200%200%200-2.763-2.763a.75.75%200%200%201-.242-1.032m-13.06%205.41a.75.75%200%200%201%20.558.901A8.5%208.5%200%200%200%203.5%2012c0%20.673.078%201.327.225%201.954a.75.75%200%201%201-1.46.343A10%2010%200%200%201%202%2012c0-.79.092-1.559.265-2.297a.75.75%200%200%201%20.902-.559m17.666%200a.75.75%200%200%201%20.902.558a10.1%2010.1%200%200%201%200%204.595a.75.75%200%201%201-1.46-.343a8.54%208.54%200%200%200-.001-3.908a.75.75%200%200%201%20.559-.902M3.736%2016.226a.75.75%200%200%201%201.032.242a8.55%208.55%200%200%200%202.763%202.763a.75.75%200%200%201-.79%201.275a10.05%2010.05%200%200%201-3.248-3.248a.75.75%200%200%201%20.243-1.032m16.685.858a.75.75%200%201%200-1.342-.67l-.002.004l-.015.029l-.069.123a8%208%200%200%201-.289.466a9.6%209.6%200%200%201-.965%201.219c-1.17-1.073-2.756-2.006-4.74-2.006c-2.347%200-3.99%201.203-3.99%202.875S10.653%2022%2013%2022c1.942%200%203.495-.75%204.658-1.645a11.7%2011.7%200%200%201%201.315%202.01q.05.099.073.149l.017.035l.004.009a.75.75%200%200%200%201.368-.615c-.087-.183%200-.001%200-.001v-.002l-.003-.004l-.007-.015l-.024-.052l-.091-.184a13.2%2013.2%200%200%200-1.538-2.337a11%2011%200%200%200%201.525-2.032l.09-.162l.024-.047l.007-.014l.002-.005zM13%2017.75c1.433%200%202.644.652%203.616%201.512c-.95.7-2.155%201.238-3.616%201.238c-1.973%200-2.49-.922-2.49-1.375s.517-1.375%202.49-1.375%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lasso-24-regular.svg?color=%231a73e8&size=48