inbox stack icon

inbox-stack-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.

Name
inbox-stack-solid
Set
HeroIcons
Style
Solid 24x24
Viewbox
24×24
License
MIT

3 other variants in HeroIcons

Related icons in HeroIcons

Use the inbox stack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.5 9.832v1.793c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875V9.832a3 3 0 0 0-.722-1.952l-3.285-3.832A3 3 0 0 0 16.215 3h-8.43a3 3 0 0 0-2.278 1.048L2.222 7.88A3 3 0 0 0 1.5 9.832M7.785 4.5a1.5 1.5 0 0 0-1.139.524L3.881 8.25h3.165a3 3 0 0 1 2.496 1.336l.164.246a1.5 1.5 0 0 0 1.248.668h2.092a1.5 1.5 0 0 0 1.248-.668l.164-.246a3 3 0 0 1 2.496-1.336h3.165l-2.765-3.226a1.5 1.5 0 0 0-1.139-.524z" clip-rule="evenodd"/><path d="M2.813 15c-.725 0-1.313.588-1.313 1.313V18a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-1.687c0-.725-.588-1.313-1.312-1.313h-4.234a3 3 0 0 0-2.496 1.336l-.164.246a1.5 1.5 0 0 1-1.248.668h-2.092a1.5 1.5 0 0 1-1.248-.668l-.164-.246A3 3 0 0 0 7.046 15z"/></g></svg>

React

import type { SVGProps } from "react";

export function HeroiconsInboxStackSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M1.5 9.832v1.793c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875V9.832a3 3 0 0 0-.722-1.952l-3.285-3.832A3 3 0 0 0 16.215 3h-8.43a3 3 0 0 0-2.278 1.048L2.222 7.88A3 3 0 0 0 1.5 9.832M7.785 4.5a1.5 1.5 0 0 0-1.139.524L3.881 8.25h3.165a3 3 0 0 1 2.496 1.336l.164.246a1.5 1.5 0 0 0 1.248.668h2.092a1.5 1.5 0 0 0 1.248-.668l.164-.246a3 3 0 0 1 2.496-1.336h3.165l-2.765-3.226a1.5 1.5 0 0 0-1.139-.524z" clipRule="evenodd"/><path d="M2.813 15c-.725 0-1.313.588-1.313 1.313V18a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-1.687c0-.725-.588-1.313-1.312-1.313h-4.234a3 3 0 0 0-2.496 1.336l-.164.246a1.5 1.5 0 0 1-1.248.668h-2.092a1.5 1.5 0 0 1-1.248-.668l-.164-.246A3 3 0 0 0 7.046 15z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.5 9.832v1.793c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875V9.832a3 3 0 0 0-.722-1.952l-3.285-3.832A3 3 0 0 0 16.215 3h-8.43a3 3 0 0 0-2.278 1.048L2.222 7.88A3 3 0 0 0 1.5 9.832M7.785 4.5a1.5 1.5 0 0 0-1.139.524L3.881 8.25h3.165a3 3 0 0 1 2.496 1.336l.164.246a1.5 1.5 0 0 0 1.248.668h2.092a1.5 1.5 0 0 0 1.248-.668l.164-.246a3 3 0 0 1 2.496-1.336h3.165l-2.765-3.226a1.5 1.5 0 0 0-1.139-.524z" clip-rule="evenodd"/><path d="M2.813 15c-.725 0-1.313.588-1.313 1.313V18a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-1.687c0-.725-.588-1.313-1.312-1.313h-4.234a3 3 0 0 0-2.496 1.336l-.164.246a1.5 1.5 0 0 1-1.248.668h-2.092a1.5 1.5 0 0 1-1.248-.668l-.164-.246A3 3 0 0 0 7.046 15z"/></g></svg>
</template>

CSS

.icon-inbox-stack-solid {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.5%209.832v1.793c0%201.036.84%201.875%201.875%201.875h17.25c1.035%200%201.875-.84%201.875-1.875V9.832a3%203%200%200%200-.722-1.952l-3.285-3.832A3%203%200%200%200%2016.215%203h-8.43a3%203%200%200%200-2.278%201.048L2.222%207.88A3%203%200%200%200%201.5%209.832M7.785%204.5a1.5%201.5%200%200%200-1.139.524L3.881%208.25h3.165a3%203%200%200%201%202.496%201.336l.164.246a1.5%201.5%200%200%200%201.248.668h2.092a1.5%201.5%200%200%200%201.248-.668l.164-.246a3%203%200%200%201%202.496-1.336h3.165l-2.765-3.226a1.5%201.5%200%200%200-1.139-.524z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2.813%2015c-.725%200-1.313.588-1.313%201.313V18a3%203%200%200%200%203%203h15a3%203%200%200%200%203-3v-1.687c0-.725-.588-1.313-1.312-1.313h-4.234a3%203%200%200%200-2.496%201.336l-.164.246a1.5%201.5%200%200%201-1.248.668h-2.092a1.5%201.5%200%200%201-1.248-.668l-.164-.246A3%203%200%200%200%207.046%2015z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.5%209.832v1.793c0%201.036.84%201.875%201.875%201.875h17.25c1.035%200%201.875-.84%201.875-1.875V9.832a3%203%200%200%200-.722-1.952l-3.285-3.832A3%203%200%200%200%2016.215%203h-8.43a3%203%200%200%200-2.278%201.048L2.222%207.88A3%203%200%200%200%201.5%209.832M7.785%204.5a1.5%201.5%200%200%200-1.139.524L3.881%208.25h3.165a3%203%200%200%201%202.496%201.336l.164.246a1.5%201.5%200%200%200%201.248.668h2.092a1.5%201.5%200%200%200%201.248-.668l.164-.246a3%203%200%200%201%202.496-1.336h3.165l-2.765-3.226a1.5%201.5%200%200%200-1.139-.524z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2.813%2015c-.725%200-1.313.588-1.313%201.313V18a3%203%200%200%200%203%203h15a3%203%200%200%200%203-3v-1.687c0-.725-.588-1.313-1.312-1.313h-4.234a3%203%200%200%200-2.496%201.336l-.164.246a1.5%201.5%200%200%201-1.248.668h-2.092a1.5%201.5%200%200%201-1.248-.668l-.164-.246A3%203%200%200%200%207.046%2015z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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