stack off icon
stack-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- stack-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l.594.593C2.288 3.814 2 4.373 2 5v6a2 2 0 0 0 2 2h8q.14 0 .274-.019l.815.815A3 3 0 0 1 12 14H4.268A2 2 0 0 0 6 15h6c.665 0 1.292-.162 1.844-.45l.734.735A5 5 0 0 1 12 16H6.268A2 2 0 0 0 8 17h4c1.22 0 2.355-.364 3.303-.99l1.843 1.844a.5.5 0 0 0 .708-.708zm11.753 10.34l.726.726A4 4 0 0 0 16 11V7a2 2 0 0 0-1-1.732V11a3 3 0 0 1-.393 1.486m1.445 1.444l.714.715A5.97 5.97 0 0 0 18 11V9a2 2 0 0 0-1-1.732V11a4.98 4.98 0 0 1-.948 2.93M5.122 3l8.737 8.738c.091-.228.141-.477.141-.738V5a2 2 0 0 0-2-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentStackOff20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l.594.593C2.288 3.814 2 4.373 2 5v6a2 2 0 0 0 2 2h8q.14 0 .274-.019l.815.815A3 3 0 0 1 12 14H4.268A2 2 0 0 0 6 15h6c.665 0 1.292-.162 1.844-.45l.734.735A5 5 0 0 1 12 16H6.268A2 2 0 0 0 8 17h4c1.22 0 2.355-.364 3.303-.99l1.843 1.844a.5.5 0 0 0 .708-.708zm11.753 10.34l.726.726A4 4 0 0 0 16 11V7a2 2 0 0 0-1-1.732V11a3 3 0 0 1-.393 1.486m1.445 1.444l.714.715A5.97 5.97 0 0 0 18 11V9a2 2 0 0 0-1-1.732V11a4.98 4.98 0 0 1-.948 2.93M5.122 3l8.737 8.738c.091-.228.141-.477.141-.738V5a2 2 0 0 0-2-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l.594.593C2.288 3.814 2 4.373 2 5v6a2 2 0 0 0 2 2h8q.14 0 .274-.019l.815.815A3 3 0 0 1 12 14H4.268A2 2 0 0 0 6 15h6c.665 0 1.292-.162 1.844-.45l.734.735A5 5 0 0 1 12 16H6.268A2 2 0 0 0 8 17h4c1.22 0 2.355-.364 3.303-.99l1.843 1.844a.5.5 0 0 0 .708-.708zm11.753 10.34l.726.726A4 4 0 0 0 16 11V7a2 2 0 0 0-1-1.732V11a3 3 0 0 1-.393 1.486m1.445 1.444l.714.715A5.97 5.97 0 0 0 18 11V9a2 2 0 0 0-1-1.732V11a4.98 4.98 0 0 1-.948 2.93M5.122 3l8.737 8.738c.091-.228.141-.477.141-.738V5a2 2 0 0 0-2-2z"/></svg> </template>
CSS
.icon-stack-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l.594.593C2.288%203.814%202%204.373%202%205v6a2%202%200%200%200%202%202h8q.14%200%20.274-.019l.815.815A3%203%200%200%201%2012%2014H4.268A2%202%200%200%200%206%2015h6c.665%200%201.292-.162%201.844-.45l.734.735A5%205%200%200%201%2012%2016H6.268A2%202%200%200%200%208%2017h4c1.22%200%202.355-.364%203.303-.99l1.843%201.844a.5.5%200%200%200%20.708-.708zm11.753%2010.34l.726.726A4%204%200%200%200%2016%2011V7a2%202%200%200%200-1-1.732V11a3%203%200%200%201-.393%201.486m1.445%201.444l.714.715A5.97%205.97%200%200%200%2018%2011V9a2%202%200%200%200-1-1.732V11a4.98%204.98%200%200%201-.948%202.93M5.122%203l8.737%208.738c.091-.228.141-.477.141-.738V5a2%202%200%200%200-2-2z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l.594.593C2.288%203.814%202%204.373%202%205v6a2%202%200%200%200%202%202h8q.14%200%20.274-.019l.815.815A3%203%200%200%201%2012%2014H4.268A2%202%200%200%200%206%2015h6c.665%200%201.292-.162%201.844-.45l.734.735A5%205%200%200%201%2012%2016H6.268A2%202%200%200%200%208%2017h4c1.22%200%202.355-.364%203.303-.99l1.843%201.844a.5.5%200%200%200%20.708-.708zm11.753%2010.34l.726.726A4%204%200%200%200%2016%2011V7a2%202%200%200%200-1-1.732V11a3%203%200%200%201-.393%201.486m1.445%201.444l.714.715A5.97%205.97%200%200%200%2018%2011V9a2%202%200%200%200-1-1.732V11a4.98%204.98%200%200%201-.948%202.93M5.122%203l8.737%208.738c.091-.228.141-.477.141-.738V5a2%202%200%200%200-2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/stack-off-20-filled.svg?color=%231a73e8&size=48