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

Name
stack-off-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m36.523 38.29l5.343 5.344a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l2.209 2.209A4.25 4.25 0 0 0 4 12.25v13.5A4.25 4.25 0 0 0 8.25 30h19.982l2.438 2.438a7 7 0 0 1-.92.062H9.374a4.25 4.25 0 0 0 3.874 2.5h16.5a9.2 9.2 0 0 0 2.99-.494l1.921 1.922a11.7 11.7 0 0 1-4.91 1.072H14.374a4.25 4.25 0 0 0 3.874 2.5h11.5c2.452 0 4.759-.62 6.774-1.71m7.476-12.54c0 3.783-1.474 7.221-3.879 9.773l-1.768-1.769a11.7 11.7 0 0 0 3.147-8.004v-7.374A4.25 4.25 0 0 1 44 22.25zm-5 0a9.22 9.22 0 0 1-2.417 6.235l-1.77-1.77a6.73 6.73 0 0 0 1.687-4.465V13.376A4.25 4.25 0 0 1 39 17.25zm-4.999 0c0 1.021-.36 1.959-.96 2.692L12.596 8H29.75A4.25 4.25 0 0 1 34 12.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentStackOff48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m36.523 38.29l5.343 5.344a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l2.209 2.209A4.25 4.25 0 0 0 4 12.25v13.5A4.25 4.25 0 0 0 8.25 30h19.982l2.438 2.438a7 7 0 0 1-.92.062H9.374a4.25 4.25 0 0 0 3.874 2.5h16.5a9.2 9.2 0 0 0 2.99-.494l1.921 1.922a11.7 11.7 0 0 1-4.91 1.072H14.374a4.25 4.25 0 0 0 3.874 2.5h11.5c2.452 0 4.759-.62 6.774-1.71m7.476-12.54c0 3.783-1.474 7.221-3.879 9.773l-1.768-1.769a11.7 11.7 0 0 0 3.147-8.004v-7.374A4.25 4.25 0 0 1 44 22.25zm-5 0a9.22 9.22 0 0 1-2.417 6.235l-1.77-1.77a6.73 6.73 0 0 0 1.687-4.465V13.376A4.25 4.25 0 0 1 39 17.25zm-4.999 0c0 1.021-.36 1.959-.96 2.692L12.596 8H29.75A4.25 4.25 0 0 1 34 12.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m36.523 38.29l5.343 5.344a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l2.209 2.209A4.25 4.25 0 0 0 4 12.25v13.5A4.25 4.25 0 0 0 8.25 30h19.982l2.438 2.438a7 7 0 0 1-.92.062H9.374a4.25 4.25 0 0 0 3.874 2.5h16.5a9.2 9.2 0 0 0 2.99-.494l1.921 1.922a11.7 11.7 0 0 1-4.91 1.072H14.374a4.25 4.25 0 0 0 3.874 2.5h11.5c2.452 0 4.759-.62 6.774-1.71m7.476-12.54c0 3.783-1.474 7.221-3.879 9.773l-1.768-1.769a11.7 11.7 0 0 0 3.147-8.004v-7.374A4.25 4.25 0 0 1 44 22.25zm-5 0a9.22 9.22 0 0 1-2.417 6.235l-1.77-1.77a6.73 6.73 0 0 0 1.687-4.465V13.376A4.25 4.25 0 0 1 39 17.25zm-4.999 0c0 1.021-.36 1.959-.96 2.692L12.596 8H29.75A4.25 4.25 0 0 1 34 12.25z"/></svg>
</template>

CSS

.icon-stack-off-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m36.523%2038.29l5.343%205.344a1.25%201.25%200%200%200%201.768-1.768l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768l2.209%202.209A4.25%204.25%200%200%200%204%2012.25v13.5A4.25%204.25%200%200%200%208.25%2030h19.982l2.438%202.438a7%207%200%200%201-.92.062H9.374a4.25%204.25%200%200%200%203.874%202.5h16.5a9.2%209.2%200%200%200%202.99-.494l1.921%201.922a11.7%2011.7%200%200%201-4.91%201.072H14.374a4.25%204.25%200%200%200%203.874%202.5h11.5c2.452%200%204.759-.62%206.774-1.71m7.476-12.54c0%203.783-1.474%207.221-3.879%209.773l-1.768-1.769a11.7%2011.7%200%200%200%203.147-8.004v-7.374A4.25%204.25%200%200%201%2044%2022.25zm-5%200a9.22%209.22%200%200%201-2.417%206.235l-1.77-1.77a6.73%206.73%200%200%200%201.687-4.465V13.376A4.25%204.25%200%200%201%2039%2017.25zm-4.999%200c0%201.021-.36%201.959-.96%202.692L12.596%208H29.75A4.25%204.25%200%200%201%2034%2012.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m36.523%2038.29l5.343%205.344a1.25%201.25%200%200%200%201.768-1.768l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768l2.209%202.209A4.25%204.25%200%200%200%204%2012.25v13.5A4.25%204.25%200%200%200%208.25%2030h19.982l2.438%202.438a7%207%200%200%201-.92.062H9.374a4.25%204.25%200%200%200%203.874%202.5h16.5a9.2%209.2%200%200%200%202.99-.494l1.921%201.922a11.7%2011.7%200%200%201-4.91%201.072H14.374a4.25%204.25%200%200%200%203.874%202.5h11.5c2.452%200%204.759-.62%206.774-1.71m7.476-12.54c0%203.783-1.474%207.221-3.879%209.773l-1.768-1.769a11.7%2011.7%200%200%200%203.147-8.004v-7.374A4.25%204.25%200%200%201%2044%2022.25zm-5%200a9.22%209.22%200%200%201-2.417%206.235l-1.77-1.77a6.73%206.73%200%200%200%201.687-4.465V13.376A4.25%204.25%200%200%201%2039%2017.25zm-4.999%200c0%201.021-.36%201.959-.96%202.692L12.596%208H29.75A4.25%204.25%200%200%201%2034%2012.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Stack Off 48 filled icon — Fluent UI System Icons · IconsDB