set top stack icon
set-top-stack-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- set-top-stack-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><g fill="none"><path d="M2.5 2A1.5 1.5 0 0 0 1 3.5v5A1.5 1.5 0 0 0 2.5 10h7A1.5 1.5 0 0 0 11 8.5v-5A1.5 1.5 0 0 0 9.5 2h-7zm3.92 1.729l.634.983l1.04.2a.5.5 0 0 1 .25.853l-.776.734l.41 1.356a.5.5 0 0 1-.745.568L6 7.645l-1.233.778a.5.5 0 0 1-.746-.568l.41-1.356l-.775-.734a.5.5 0 0 1 .25-.854l1.04-.199l.634-.983a.5.5 0 0 1 .84 0z" fill="currentColor"/><path d="M3.085 11A1.5 1.5 0 0 0 4.5 12H10a3 3 0 0 0 3-3V5.5a1.5 1.5 0 0 0-1-1.415V9a2 2 0 0 1-2 2H3.085z" fill="currentColor"/><path d="M5.085 13A1.5 1.5 0 0 0 6.5 14h4A4.5 4.5 0 0 0 15 9.5v-2a1.5 1.5 0 0 0-1-1.415V9.5a3.5 3.5 0 0 1-3.5 3.5H5.085z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentSetTopStack16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M2.5 2A1.5 1.5 0 0 0 1 3.5v5A1.5 1.5 0 0 0 2.5 10h7A1.5 1.5 0 0 0 11 8.5v-5A1.5 1.5 0 0 0 9.5 2h-7zm3.92 1.729l.634.983l1.04.2a.5.5 0 0 1 .25.853l-.776.734l.41 1.356a.5.5 0 0 1-.745.568L6 7.645l-1.233.778a.5.5 0 0 1-.746-.568l.41-1.356l-.775-.734a.5.5 0 0 1 .25-.854l1.04-.199l.634-.983a.5.5 0 0 1 .84 0z" fill="currentColor"/><path d="M3.085 11A1.5 1.5 0 0 0 4.5 12H10a3 3 0 0 0 3-3V5.5a1.5 1.5 0 0 0-1-1.415V9a2 2 0 0 1-2 2H3.085z" fill="currentColor"/><path d="M5.085 13A1.5 1.5 0 0 0 6.5 14h4A4.5 4.5 0 0 0 15 9.5v-2a1.5 1.5 0 0 0-1-1.415V9.5a3.5 3.5 0 0 1-3.5 3.5H5.085z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M2.5 2A1.5 1.5 0 0 0 1 3.5v5A1.5 1.5 0 0 0 2.5 10h7A1.5 1.5 0 0 0 11 8.5v-5A1.5 1.5 0 0 0 9.5 2h-7zm3.92 1.729l.634.983l1.04.2a.5.5 0 0 1 .25.853l-.776.734l.41 1.356a.5.5 0 0 1-.745.568L6 7.645l-1.233.778a.5.5 0 0 1-.746-.568l.41-1.356l-.775-.734a.5.5 0 0 1 .25-.854l1.04-.199l.634-.983a.5.5 0 0 1 .84 0z" fill="currentColor"/><path d="M3.085 11A1.5 1.5 0 0 0 4.5 12H10a3 3 0 0 0 3-3V5.5a1.5 1.5 0 0 0-1-1.415V9a2 2 0 0 1-2 2H3.085z" fill="currentColor"/><path d="M5.085 13A1.5 1.5 0 0 0 6.5 14h4A4.5 4.5 0 0 0 15 9.5v-2a1.5 1.5 0 0 0-1-1.415V9.5a3.5 3.5 0 0 1-3.5 3.5H5.085z" fill="currentColor"/></g></svg> </template>
CSS
.icon-set-top-stack-16-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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2.5%202A1.5%201.5%200%200%200%201%203.5v5A1.5%201.5%200%200%200%202.5%2010h7A1.5%201.5%200%200%200%2011%208.5v-5A1.5%201.5%200%200%200%209.5%202h-7zm3.92%201.729l.634.983l1.04.2a.5.5%200%200%201%20.25.853l-.776.734l.41%201.356a.5.5%200%200%201-.745.568L6%207.645l-1.233.778a.5.5%200%200%201-.746-.568l.41-1.356l-.775-.734a.5.5%200%200%201%20.25-.854l1.04-.199l.634-.983a.5.5%200%200%201%20.84%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M3.085%2011A1.5%201.5%200%200%200%204.5%2012H10a3%203%200%200%200%203-3V5.5a1.5%201.5%200%200%200-1-1.415V9a2%202%200%200%201-2%202H3.085z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M5.085%2013A1.5%201.5%200%200%200%206.5%2014h4A4.5%204.5%200%200%200%2015%209.5v-2a1.5%201.5%200%200%200-1-1.415V9.5a3.5%203.5%200%200%201-3.5%203.5H5.085z%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2.5%202A1.5%201.5%200%200%200%201%203.5v5A1.5%201.5%200%200%200%202.5%2010h7A1.5%201.5%200%200%200%2011%208.5v-5A1.5%201.5%200%200%200%209.5%202h-7zm3.92%201.729l.634.983l1.04.2a.5.5%200%200%201%20.25.853l-.776.734l.41%201.356a.5.5%200%200%201-.745.568L6%207.645l-1.233.778a.5.5%200%200%201-.746-.568l.41-1.356l-.775-.734a.5.5%200%200%201%20.25-.854l1.04-.199l.634-.983a.5.5%200%200%201%20.84%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M3.085%2011A1.5%201.5%200%200%200%204.5%2012H10a3%203%200%200%200%203-3V5.5a1.5%201.5%200%200%200-1-1.415V9a2%202%200%200%201-2%202H3.085z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M5.085%2013A1.5%201.5%200%200%200%206.5%2014h4A4.5%204.5%200%200%200%2015%209.5v-2a1.5%201.5%200%200%200-1-1.415V9.5a3.5%203.5%200%200%201-3.5%203.5H5.085z%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-16-filled.svg?color=%231a73e8&size=48