stack icon
stack-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- stack-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.004 6.75A2.75 2.75 0 0 1 4.754 4h12.5a2.75 2.75 0 0 1 2.75 2.75v8.5a2.75 2.75 0 0 1-2.75 2.75h-12.5a2.75 2.75 0 0 1-2.75-2.75zM7.754 21a2.75 2.75 0 0 1-2.45-1.5h11.95a4.25 4.25 0 0 0 4.25-4.25V7.3a2.75 2.75 0 0 1 1.5 2.45v5.5a5.75 5.75 0 0 1-5.75 5.75zm.55 1.5a2.75 2.75 0 0 0 2.45 1.5h6.5a8.75 8.75 0 0 0 8.75-8.75v-2.5a2.75 2.75 0 0 0-1.5-2.45v4.95a7.25 7.25 0 0 1-7.25 7.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentStack28Filled(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="M2.004 6.75A2.75 2.75 0 0 1 4.754 4h12.5a2.75 2.75 0 0 1 2.75 2.75v8.5a2.75 2.75 0 0 1-2.75 2.75h-12.5a2.75 2.75 0 0 1-2.75-2.75zM7.754 21a2.75 2.75 0 0 1-2.45-1.5h11.95a4.25 4.25 0 0 0 4.25-4.25V7.3a2.75 2.75 0 0 1 1.5 2.45v5.5a5.75 5.75 0 0 1-5.75 5.75zm.55 1.5a2.75 2.75 0 0 0 2.45 1.5h6.5a8.75 8.75 0 0 0 8.75-8.75v-2.5a2.75 2.75 0 0 0-1.5-2.45v4.95a7.25 7.25 0 0 1-7.25 7.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.004 6.75A2.75 2.75 0 0 1 4.754 4h12.5a2.75 2.75 0 0 1 2.75 2.75v8.5a2.75 2.75 0 0 1-2.75 2.75h-12.5a2.75 2.75 0 0 1-2.75-2.75zM7.754 21a2.75 2.75 0 0 1-2.45-1.5h11.95a4.25 4.25 0 0 0 4.25-4.25V7.3a2.75 2.75 0 0 1 1.5 2.45v5.5a5.75 5.75 0 0 1-5.75 5.75zm.55 1.5a2.75 2.75 0 0 0 2.45 1.5h6.5a8.75 8.75 0 0 0 8.75-8.75v-2.5a2.75 2.75 0 0 0-1.5-2.45v4.95a7.25 7.25 0 0 1-7.25 7.25z"/></svg> </template>
CSS
.icon-stack-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.004%206.75A2.75%202.75%200%200%201%204.754%204h12.5a2.75%202.75%200%200%201%202.75%202.75v8.5a2.75%202.75%200%200%201-2.75%202.75h-12.5a2.75%202.75%200%200%201-2.75-2.75zM7.754%2021a2.75%202.75%200%200%201-2.45-1.5h11.95a4.25%204.25%200%200%200%204.25-4.25V7.3a2.75%202.75%200%200%201%201.5%202.45v5.5a5.75%205.75%200%200%201-5.75%205.75zm.55%201.5a2.75%202.75%200%200%200%202.45%201.5h6.5a8.75%208.75%200%200%200%208.75-8.75v-2.5a2.75%202.75%200%200%200-1.5-2.45v4.95a7.25%207.25%200%200%201-7.25%207.25z%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%22M2.004%206.75A2.75%202.75%200%200%201%204.754%204h12.5a2.75%202.75%200%200%201%202.75%202.75v8.5a2.75%202.75%200%200%201-2.75%202.75h-12.5a2.75%202.75%200%200%201-2.75-2.75zM7.754%2021a2.75%202.75%200%200%201-2.45-1.5h11.95a4.25%204.25%200%200%200%204.25-4.25V7.3a2.75%202.75%200%200%201%201.5%202.45v5.5a5.75%205.75%200%200%201-5.75%205.75zm.55%201.5a2.75%202.75%200%200%200%202.45%201.5h6.5a8.75%208.75%200%200%200%208.75-8.75v-2.5a2.75%202.75%200%200%200-1.5-2.45v4.95a7.25%207.25%200%200%201-7.25%207.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/stack-28-filled.svg?color=%231a73e8&size=48