lasso icon
lasso-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- lasso-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- 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="M8.244 4.343c.33-.22.756.024.756.42c0 .175-.09.337-.235.435a13.1 13.1 0 0 0-3.567 3.567a.53.53 0 0 1-.435.235c-.396 0-.64-.427-.42-.756a14.1 14.1 0 0 1 3.901-3.901m.521 22.46c.145.097.235.26.235.434c0 .396-.427.64-.756.42a14.1 14.1 0 0 1-3.901-3.901c-.22-.33.024-.756.42-.756c.175 0 .337.09.435.235a13.1 13.1 0 0 0 3.567 3.567M29.052 20a.514.514 0 0 1-.487-.651C28.849 18.28 29 17.158 29 16s-.151-2.28-.435-3.349a.514.514 0 0 1 .487-.651c.218 0 .412.143.469.354a14.06 14.06 0 0 1-.001 7.291a.48.48 0 0 1-.468.355m-25.617-.651A13 13 0 0 1 3 16c0-1.158.151-2.28.435-3.349A.514.514 0 0 0 2.948 12a.48.48 0 0 0-.469.354A14 14 0 0 0 2 16c0 1.261.167 2.483.48 3.645c.056.212.25.355.468.355a.514.514 0 0 0 .487-.651M12 2.949c0 .334.327.573.651.486A13 13 0 0 1 16 3c1.158 0 2.28.151 3.349.435A.514.514 0 0 0 20 2.948a.48.48 0 0 0-.355-.469A14 14 0 0 0 16 2c-1.261 0-2.483.167-3.645.48a.48.48 0 0 0-.355.468M27.237 9c.396 0 .64-.427.42-.756a14.1 14.1 0 0 0-3.901-3.901c-.33-.22-.756.024-.756.42c0 .175.09.337.235.435a13.1 13.1 0 0 1 3.567 3.567c.098.145.26.235.435.235m-.24 14.182A.5.5 0 0 1 27.38 23h.007a.5.5 0 0 1 .382.818c-.809.981-1.62 1.895-2.476 2.702l.13.133a14.4 14.4 0 0 1 1.919 2.494a12 12 0 0 1 .576 1.064l.03.065l.008.019l.002.005l.001.002l-.459.198l.46-.197a.5.5 0 0 1-.92.394v-.002l-.005-.012l-.024-.051l-.1-.207a11 11 0 0 0-.424-.76a13.4 13.4 0 0 0-1.941-2.478C22.5 28.906 20.156 30 17 30v-.5v.5h-.062l-.155-.006a9 9 0 0 1-.541-.044a8 8 0 0 1-1.65-.35C13.402 29.202 12 28.331 12 26.5s1.402-2.703 2.592-3.1a8 8 0 0 1 1.65-.35a9 9 0 0 1 .696-.05H17l.001.5V23c3.33 0 5.815 1.324 7.561 2.836c.828-.776 1.625-1.67 2.436-2.654m-3.193 3.322C22.204 25.15 19.974 24 17 24h-.039l-.13.005c-.115.006-.28.017-.479.039a7 7 0 0 0-1.444.305c-1.06.354-1.908.983-1.908 2.151s.848 1.797 1.908 2.15a7 7 0 0 0 1.444.306a8 8 0 0 0 .609.043h.032l.006.001c2.807 0 4.914-.935 6.805-2.496"/></svg>
React
import type { SVGProps } from "react";
export function FluentLasso32Light(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="M8.244 4.343c.33-.22.756.024.756.42c0 .175-.09.337-.235.435a13.1 13.1 0 0 0-3.567 3.567a.53.53 0 0 1-.435.235c-.396 0-.64-.427-.42-.756a14.1 14.1 0 0 1 3.901-3.901m.521 22.46c.145.097.235.26.235.434c0 .396-.427.64-.756.42a14.1 14.1 0 0 1-3.901-3.901c-.22-.33.024-.756.42-.756c.175 0 .337.09.435.235a13.1 13.1 0 0 0 3.567 3.567M29.052 20a.514.514 0 0 1-.487-.651C28.849 18.28 29 17.158 29 16s-.151-2.28-.435-3.349a.514.514 0 0 1 .487-.651c.218 0 .412.143.469.354a14.06 14.06 0 0 1-.001 7.291a.48.48 0 0 1-.468.355m-25.617-.651A13 13 0 0 1 3 16c0-1.158.151-2.28.435-3.349A.514.514 0 0 0 2.948 12a.48.48 0 0 0-.469.354A14 14 0 0 0 2 16c0 1.261.167 2.483.48 3.645c.056.212.25.355.468.355a.514.514 0 0 0 .487-.651M12 2.949c0 .334.327.573.651.486A13 13 0 0 1 16 3c1.158 0 2.28.151 3.349.435A.514.514 0 0 0 20 2.948a.48.48 0 0 0-.355-.469A14 14 0 0 0 16 2c-1.261 0-2.483.167-3.645.48a.48.48 0 0 0-.355.468M27.237 9c.396 0 .64-.427.42-.756a14.1 14.1 0 0 0-3.901-3.901c-.33-.22-.756.024-.756.42c0 .175.09.337.235.435a13.1 13.1 0 0 1 3.567 3.567c.098.145.26.235.435.235m-.24 14.182A.5.5 0 0 1 27.38 23h.007a.5.5 0 0 1 .382.818c-.809.981-1.62 1.895-2.476 2.702l.13.133a14.4 14.4 0 0 1 1.919 2.494a12 12 0 0 1 .576 1.064l.03.065l.008.019l.002.005l.001.002l-.459.198l.46-.197a.5.5 0 0 1-.92.394v-.002l-.005-.012l-.024-.051l-.1-.207a11 11 0 0 0-.424-.76a13.4 13.4 0 0 0-1.941-2.478C22.5 28.906 20.156 30 17 30v-.5v.5h-.062l-.155-.006a9 9 0 0 1-.541-.044a8 8 0 0 1-1.65-.35C13.402 29.202 12 28.331 12 26.5s1.402-2.703 2.592-3.1a8 8 0 0 1 1.65-.35a9 9 0 0 1 .696-.05H17l.001.5V23c3.33 0 5.815 1.324 7.561 2.836c.828-.776 1.625-1.67 2.436-2.654m-3.193 3.322C22.204 25.15 19.974 24 17 24h-.039l-.13.005c-.115.006-.28.017-.479.039a7 7 0 0 0-1.444.305c-1.06.354-1.908.983-1.908 2.151s.848 1.797 1.908 2.15a7 7 0 0 0 1.444.306a8 8 0 0 0 .609.043h.032l.006.001c2.807 0 4.914-.935 6.805-2.496"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.244 4.343c.33-.22.756.024.756.42c0 .175-.09.337-.235.435a13.1 13.1 0 0 0-3.567 3.567a.53.53 0 0 1-.435.235c-.396 0-.64-.427-.42-.756a14.1 14.1 0 0 1 3.901-3.901m.521 22.46c.145.097.235.26.235.434c0 .396-.427.64-.756.42a14.1 14.1 0 0 1-3.901-3.901c-.22-.33.024-.756.42-.756c.175 0 .337.09.435.235a13.1 13.1 0 0 0 3.567 3.567M29.052 20a.514.514 0 0 1-.487-.651C28.849 18.28 29 17.158 29 16s-.151-2.28-.435-3.349a.514.514 0 0 1 .487-.651c.218 0 .412.143.469.354a14.06 14.06 0 0 1-.001 7.291a.48.48 0 0 1-.468.355m-25.617-.651A13 13 0 0 1 3 16c0-1.158.151-2.28.435-3.349A.514.514 0 0 0 2.948 12a.48.48 0 0 0-.469.354A14 14 0 0 0 2 16c0 1.261.167 2.483.48 3.645c.056.212.25.355.468.355a.514.514 0 0 0 .487-.651M12 2.949c0 .334.327.573.651.486A13 13 0 0 1 16 3c1.158 0 2.28.151 3.349.435A.514.514 0 0 0 20 2.948a.48.48 0 0 0-.355-.469A14 14 0 0 0 16 2c-1.261 0-2.483.167-3.645.48a.48.48 0 0 0-.355.468M27.237 9c.396 0 .64-.427.42-.756a14.1 14.1 0 0 0-3.901-3.901c-.33-.22-.756.024-.756.42c0 .175.09.337.235.435a13.1 13.1 0 0 1 3.567 3.567c.098.145.26.235.435.235m-.24 14.182A.5.5 0 0 1 27.38 23h.007a.5.5 0 0 1 .382.818c-.809.981-1.62 1.895-2.476 2.702l.13.133a14.4 14.4 0 0 1 1.919 2.494a12 12 0 0 1 .576 1.064l.03.065l.008.019l.002.005l.001.002l-.459.198l.46-.197a.5.5 0 0 1-.92.394v-.002l-.005-.012l-.024-.051l-.1-.207a11 11 0 0 0-.424-.76a13.4 13.4 0 0 0-1.941-2.478C22.5 28.906 20.156 30 17 30v-.5v.5h-.062l-.155-.006a9 9 0 0 1-.541-.044a8 8 0 0 1-1.65-.35C13.402 29.202 12 28.331 12 26.5s1.402-2.703 2.592-3.1a8 8 0 0 1 1.65-.35a9 9 0 0 1 .696-.05H17l.001.5V23c3.33 0 5.815 1.324 7.561 2.836c.828-.776 1.625-1.67 2.436-2.654m-3.193 3.322C22.204 25.15 19.974 24 17 24h-.039l-.13.005c-.115.006-.28.017-.479.039a7 7 0 0 0-1.444.305c-1.06.354-1.908.983-1.908 2.151s.848 1.797 1.908 2.15a7 7 0 0 0 1.444.306a8 8 0 0 0 .609.043h.032l.006.001c2.807 0 4.914-.935 6.805-2.496"/></svg> </template>
CSS
.icon-lasso-32-light {
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%22M8.244%204.343c.33-.22.756.024.756.42c0%20.175-.09.337-.235.435a13.1%2013.1%200%200%200-3.567%203.567a.53.53%200%200%201-.435.235c-.396%200-.64-.427-.42-.756a14.1%2014.1%200%200%201%203.901-3.901m.521%2022.46c.145.097.235.26.235.434c0%20.396-.427.64-.756.42a14.1%2014.1%200%200%201-3.901-3.901c-.22-.33.024-.756.42-.756c.175%200%20.337.09.435.235a13.1%2013.1%200%200%200%203.567%203.567M29.052%2020a.514.514%200%200%201-.487-.651C28.849%2018.28%2029%2017.158%2029%2016s-.151-2.28-.435-3.349a.514.514%200%200%201%20.487-.651c.218%200%20.412.143.469.354a14.06%2014.06%200%200%201-.001%207.291a.48.48%200%200%201-.468.355m-25.617-.651A13%2013%200%200%201%203%2016c0-1.158.151-2.28.435-3.349A.514.514%200%200%200%202.948%2012a.48.48%200%200%200-.469.354A14%2014%200%200%200%202%2016c0%201.261.167%202.483.48%203.645c.056.212.25.355.468.355a.514.514%200%200%200%20.487-.651M12%202.949c0%20.334.327.573.651.486A13%2013%200%200%201%2016%203c1.158%200%202.28.151%203.349.435A.514.514%200%200%200%2020%202.948a.48.48%200%200%200-.355-.469A14%2014%200%200%200%2016%202c-1.261%200-2.483.167-3.645.48a.48.48%200%200%200-.355.468M27.237%209c.396%200%20.64-.427.42-.756a14.1%2014.1%200%200%200-3.901-3.901c-.33-.22-.756.024-.756.42c0%20.175.09.337.235.435a13.1%2013.1%200%200%201%203.567%203.567c.098.145.26.235.435.235m-.24%2014.182A.5.5%200%200%201%2027.38%2023h.007a.5.5%200%200%201%20.382.818c-.809.981-1.62%201.895-2.476%202.702l.13.133a14.4%2014.4%200%200%201%201.919%202.494a12%2012%200%200%201%20.576%201.064l.03.065l.008.019l.002.005l.001.002l-.459.198l.46-.197a.5.5%200%200%201-.92.394v-.002l-.005-.012l-.024-.051l-.1-.207a11%2011%200%200%200-.424-.76a13.4%2013.4%200%200%200-1.941-2.478C22.5%2028.906%2020.156%2030%2017%2030v-.5v.5h-.062l-.155-.006a9%209%200%200%201-.541-.044a8%208%200%200%201-1.65-.35C13.402%2029.202%2012%2028.331%2012%2026.5s1.402-2.703%202.592-3.1a8%208%200%200%201%201.65-.35a9%209%200%200%201%20.696-.05H17l.001.5V23c3.33%200%205.815%201.324%207.561%202.836c.828-.776%201.625-1.67%202.436-2.654m-3.193%203.322C22.204%2025.15%2019.974%2024%2017%2024h-.039l-.13.005c-.115.006-.28.017-.479.039a7%207%200%200%200-1.444.305c-1.06.354-1.908.983-1.908%202.151s.848%201.797%201.908%202.15a7%207%200%200%200%201.444.306a8%208%200%200%200%20.609.043h.032l.006.001c2.807%200%204.914-.935%206.805-2.496%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%22M8.244%204.343c.33-.22.756.024.756.42c0%20.175-.09.337-.235.435a13.1%2013.1%200%200%200-3.567%203.567a.53.53%200%200%201-.435.235c-.396%200-.64-.427-.42-.756a14.1%2014.1%200%200%201%203.901-3.901m.521%2022.46c.145.097.235.26.235.434c0%20.396-.427.64-.756.42a14.1%2014.1%200%200%201-3.901-3.901c-.22-.33.024-.756.42-.756c.175%200%20.337.09.435.235a13.1%2013.1%200%200%200%203.567%203.567M29.052%2020a.514.514%200%200%201-.487-.651C28.849%2018.28%2029%2017.158%2029%2016s-.151-2.28-.435-3.349a.514.514%200%200%201%20.487-.651c.218%200%20.412.143.469.354a14.06%2014.06%200%200%201-.001%207.291a.48.48%200%200%201-.468.355m-25.617-.651A13%2013%200%200%201%203%2016c0-1.158.151-2.28.435-3.349A.514.514%200%200%200%202.948%2012a.48.48%200%200%200-.469.354A14%2014%200%200%200%202%2016c0%201.261.167%202.483.48%203.645c.056.212.25.355.468.355a.514.514%200%200%200%20.487-.651M12%202.949c0%20.334.327.573.651.486A13%2013%200%200%201%2016%203c1.158%200%202.28.151%203.349.435A.514.514%200%200%200%2020%202.948a.48.48%200%200%200-.355-.469A14%2014%200%200%200%2016%202c-1.261%200-2.483.167-3.645.48a.48.48%200%200%200-.355.468M27.237%209c.396%200%20.64-.427.42-.756a14.1%2014.1%200%200%200-3.901-3.901c-.33-.22-.756.024-.756.42c0%20.175.09.337.235.435a13.1%2013.1%200%200%201%203.567%203.567c.098.145.26.235.435.235m-.24%2014.182A.5.5%200%200%201%2027.38%2023h.007a.5.5%200%200%201%20.382.818c-.809.981-1.62%201.895-2.476%202.702l.13.133a14.4%2014.4%200%200%201%201.919%202.494a12%2012%200%200%201%20.576%201.064l.03.065l.008.019l.002.005l.001.002l-.459.198l.46-.197a.5.5%200%200%201-.92.394v-.002l-.005-.012l-.024-.051l-.1-.207a11%2011%200%200%200-.424-.76a13.4%2013.4%200%200%200-1.941-2.478C22.5%2028.906%2020.156%2030%2017%2030v-.5v.5h-.062l-.155-.006a9%209%200%200%201-.541-.044a8%208%200%200%201-1.65-.35C13.402%2029.202%2012%2028.331%2012%2026.5s1.402-2.703%202.592-3.1a8%208%200%200%201%201.65-.35a9%209%200%200%201%20.696-.05H17l.001.5V23c3.33%200%205.815%201.324%207.561%202.836c.828-.776%201.625-1.67%202.436-2.654m-3.193%203.322C22.204%2025.15%2019.974%2024%2017%2024h-.039l-.13.005c-.115.006-.28.017-.479.039a7%207%200%200%200-1.444.305c-1.06.354-1.908.983-1.908%202.151s.848%201.797%201.908%202.15a7%207%200%200%200%201.444.306a8%208%200%200%200%20.609.043h.032l.006.001c2.807%200%204.914-.935%206.805-2.496%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lasso-32-light.svg?color=%231a73e8&size=48