stack minus icon

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

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

5 other variants in Phosphor

Related icons in Phosphor

Use the stack minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 200a4 4 0 0 1-4 4h-48a4 4 0 0 1 0-8h48a4 4 0 0 1 4 4m-14-75.46l-94 54.83l-94-54.83a4 4 0 0 0-4 6.92l96 56a4 4 0 0 0 4 0l96-56a4 4 0 1 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.63ZM142 219.21l-14 8.16l-94-54.83a4 4 0 0 0-4 6.92l96 56a4 4 0 0 0 4 0l16-9.34a4 4 0 1 0-4-6.91"/></svg>

React

import type { SVGProps } from "react";

export function PhStackMinusThin(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="M236 200a4 4 0 0 1-4 4h-48a4 4 0 0 1 0-8h48a4 4 0 0 1 4 4m-14-75.46l-94 54.83l-94-54.83a4 4 0 0 0-4 6.92l96 56a4 4 0 0 0 4 0l96-56a4 4 0 1 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.63ZM142 219.21l-14 8.16l-94-54.83a4 4 0 0 0-4 6.92l96 56a4 4 0 0 0 4 0l16-9.34a4 4 0 1 0-4-6.91"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 200a4 4 0 0 1-4 4h-48a4 4 0 0 1 0-8h48a4 4 0 0 1 4 4m-14-75.46l-94 54.83l-94-54.83a4 4 0 0 0-4 6.92l96 56a4 4 0 0 0 4 0l96-56a4 4 0 1 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.63ZM142 219.21l-14 8.16l-94-54.83a4 4 0 0 0-4 6.92l96 56a4 4 0 0 0 4 0l16-9.34a4 4 0 1 0-4-6.91"/></svg>
</template>

CSS

.icon-stack-minus-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%22M236%20200a4%204%200%200%201-4%204h-48a4%204%200%200%201%200-8h48a4%204%200%200%201%204%204m-14-75.46l-94%2054.83l-94-54.83a4%204%200%200%200-4%206.92l96%2056a4%204%200%200%200%204%200l96-56a4%204%200%201%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.63ZM142%20219.21l-14%208.16l-94-54.83a4%204%200%200%200-4%206.92l96%2056a4%204%200%200%200%204%200l16-9.34a4%204%200%201%200-4-6.91%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%22M236%20200a4%204%200%200%201-4%204h-48a4%204%200%200%201%200-8h48a4%204%200%200%201%204%204m-14-75.46l-94%2054.83l-94-54.83a4%204%200%200%200-4%206.92l96%2056a4%204%200%200%200%204%200l96-56a4%204%200%201%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.63ZM142%20219.21l-14%208.16l-94-54.83a4%204%200%200%200-4%206.92l96%2056a4%204%200%200%200%204%200l16-9.34a4%204%200%201%200-4-6.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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