stack-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
stack-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the stack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.45 174a4 4 0 0 1-1.44 5.48l-96 56a4 4 0 0 1-4 0l-96-56a4 4 0 0 1 4-6.92l94 54.83l94-54.83a4 4 0 0 1 5.44 1.44M222 124.54l-94 54.83l-94-54.83a4 4 0 0 0-4 6.92l96 56a4 4 0 0 0 4 0l96-56a4 4 0 0 0-4-6.92M28 80a4 4 0 0 1 2-3.46l96-56a4 4 0 0 1 4 0l96 56a4 4 0 0 1 0 6.92l-96 56a4 4 0 0 1-4 0l-96-56A4 4 0 0 1 28 80m11.94 0L128 131.37L216.06 80L128 28.63Z"/></svg>

React

import type { SVGProps } from "react";

export function PhStackThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.45 174a4 4 0 0 1-1.44 5.48l-96 56a4 4 0 0 1-4 0l-96-56a4 4 0 0 1 4-6.92l94 54.83l94-54.83a4 4 0 0 1 5.44 1.44M222 124.54l-94 54.83l-94-54.83a4 4 0 0 0-4 6.92l96 56a4 4 0 0 0 4 0l96-56a4 4 0 0 0-4-6.92M28 80a4 4 0 0 1 2-3.46l96-56a4 4 0 0 1 4 0l96 56a4 4 0 0 1 0 6.92l-96 56a4 4 0 0 1-4 0l-96-56A4 4 0 0 1 28 80m11.94 0L128 131.37L216.06 80L128 28.63Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.45 174a4 4 0 0 1-1.44 5.48l-96 56a4 4 0 0 1-4 0l-96-56a4 4 0 0 1 4-6.92l94 54.83l94-54.83a4 4 0 0 1 5.44 1.44M222 124.54l-94 54.83l-94-54.83a4 4 0 0 0-4 6.92l96 56a4 4 0 0 0 4 0l96-56a4 4 0 0 0-4-6.92M28 80a4 4 0 0 1 2-3.46l96-56a4 4 0 0 1 4 0l96 56a4 4 0 0 1 0 6.92l-96 56a4 4 0 0 1-4 0l-96-56A4 4 0 0 1 28 80m11.94 0L128 131.37L216.06 80L128 28.63Z"/></svg>
</template>

CSS

.icon-stack-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M227.45%20174a4%204%200%200%201-1.44%205.48l-96%2056a4%204%200%200%201-4%200l-96-56a4%204%200%200%201%204-6.92l94%2054.83l94-54.83a4%204%200%200%201%205.44%201.44M222%20124.54l-94%2054.83l-94-54.83a4%204%200%200%200-4%206.92l96%2056a4%204%200%200%200%204%200l96-56a4%204%200%200%200-4-6.92M28%2080a4%204%200%200%201%202-3.46l96-56a4%204%200%200%201%204%200l96%2056a4%204%200%200%201%200%206.92l-96%2056a4%204%200%200%201-4%200l-96-56A4%204%200%200%201%2028%2080m11.94%200L128%20131.37L216.06%2080L128%2028.63Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M227.45%20174a4%204%200%200%201-1.44%205.48l-96%2056a4%204%200%200%201-4%200l-96-56a4%204%200%200%201%204-6.92l94%2054.83l94-54.83a4%204%200%200%201%205.44%201.44M222%20124.54l-94%2054.83l-94-54.83a4%204%200%200%200-4%206.92l96%2056a4%204%200%200%200%204%200l96-56a4%204%200%200%200-4-6.92M28%2080a4%204%200%200%201%202-3.46l96-56a4%204%200%200%201%204%200l96%2056a4%204%200%200%201%200%206.92l-96%2056a4%204%200%200%201-4%200l-96-56A4%204%200%200%201%2028%2080m11.94%200L128%20131.37L216.06%2080L128%2028.63Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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