stack minus icon
stack-minus-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- stack-minus-bold
- Set
- Phosphor
- Style
- Bold
- 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="M240 200a12 12 0 0 1-12 12h-40a12 12 0 0 1 0-24h40a12 12 0 0 1 12 12m-22-82.37l-90 52.48l-89.95-52.48A12 12 0 0 0 26 138.37l96 56a12 12 0 0 0 12.1 0l96-56a12 12 0 1 0-12.1-20.74M20 80a12 12 0 0 1 6-10.37l96-56a12.06 12.06 0 0 1 12.1 0l96 56a12 12 0 0 1 0 20.74l-96 56a12 12 0 0 1-12.1 0l-96-56A12 12 0 0 1 20 80m35.82 0L128 122.11L200.18 80L128 37.89ZM138 212.3l-10 5.81l-89.95-52.48A12 12 0 0 0 26 186.37l96 56a12 12 0 0 0 12.1 0l16-9.34A12 12 0 1 0 138 212.3"/></svg>
React
import type { SVGProps } from "react";
export function PhStackMinusBold(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="M240 200a12 12 0 0 1-12 12h-40a12 12 0 0 1 0-24h40a12 12 0 0 1 12 12m-22-82.37l-90 52.48l-89.95-52.48A12 12 0 0 0 26 138.37l96 56a12 12 0 0 0 12.1 0l96-56a12 12 0 1 0-12.1-20.74M20 80a12 12 0 0 1 6-10.37l96-56a12.06 12.06 0 0 1 12.1 0l96 56a12 12 0 0 1 0 20.74l-96 56a12 12 0 0 1-12.1 0l-96-56A12 12 0 0 1 20 80m35.82 0L128 122.11L200.18 80L128 37.89ZM138 212.3l-10 5.81l-89.95-52.48A12 12 0 0 0 26 186.37l96 56a12 12 0 0 0 12.1 0l16-9.34A12 12 0 1 0 138 212.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 200a12 12 0 0 1-12 12h-40a12 12 0 0 1 0-24h40a12 12 0 0 1 12 12m-22-82.37l-90 52.48l-89.95-52.48A12 12 0 0 0 26 138.37l96 56a12 12 0 0 0 12.1 0l96-56a12 12 0 1 0-12.1-20.74M20 80a12 12 0 0 1 6-10.37l96-56a12.06 12.06 0 0 1 12.1 0l96 56a12 12 0 0 1 0 20.74l-96 56a12 12 0 0 1-12.1 0l-96-56A12 12 0 0 1 20 80m35.82 0L128 122.11L200.18 80L128 37.89ZM138 212.3l-10 5.81l-89.95-52.48A12 12 0 0 0 26 186.37l96 56a12 12 0 0 0 12.1 0l16-9.34A12 12 0 1 0 138 212.3"/></svg> </template>
CSS
.icon-stack-minus-bold {
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%22M240%20200a12%2012%200%200%201-12%2012h-40a12%2012%200%200%201%200-24h40a12%2012%200%200%201%2012%2012m-22-82.37l-90%2052.48l-89.95-52.48A12%2012%200%200%200%2026%20138.37l96%2056a12%2012%200%200%200%2012.1%200l96-56a12%2012%200%201%200-12.1-20.74M20%2080a12%2012%200%200%201%206-10.37l96-56a12.06%2012.06%200%200%201%2012.1%200l96%2056a12%2012%200%200%201%200%2020.74l-96%2056a12%2012%200%200%201-12.1%200l-96-56A12%2012%200%200%201%2020%2080m35.82%200L128%20122.11L200.18%2080L128%2037.89ZM138%20212.3l-10%205.81l-89.95-52.48A12%2012%200%200%200%2026%20186.37l96%2056a12%2012%200%200%200%2012.1%200l16-9.34A12%2012%200%201%200%20138%20212.3%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%22M240%20200a12%2012%200%200%201-12%2012h-40a12%2012%200%200%201%200-24h40a12%2012%200%200%201%2012%2012m-22-82.37l-90%2052.48l-89.95-52.48A12%2012%200%200%200%2026%20138.37l96%2056a12%2012%200%200%200%2012.1%200l96-56a12%2012%200%201%200-12.1-20.74M20%2080a12%2012%200%200%201%206-10.37l96-56a12.06%2012.06%200%200%201%2012.1%200l96%2056a12%2012%200%200%201%200%2020.74l-96%2056a12%2012%200%200%201-12.1%200l-96-56A12%2012%200%200%201%2020%2080m35.82%200L128%20122.11L200.18%2080L128%2037.89ZM138%20212.3l-10%205.81l-89.95-52.48A12%2012%200%200%200%2026%20186.37l96%2056a12%2012%200%200%200%2012.1%200l16-9.34A12%2012%200%201%200%20138%20212.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/stack-minus-bold.svg?color=%231a73e8&size=48