stack off icon
stack-off-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- stack-off-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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.703m-1.662-6.613l1.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.549M7.536 4l14.21 14.21c.164-.37.254-.78.254-1.21V7a3 3 0 0 0-3-3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentStackOff32Filled(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.703m-1.662-6.613l1.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.549M7.536 4l14.21 14.21c.164-.37.254-.78.254-1.21V7a3 3 0 0 0-3-3z"/></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.703m-1.662-6.613l1.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.549M7.536 4l14.21 14.21c.164-.37.254-.78.254-1.21V7a3 3 0 0 0-3-3z"/></svg> </template>
CSS
.icon-stack-off-32-filled {
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.703m-1.662-6.613l1.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.549M7.536%204l14.21%2014.21c.164-.37.254-.78.254-1.21V7a3%203%200%200%200-3-3z%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.703m-1.662-6.613l1.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.549M7.536%204l14.21%2014.21c.164-.37.254-.78.254-1.21V7a3%203%200%200%200-3-3z%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-filled.svg?color=%231a73e8&size=48