lasso icon
lasso-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- lasso-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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.263 8.175a.8.8 0 0 1-.97.305c-.413-.177-.583-.674-.337-1.05a12.1 12.1 0 0 1 3.4-3.424c.374-.25.871-.083 1.051.328a.8.8 0 0 1-.297.972a10.6 10.6 0 0 0-2.847 2.869m-1.957 2.602c.352.15.533.54.449.913A10.5 10.5 0 0 0 3.5 14c0 .794.088 1.567.255 2.31a.8.8 0 0 1-.448.913c-.413.177-.89-.042-.992-.48a12.1 12.1 0 0 1 0-5.487c.102-.437.58-.656.991-.479m.987 8.743a.8.8 0 0 1 .97.305a10.6 10.6 0 0 0 2.89 2.898c.343.23.47.686.264 1.046a.715.715 0 0 1-1.012.258a12.1 12.1 0 0 1-3.449-3.458c-.246-.375-.076-.872.337-1.049m11.99 6.247c-.91.16-2.005.213-2.991.017c-.684-.135-1.38-.403-1.913-.902c-.556-.52-.879-1.236-.879-2.132c0-1.135.827-2.164 2.056-2.742c1.252-.59 2.998-.768 5.126-.236c1.398.35 2.535 1.101 3.431 1.952a10.6 10.6 0 0 0 1.624-1.899a.8.8 0 0 1 .97-.305c.413.177.583.674.337 1.05a12 12 0 0 1-1.92 2.262q.192.243.361.482a13.3 13.3 0 0 1 1.373 2.438l.088.217l.005.014l.002.005v.002a.75.75 0 0 1-1.406.52l-.003-.007l-.012-.032l-.056-.136a11.8 11.8 0 0 0-1.517-2.558a11.9 11.9 0 0 1-4.523 1.976a.7.7 0 0 1-.152.014m3.643-3.098c-.722-.65-1.59-1.187-2.608-1.442c-1.872-.468-3.251-.272-4.124.138c-.896.422-1.194 1.019-1.194 1.385c0 .504.167.816.403 1.036c.257.241.656.423 1.18.527c1.06.21 2.369.052 3.2-.2a1 1 0 0 1 .16-.03a10.5 10.5 0 0 0 2.983-1.414m4.768-5.446a.8.8 0 0 1-.449-.913A10.5 10.5 0 0 0 24.5 14c0-.794-.088-1.567-.255-2.31a.8.8 0 0 1 .448-.913c.413-.177.89.042.992.48c.206.88.315 1.799.315 2.743s-.109 1.863-.315 2.744c-.102.437-.58.656-.991.48m-.987-8.743a.8.8 0 0 1-.97-.305a10.6 10.6 0 0 0-2.847-2.869a.796.796 0 0 1-.297-.972c.18-.41.677-.577 1.051-.328c1.351.9 2.51 2.067 3.4 3.425c.246.375.076.872-.337 1.049m-6.404-5.15a.8.8 0 0 1-.916.442A10.5 10.5 0 0 0 14 3.5c-.82 0-1.62.094-2.386.272a.8.8 0 0 1-.917-.441c-.18-.411.036-.89.472-.995A12 12 0 0 1 14 2c.975 0 1.923.116 2.831.336c.436.105.652.584.472.995"/></svg>
React
import type { SVGProps } from "react";
export function FluentLasso28Regular(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.263 8.175a.8.8 0 0 1-.97.305c-.413-.177-.583-.674-.337-1.05a12.1 12.1 0 0 1 3.4-3.424c.374-.25.871-.083 1.051.328a.8.8 0 0 1-.297.972a10.6 10.6 0 0 0-2.847 2.869m-1.957 2.602c.352.15.533.54.449.913A10.5 10.5 0 0 0 3.5 14c0 .794.088 1.567.255 2.31a.8.8 0 0 1-.448.913c-.413.177-.89-.042-.992-.48a12.1 12.1 0 0 1 0-5.487c.102-.437.58-.656.991-.479m.987 8.743a.8.8 0 0 1 .97.305a10.6 10.6 0 0 0 2.89 2.898c.343.23.47.686.264 1.046a.715.715 0 0 1-1.012.258a12.1 12.1 0 0 1-3.449-3.458c-.246-.375-.076-.872.337-1.049m11.99 6.247c-.91.16-2.005.213-2.991.017c-.684-.135-1.38-.403-1.913-.902c-.556-.52-.879-1.236-.879-2.132c0-1.135.827-2.164 2.056-2.742c1.252-.59 2.998-.768 5.126-.236c1.398.35 2.535 1.101 3.431 1.952a10.6 10.6 0 0 0 1.624-1.899a.8.8 0 0 1 .97-.305c.413.177.583.674.337 1.05a12 12 0 0 1-1.92 2.262q.192.243.361.482a13.3 13.3 0 0 1 1.373 2.438l.088.217l.005.014l.002.005v.002a.75.75 0 0 1-1.406.52l-.003-.007l-.012-.032l-.056-.136a11.8 11.8 0 0 0-1.517-2.558a11.9 11.9 0 0 1-4.523 1.976a.7.7 0 0 1-.152.014m3.643-3.098c-.722-.65-1.59-1.187-2.608-1.442c-1.872-.468-3.251-.272-4.124.138c-.896.422-1.194 1.019-1.194 1.385c0 .504.167.816.403 1.036c.257.241.656.423 1.18.527c1.06.21 2.369.052 3.2-.2a1 1 0 0 1 .16-.03a10.5 10.5 0 0 0 2.983-1.414m4.768-5.446a.8.8 0 0 1-.449-.913A10.5 10.5 0 0 0 24.5 14c0-.794-.088-1.567-.255-2.31a.8.8 0 0 1 .448-.913c.413-.177.89.042.992.48c.206.88.315 1.799.315 2.743s-.109 1.863-.315 2.744c-.102.437-.58.656-.991.48m-.987-8.743a.8.8 0 0 1-.97-.305a10.6 10.6 0 0 0-2.847-2.869a.796.796 0 0 1-.297-.972c.18-.41.677-.577 1.051-.328c1.351.9 2.51 2.067 3.4 3.425c.246.375.076.872-.337 1.049m-6.404-5.15a.8.8 0 0 1-.916.442A10.5 10.5 0 0 0 14 3.5c-.82 0-1.62.094-2.386.272a.8.8 0 0 1-.917-.441c-.18-.411.036-.89.472-.995A12 12 0 0 1 14 2c.975 0 1.923.116 2.831.336c.436.105.652.584.472.995"/></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.263 8.175a.8.8 0 0 1-.97.305c-.413-.177-.583-.674-.337-1.05a12.1 12.1 0 0 1 3.4-3.424c.374-.25.871-.083 1.051.328a.8.8 0 0 1-.297.972a10.6 10.6 0 0 0-2.847 2.869m-1.957 2.602c.352.15.533.54.449.913A10.5 10.5 0 0 0 3.5 14c0 .794.088 1.567.255 2.31a.8.8 0 0 1-.448.913c-.413.177-.89-.042-.992-.48a12.1 12.1 0 0 1 0-5.487c.102-.437.58-.656.991-.479m.987 8.743a.8.8 0 0 1 .97.305a10.6 10.6 0 0 0 2.89 2.898c.343.23.47.686.264 1.046a.715.715 0 0 1-1.012.258a12.1 12.1 0 0 1-3.449-3.458c-.246-.375-.076-.872.337-1.049m11.99 6.247c-.91.16-2.005.213-2.991.017c-.684-.135-1.38-.403-1.913-.902c-.556-.52-.879-1.236-.879-2.132c0-1.135.827-2.164 2.056-2.742c1.252-.59 2.998-.768 5.126-.236c1.398.35 2.535 1.101 3.431 1.952a10.6 10.6 0 0 0 1.624-1.899a.8.8 0 0 1 .97-.305c.413.177.583.674.337 1.05a12 12 0 0 1-1.92 2.262q.192.243.361.482a13.3 13.3 0 0 1 1.373 2.438l.088.217l.005.014l.002.005v.002a.75.75 0 0 1-1.406.52l-.003-.007l-.012-.032l-.056-.136a11.8 11.8 0 0 0-1.517-2.558a11.9 11.9 0 0 1-4.523 1.976a.7.7 0 0 1-.152.014m3.643-3.098c-.722-.65-1.59-1.187-2.608-1.442c-1.872-.468-3.251-.272-4.124.138c-.896.422-1.194 1.019-1.194 1.385c0 .504.167.816.403 1.036c.257.241.656.423 1.18.527c1.06.21 2.369.052 3.2-.2a1 1 0 0 1 .16-.03a10.5 10.5 0 0 0 2.983-1.414m4.768-5.446a.8.8 0 0 1-.449-.913A10.5 10.5 0 0 0 24.5 14c0-.794-.088-1.567-.255-2.31a.8.8 0 0 1 .448-.913c.413-.177.89.042.992.48c.206.88.315 1.799.315 2.743s-.109 1.863-.315 2.744c-.102.437-.58.656-.991.48m-.987-8.743a.8.8 0 0 1-.97-.305a10.6 10.6 0 0 0-2.847-2.869a.796.796 0 0 1-.297-.972c.18-.41.677-.577 1.051-.328c1.351.9 2.51 2.067 3.4 3.425c.246.375.076.872-.337 1.049m-6.404-5.15a.8.8 0 0 1-.916.442A10.5 10.5 0 0 0 14 3.5c-.82 0-1.62.094-2.386.272a.8.8 0 0 1-.917-.441c-.18-.411.036-.89.472-.995A12 12 0 0 1 14 2c.975 0 1.923.116 2.831.336c.436.105.652.584.472.995"/></svg> </template>
CSS
.icon-lasso-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.263%208.175a.8.8%200%200%201-.97.305c-.413-.177-.583-.674-.337-1.05a12.1%2012.1%200%200%201%203.4-3.424c.374-.25.871-.083%201.051.328a.8.8%200%200%201-.297.972a10.6%2010.6%200%200%200-2.847%202.869m-1.957%202.602c.352.15.533.54.449.913A10.5%2010.5%200%200%200%203.5%2014c0%20.794.088%201.567.255%202.31a.8.8%200%200%201-.448.913c-.413.177-.89-.042-.992-.48a12.1%2012.1%200%200%201%200-5.487c.102-.437.58-.656.991-.479m.987%208.743a.8.8%200%200%201%20.97.305a10.6%2010.6%200%200%200%202.89%202.898c.343.23.47.686.264%201.046a.715.715%200%200%201-1.012.258a12.1%2012.1%200%200%201-3.449-3.458c-.246-.375-.076-.872.337-1.049m11.99%206.247c-.91.16-2.005.213-2.991.017c-.684-.135-1.38-.403-1.913-.902c-.556-.52-.879-1.236-.879-2.132c0-1.135.827-2.164%202.056-2.742c1.252-.59%202.998-.768%205.126-.236c1.398.35%202.535%201.101%203.431%201.952a10.6%2010.6%200%200%200%201.624-1.899a.8.8%200%200%201%20.97-.305c.413.177.583.674.337%201.05a12%2012%200%200%201-1.92%202.262q.192.243.361.482a13.3%2013.3%200%200%201%201.373%202.438l.088.217l.005.014l.002.005v.002a.75.75%200%200%201-1.406.52l-.003-.007l-.012-.032l-.056-.136a11.8%2011.8%200%200%200-1.517-2.558a11.9%2011.9%200%200%201-4.523%201.976a.7.7%200%200%201-.152.014m3.643-3.098c-.722-.65-1.59-1.187-2.608-1.442c-1.872-.468-3.251-.272-4.124.138c-.896.422-1.194%201.019-1.194%201.385c0%20.504.167.816.403%201.036c.257.241.656.423%201.18.527c1.06.21%202.369.052%203.2-.2a1%201%200%200%201%20.16-.03a10.5%2010.5%200%200%200%202.983-1.414m4.768-5.446a.8.8%200%200%201-.449-.913A10.5%2010.5%200%200%200%2024.5%2014c0-.794-.088-1.567-.255-2.31a.8.8%200%200%201%20.448-.913c.413-.177.89.042.992.48c.206.88.315%201.799.315%202.743s-.109%201.863-.315%202.744c-.102.437-.58.656-.991.48m-.987-8.743a.8.8%200%200%201-.97-.305a10.6%2010.6%200%200%200-2.847-2.869a.796.796%200%200%201-.297-.972c.18-.41.677-.577%201.051-.328c1.351.9%202.51%202.067%203.4%203.425c.246.375.076.872-.337%201.049m-6.404-5.15a.8.8%200%200%201-.916.442A10.5%2010.5%200%200%200%2014%203.5c-.82%200-1.62.094-2.386.272a.8.8%200%200%201-.917-.441c-.18-.411.036-.89.472-.995A12%2012%200%200%201%2014%202c.975%200%201.923.116%202.831.336c.436.105.652.584.472.995%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.263%208.175a.8.8%200%200%201-.97.305c-.413-.177-.583-.674-.337-1.05a12.1%2012.1%200%200%201%203.4-3.424c.374-.25.871-.083%201.051.328a.8.8%200%200%201-.297.972a10.6%2010.6%200%200%200-2.847%202.869m-1.957%202.602c.352.15.533.54.449.913A10.5%2010.5%200%200%200%203.5%2014c0%20.794.088%201.567.255%202.31a.8.8%200%200%201-.448.913c-.413.177-.89-.042-.992-.48a12.1%2012.1%200%200%201%200-5.487c.102-.437.58-.656.991-.479m.987%208.743a.8.8%200%200%201%20.97.305a10.6%2010.6%200%200%200%202.89%202.898c.343.23.47.686.264%201.046a.715.715%200%200%201-1.012.258a12.1%2012.1%200%200%201-3.449-3.458c-.246-.375-.076-.872.337-1.049m11.99%206.247c-.91.16-2.005.213-2.991.017c-.684-.135-1.38-.403-1.913-.902c-.556-.52-.879-1.236-.879-2.132c0-1.135.827-2.164%202.056-2.742c1.252-.59%202.998-.768%205.126-.236c1.398.35%202.535%201.101%203.431%201.952a10.6%2010.6%200%200%200%201.624-1.899a.8.8%200%200%201%20.97-.305c.413.177.583.674.337%201.05a12%2012%200%200%201-1.92%202.262q.192.243.361.482a13.3%2013.3%200%200%201%201.373%202.438l.088.217l.005.014l.002.005v.002a.75.75%200%200%201-1.406.52l-.003-.007l-.012-.032l-.056-.136a11.8%2011.8%200%200%200-1.517-2.558a11.9%2011.9%200%200%201-4.523%201.976a.7.7%200%200%201-.152.014m3.643-3.098c-.722-.65-1.59-1.187-2.608-1.442c-1.872-.468-3.251-.272-4.124.138c-.896.422-1.194%201.019-1.194%201.385c0%20.504.167.816.403%201.036c.257.241.656.423%201.18.527c1.06.21%202.369.052%203.2-.2a1%201%200%200%201%20.16-.03a10.5%2010.5%200%200%200%202.983-1.414m4.768-5.446a.8.8%200%200%201-.449-.913A10.5%2010.5%200%200%200%2024.5%2014c0-.794-.088-1.567-.255-2.31a.8.8%200%200%201%20.448-.913c.413-.177.89.042.992.48c.206.88.315%201.799.315%202.743s-.109%201.863-.315%202.744c-.102.437-.58.656-.991.48m-.987-8.743a.8.8%200%200%201-.97-.305a10.6%2010.6%200%200%200-2.847-2.869a.796.796%200%200%201-.297-.972c.18-.41.677-.577%201.051-.328c1.351.9%202.51%202.067%203.4%203.425c.246.375.076.872-.337%201.049m-6.404-5.15a.8.8%200%200%201-.916.442A10.5%2010.5%200%200%200%2014%203.5c-.82%200-1.62.094-2.386.272a.8.8%200%200%201-.917-.441c-.18-.411.036-.89.472-.995A12%2012%200%200%201%2014%202c.975%200%201.923.116%202.831.336c.436.105.652.584.472.995%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lasso-28-regular.svg?color=%231a73e8&size=48