stack off icon
stack-off-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- stack-off-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the stack off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m24.882 26.296l3.411 3.411a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l.899.9A3 3 0 0 0 2 7v10a3 3 0 0 0 3 3h13.586l1.804 1.804A5 5 0 0 1 19 22H6.17A3 3 0 0 0 9 24h10c1.05 0 2.046-.231 2.94-.646l1.485 1.485A8.96 8.96 0 0 1 19 25.999h-8.83A3 3 0 0 0 13 28h6a10.95 10.95 0 0 0 5.882-1.703M16.586 18H5a1 1 0 0 1-1-1V7a1 1 0 0 1 .649-.937zM20 7v9.463l1.747 1.747c.163-.37.253-.78.253-1.21V7a3 3 0 0 0-3-3H7.537l2 2H19a1 1 0 0 1 1 1m3.22 12.683l1.438 1.438A6.97 6.97 0 0 0 26 17v-6a3 3 0 0 0-2-2.83V17c0 .987-.287 1.907-.78 2.683m2.866 2.866l1.423 1.422A10.96 10.96 0 0 0 29.999 17v-2a3 3 0 0 0-2-2.83V17c0 2.093-.714 4.02-1.913 5.549"/></svg>
React
import type { SVGProps } from "react";
export function FluentStackOff32Regular(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="m24.882 26.296l3.411 3.411a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l.899.9A3 3 0 0 0 2 7v10a3 3 0 0 0 3 3h13.586l1.804 1.804A5 5 0 0 1 19 22H6.17A3 3 0 0 0 9 24h10c1.05 0 2.046-.231 2.94-.646l1.485 1.485A8.96 8.96 0 0 1 19 25.999h-8.83A3 3 0 0 0 13 28h6a10.95 10.95 0 0 0 5.882-1.703M16.586 18H5a1 1 0 0 1-1-1V7a1 1 0 0 1 .649-.937zM20 7v9.463l1.747 1.747c.163-.37.253-.78.253-1.21V7a3 3 0 0 0-3-3H7.537l2 2H19a1 1 0 0 1 1 1m3.22 12.683l1.438 1.438A6.97 6.97 0 0 0 26 17v-6a3 3 0 0 0-2-2.83V17c0 .987-.287 1.907-.78 2.683m2.866 2.866l1.423 1.422A10.96 10.96 0 0 0 29.999 17v-2a3 3 0 0 0-2-2.83V17c0 2.093-.714 4.02-1.913 5.549"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m24.882 26.296l3.411 3.411a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l.899.9A3 3 0 0 0 2 7v10a3 3 0 0 0 3 3h13.586l1.804 1.804A5 5 0 0 1 19 22H6.17A3 3 0 0 0 9 24h10c1.05 0 2.046-.231 2.94-.646l1.485 1.485A8.96 8.96 0 0 1 19 25.999h-8.83A3 3 0 0 0 13 28h6a10.95 10.95 0 0 0 5.882-1.703M16.586 18H5a1 1 0 0 1-1-1V7a1 1 0 0 1 .649-.937zM20 7v9.463l1.747 1.747c.163-.37.253-.78.253-1.21V7a3 3 0 0 0-3-3H7.537l2 2H19a1 1 0 0 1 1 1m3.22 12.683l1.438 1.438A6.97 6.97 0 0 0 26 17v-6a3 3 0 0 0-2-2.83V17c0 .987-.287 1.907-.78 2.683m2.866 2.866l1.423 1.422A10.96 10.96 0 0 0 29.999 17v-2a3 3 0 0 0-2-2.83V17c0 2.093-.714 4.02-1.913 5.549"/></svg> </template>
CSS
.icon-stack-off-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%22m24.882%2026.296l3.411%203.411a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414l.899.9A3%203%200%200%200%202%207v10a3%203%200%200%200%203%203h13.586l1.804%201.804A5%205%200%200%201%2019%2022H6.17A3%203%200%200%200%209%2024h10c1.05%200%202.046-.231%202.94-.646l1.485%201.485A8.96%208.96%200%200%201%2019%2025.999h-8.83A3%203%200%200%200%2013%2028h6a10.95%2010.95%200%200%200%205.882-1.703M16.586%2018H5a1%201%200%200%201-1-1V7a1%201%200%200%201%20.649-.937zM20%207v9.463l1.747%201.747c.163-.37.253-.78.253-1.21V7a3%203%200%200%200-3-3H7.537l2%202H19a1%201%200%200%201%201%201m3.22%2012.683l1.438%201.438A6.97%206.97%200%200%200%2026%2017v-6a3%203%200%200%200-2-2.83V17c0%20.987-.287%201.907-.78%202.683m2.866%202.866l1.423%201.422A10.96%2010.96%200%200%200%2029.999%2017v-2a3%203%200%200%200-2-2.83V17c0%202.093-.714%204.02-1.913%205.549%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%22m24.882%2026.296l3.411%203.411a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414l.899.9A3%203%200%200%200%202%207v10a3%203%200%200%200%203%203h13.586l1.804%201.804A5%205%200%200%201%2019%2022H6.17A3%203%200%200%200%209%2024h10c1.05%200%202.046-.231%202.94-.646l1.485%201.485A8.96%208.96%200%200%201%2019%2025.999h-8.83A3%203%200%200%200%2013%2028h6a10.95%2010.95%200%200%200%205.882-1.703M16.586%2018H5a1%201%200%200%201-1-1V7a1%201%200%200%201%20.649-.937zM20%207v9.463l1.747%201.747c.163-.37.253-.78.253-1.21V7a3%203%200%200%200-3-3H7.537l2%202H19a1%201%200%200%201%201%201m3.22%2012.683l1.438%201.438A6.97%206.97%200%200%200%2026%2017v-6a3%203%200%200%200-2-2.83V17c0%20.987-.287%201.907-.78%202.683m2.866%202.866l1.423%201.422A10.96%2010.96%200%200%200%2029.999%2017v-2a3%203%200%200%200-2-2.83V17c0%202.093-.714%204.02-1.913%205.549%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/stack-off-32-regular.svg?color=%231a73e8&size=48