image stack icon
image-stack-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- image-stack-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
image-add-20-filledimage-alt-text-16-filledimage-arrow-back-20-filledimage-arrow-counterclockwise-20-filledimage-arrow-forward-20-filledimage-border-16-filledimage-circle-16-filledimage-copy-20-filledimage-dismiss-20-filledimage-edit-16-filledimage-globe-20-filledimage-library-20-filledimage-multiple-16-filledimage-multiple-off-16-filledimage-off-20-filledimage-prohibited-20-filledimage-reflection-20-filledimage-search-20-filledimage-shadow-20-filledimage-sparkle-16-filledimage-split-20-filledimage-style-guide-16-filledimage-table-16-filled
Use the image stack icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zm7.707 13l-2.47-2.47a1.75 1.75 0 0 0-2.474 0L6.293 16H6a2 2 0 0 1-2-2v-4h12v4a2 2 0 0 1-2 2zm-6 0l1.763-1.763a.75.75 0 0 1 1.06 0L12.293 16zM16 9h-2.793l-1.97-1.97a1.75 1.75 0 0 0-2.474 0L6.793 9H4V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zM8.207 9L9.47 7.737a.75.75 0 0 1 1.06 0L11.793 9zM15 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 7.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageStack20Regular(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="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zm7.707 13l-2.47-2.47a1.75 1.75 0 0 0-2.474 0L6.293 16H6a2 2 0 0 1-2-2v-4h12v4a2 2 0 0 1-2 2zm-6 0l1.763-1.763a.75.75 0 0 1 1.06 0L12.293 16zM16 9h-2.793l-1.97-1.97a1.75 1.75 0 0 0-2.474 0L6.793 9H4V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zM8.207 9L9.47 7.737a.75.75 0 0 1 1.06 0L11.793 9zM15 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 7.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zm7.707 13l-2.47-2.47a1.75 1.75 0 0 0-2.474 0L6.293 16H6a2 2 0 0 1-2-2v-4h12v4a2 2 0 0 1-2 2zm-6 0l1.763-1.763a.75.75 0 0 1 1.06 0L12.293 16zM16 9h-2.793l-1.97-1.97a1.75 1.75 0 0 0-2.474 0L6.793 9H4V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zM8.207 9L9.47 7.737a.75.75 0 0 1 1.06 0L11.793 9zM15 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 7.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg> </template>
CSS
.icon-image-stack-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3V6a3%203%200%200%200-3-3zm7.707%2013l-2.47-2.47a1.75%201.75%200%200%200-2.474%200L6.293%2016H6a2%202%200%200%201-2-2v-4h12v4a2%202%200%200%201-2%202zm-6%200l1.763-1.763a.75.75%200%200%201%201.06%200L12.293%2016zM16%209h-2.793l-1.97-1.97a1.75%201.75%200%200%200-2.474%200L6.793%209H4V6a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202zM8.207%209L9.47%207.737a.75.75%200%200%201%201.06%200L11.793%209zM15%206a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%207.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%22M6%203a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3V6a3%203%200%200%200-3-3zm7.707%2013l-2.47-2.47a1.75%201.75%200%200%200-2.474%200L6.293%2016H6a2%202%200%200%201-2-2v-4h12v4a2%202%200%200%201-2%202zm-6%200l1.763-1.763a.75.75%200%200%201%201.06%200L12.293%2016zM16%209h-2.793l-1.97-1.97a1.75%201.75%200%200%200-2.474%200L6.793%209H4V6a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202zM8.207%209L9.47%207.737a.75.75%200%200%201%201.06%200L11.793%209zM15%206a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%207.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-stack-20-regular.svg?color=%231a73e8&size=48