stack-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
stack-light
Set
Phosphor
Style
Light
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="M229.18 173a6 6 0 0 1-2.16 8.2l-96 56a6 6 0 0 1-6 0l-96-56a6 6 0 0 1 6-10.36l93 54.23l93-54.23a6 6 0 0 1 8.16 2.16M221 122.82l-93 54.23l-93-54.23a6 6 0 0 0-6 10.36l96 56a6 6 0 0 0 6 0l96-56a6 6 0 0 0-6-10.36M26 80a6 6 0 0 1 3-5.18l96-56a6 6 0 0 1 6 0l96 56a6 6 0 0 1 0 10.36l-96 56a6 6 0 0 1-6 0l-96-56A6 6 0 0 1 26 80m17.91 0L128 129.05L212.09 80L128 31Z"/></svg>

React

import type { SVGProps } from "react";

export function PhStackLight(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="M229.18 173a6 6 0 0 1-2.16 8.2l-96 56a6 6 0 0 1-6 0l-96-56a6 6 0 0 1 6-10.36l93 54.23l93-54.23a6 6 0 0 1 8.16 2.16M221 122.82l-93 54.23l-93-54.23a6 6 0 0 0-6 10.36l96 56a6 6 0 0 0 6 0l96-56a6 6 0 0 0-6-10.36M26 80a6 6 0 0 1 3-5.18l96-56a6 6 0 0 1 6 0l96 56a6 6 0 0 1 0 10.36l-96 56a6 6 0 0 1-6 0l-96-56A6 6 0 0 1 26 80m17.91 0L128 129.05L212.09 80L128 31Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.18 173a6 6 0 0 1-2.16 8.2l-96 56a6 6 0 0 1-6 0l-96-56a6 6 0 0 1 6-10.36l93 54.23l93-54.23a6 6 0 0 1 8.16 2.16M221 122.82l-93 54.23l-93-54.23a6 6 0 0 0-6 10.36l96 56a6 6 0 0 0 6 0l96-56a6 6 0 0 0-6-10.36M26 80a6 6 0 0 1 3-5.18l96-56a6 6 0 0 1 6 0l96 56a6 6 0 0 1 0 10.36l-96 56a6 6 0 0 1-6 0l-96-56A6 6 0 0 1 26 80m17.91 0L128 129.05L212.09 80L128 31Z"/></svg>
</template>

CSS

.icon-stack-light {
  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%22M229.18%20173a6%206%200%200%201-2.16%208.2l-96%2056a6%206%200%200%201-6%200l-96-56a6%206%200%200%201%206-10.36l93%2054.23l93-54.23a6%206%200%200%201%208.16%202.16M221%20122.82l-93%2054.23l-93-54.23a6%206%200%200%200-6%2010.36l96%2056a6%206%200%200%200%206%200l96-56a6%206%200%200%200-6-10.36M26%2080a6%206%200%200%201%203-5.18l96-56a6%206%200%200%201%206%200l96%2056a6%206%200%200%201%200%2010.36l-96%2056a6%206%200%200%201-6%200l-96-56A6%206%200%200%201%2026%2080m17.91%200L128%20129.05L212.09%2080L128%2031Z%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%22M229.18%20173a6%206%200%200%201-2.16%208.2l-96%2056a6%206%200%200%201-6%200l-96-56a6%206%200%200%201%206-10.36l93%2054.23l93-54.23a6%206%200%200%201%208.16%202.16M221%20122.82l-93%2054.23l-93-54.23a6%206%200%200%200-6%2010.36l96%2056a6%206%200%200%200%206%200l96-56a6%206%200%200%200-6-10.36M26%2080a6%206%200%200%201%203-5.18l96-56a6%206%200%200%201%206%200l96%2056a6%206%200%200%201%200%2010.36l-96%2056a6%206%200%200%201-6%200l-96-56A6%206%200%200%201%2026%2080m17.91%200L128%20129.05L212.09%2080L128%2031Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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