image-stack-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
image-stack-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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 3v3h3.293l2.47-2.47a1.75 1.75 0 0 1 2.474 0L13.707 9H17V6a3 3 0 0 0-3-3zm11 7v4a3 3 0 0 1-2.361 2.932l-3.402-3.402a1.75 1.75 0 0 0-2.474 0L5.36 16.932A3 3 0 0 1 3 14v-4zM6.707 17h6.586l-2.763-2.763a.75.75 0 0 0-1.06 0zm1-8h4.586L10.53 7.237a.75.75 0 0 0-1.06 0zM15.5 5.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageStack20Filled(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 3v3h3.293l2.47-2.47a1.75 1.75 0 0 1 2.474 0L13.707 9H17V6a3 3 0 0 0-3-3zm11 7v4a3 3 0 0 1-2.361 2.932l-3.402-3.402a1.75 1.75 0 0 0-2.474 0L5.36 16.932A3 3 0 0 1 3 14v-4zM6.707 17h6.586l-2.763-2.763a.75.75 0 0 0-1.06 0zm1-8h4.586L10.53 7.237a.75.75 0 0 0-1.06 0zM15.5 5.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 8a1 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 3v3h3.293l2.47-2.47a1.75 1.75 0 0 1 2.474 0L13.707 9H17V6a3 3 0 0 0-3-3zm11 7v4a3 3 0 0 1-2.361 2.932l-3.402-3.402a1.75 1.75 0 0 0-2.474 0L5.36 16.932A3 3 0 0 1 3 14v-4zM6.707 17h6.586l-2.763-2.763a.75.75 0 0 0-1.06 0zm1-8h4.586L10.53 7.237a.75.75 0 0 0-1.06 0zM15.5 5.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
</template>

CSS

.icon-image-stack-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%22M6%203a3%203%200%200%200-3%203v3h3.293l2.47-2.47a1.75%201.75%200%200%201%202.474%200L13.707%209H17V6a3%203%200%200%200-3-3zm11%207v4a3%203%200%200%201-2.361%202.932l-3.402-3.402a1.75%201.75%200%200%200-2.474%200L5.36%2016.932A3%203%200%200%201%203%2014v-4zM6.707%2017h6.586l-2.763-2.763a.75.75%200%200%200-1.06%200zm1-8h4.586L10.53%207.237a.75.75%200%200%200-1.06%200zM15.5%205.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%208a1%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%203v3h3.293l2.47-2.47a1.75%201.75%200%200%201%202.474%200L13.707%209H17V6a3%203%200%200%200-3-3zm11%207v4a3%203%200%200%201-2.361%202.932l-3.402-3.402a1.75%201.75%200%200%200-2.474%200L5.36%2016.932A3%203%200%200%201%203%2014v-4zM6.707%2017h6.586l-2.763-2.763a.75.75%200%200%200-1.06%200zm1-8h4.586L10.53%207.237a.75.75%200%200%200-1.06%200zM15.5%205.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%208a1%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-filled.svg?color=%231a73e8&size=48