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

Name
set-top-stack-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Use the set top stack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4zm5.5 2.1a.5.5 0 0 1 .447.276l.88 1.761l1.735.217a.5.5 0 0 1 .258.88l-1.266 1.055l.434 1.953a.5.5 0 0 1-.753.532L9.5 11.69l-1.735 1.084a.5.5 0 0 1-.753-.532l.434-1.953L6.18 9.234a.5.5 0 0 1 .258-.88l1.734-.217l.88-1.76A.5.5 0 0 1 9.5 6.1z" fill="currentColor"/><path d="M6.5 17.5A2 2 0 0 1 4.563 16H15.5a2.5 2.5 0 0 0 2.5-2.5V6.563A2 2 0 0 1 19.5 8.5v5a4 4 0 0 1-4 4h-9z" fill="currentColor"/><path d="M9 20a2 2 0 0 1-1.937-1.5h9.187a4.25 4.25 0 0 0 4.25-4.25V9.063A2 2 0 0 1 22 11v3.25A5.75 5.75 0 0 1 16.25 20H9z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentSetTopStack24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4zm5.5 2.1a.5.5 0 0 1 .447.276l.88 1.761l1.735.217a.5.5 0 0 1 .258.88l-1.266 1.055l.434 1.953a.5.5 0 0 1-.753.532L9.5 11.69l-1.735 1.084a.5.5 0 0 1-.753-.532l.434-1.953L6.18 9.234a.5.5 0 0 1 .258-.88l1.734-.217l.88-1.76A.5.5 0 0 1 9.5 6.1z" fill="currentColor"/><path d="M6.5 17.5A2 2 0 0 1 4.563 16H15.5a2.5 2.5 0 0 0 2.5-2.5V6.563A2 2 0 0 1 19.5 8.5v5a4 4 0 0 1-4 4h-9z" fill="currentColor"/><path d="M9 20a2 2 0 0 1-1.937-1.5h9.187a4.25 4.25 0 0 0 4.25-4.25V9.063A2 2 0 0 1 22 11v3.25A5.75 5.75 0 0 1 16.25 20H9z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4zm5.5 2.1a.5.5 0 0 1 .447.276l.88 1.761l1.735.217a.5.5 0 0 1 .258.88l-1.266 1.055l.434 1.953a.5.5 0 0 1-.753.532L9.5 11.69l-1.735 1.084a.5.5 0 0 1-.753-.532l.434-1.953L6.18 9.234a.5.5 0 0 1 .258-.88l1.734-.217l.88-1.76A.5.5 0 0 1 9.5 6.1z" fill="currentColor"/><path d="M6.5 17.5A2 2 0 0 1 4.563 16H15.5a2.5 2.5 0 0 0 2.5-2.5V6.563A2 2 0 0 1 19.5 8.5v5a4 4 0 0 1-4 4h-9z" fill="currentColor"/><path d="M9 20a2 2 0 0 1-1.937-1.5h9.187a4.25 4.25 0 0 0 4.25-4.25V9.063A2 2 0 0 1 22 11v3.25A5.75 5.75 0 0 1 16.25 20H9z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-set-top-stack-24-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%200%200-2%202v7a2%202%200%200%200%202%202h11a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2H4zm5.5%202.1a.5.5%200%200%201%20.447.276l.88%201.761l1.735.217a.5.5%200%200%201%20.258.88l-1.266%201.055l.434%201.953a.5.5%200%200%201-.753.532L9.5%2011.69l-1.735%201.084a.5.5%200%200%201-.753-.532l.434-1.953L6.18%209.234a.5.5%200%200%201%20.258-.88l1.734-.217l.88-1.76A.5.5%200%200%201%209.5%206.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.5%2017.5A2%202%200%200%201%204.563%2016H15.5a2.5%202.5%200%200%200%202.5-2.5V6.563A2%202%200%200%201%2019.5%208.5v5a4%204%200%200%201-4%204h-9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M9%2020a2%202%200%200%201-1.937-1.5h9.187a4.25%204.25%200%200%200%204.25-4.25V9.063A2%202%200%200%201%2022%2011v3.25A5.75%205.75%200%200%201%2016.25%2020H9z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%200%200-2%202v7a2%202%200%200%200%202%202h11a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2H4zm5.5%202.1a.5.5%200%200%201%20.447.276l.88%201.761l1.735.217a.5.5%200%200%201%20.258.88l-1.266%201.055l.434%201.953a.5.5%200%200%201-.753.532L9.5%2011.69l-1.735%201.084a.5.5%200%200%201-.753-.532l.434-1.953L6.18%209.234a.5.5%200%200%201%20.258-.88l1.734-.217l.88-1.76A.5.5%200%200%201%209.5%206.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.5%2017.5A2%202%200%200%201%204.563%2016H15.5a2.5%202.5%200%200%200%202.5-2.5V6.563A2%202%200%200%201%2019.5%208.5v5a4%204%200%200%201-4%204h-9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M9%2020a2%202%200%200%201-1.937-1.5h9.187a4.25%204.25%200%200%200%204.25-4.25V9.063A2%202%200%200%201%2022%2011v3.25A5.75%205.75%200%200%201%2016.25%2020H9z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/set-top-stack-24-filled.svg?color=%231a73e8&size=48