box multiple icon

box-multiple-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
box-multiple-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the box multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 5.667A3.667 3.667 0 0 1 9.667 2h8.666A3.667 3.667 0 0 1 22 5.667v8.666A3.667 3.667 0 0 1 18.333 18H9.667A3.667 3.667 0 0 1 6 14.333z"/><path d="M2 9c0-1.094.533-1.828 1.514-2.374a1 1 0 1 1 .972 1.748C4.088 8.595 4 8.716 4 9v10c0 .548.452 1 1 1h9.998c.32 0 .618-.154.805-.407l.065-.1a1 1 0 1 1 1.738.99A3 3 0 0 1 15 22H5c-1.652 0-3-1.348-3-3z"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerBoxMultipleFilled(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 d="M6 5.667A3.667 3.667 0 0 1 9.667 2h8.666A3.667 3.667 0 0 1 22 5.667v8.666A3.667 3.667 0 0 1 18.333 18H9.667A3.667 3.667 0 0 1 6 14.333z"/><path d="M2 9c0-1.094.533-1.828 1.514-2.374a1 1 0 1 1 .972 1.748C4.088 8.595 4 8.716 4 9v10c0 .548.452 1 1 1h9.998c.32 0 .618-.154.805-.407l.065-.1a1 1 0 1 1 1.738.99A3 3 0 0 1 15 22H5c-1.652 0-3-1.348-3-3z"/></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 d="M6 5.667A3.667 3.667 0 0 1 9.667 2h8.666A3.667 3.667 0 0 1 22 5.667v8.666A3.667 3.667 0 0 1 18.333 18H9.667A3.667 3.667 0 0 1 6 14.333z"/><path d="M2 9c0-1.094.533-1.828 1.514-2.374a1 1 0 1 1 .972 1.748C4.088 8.595 4 8.716 4 9v10c0 .548.452 1 1 1h9.998c.32 0 .618-.154.805-.407l.065-.1a1 1 0 1 1 1.738.99A3 3 0 0 1 15 22H5c-1.652 0-3-1.348-3-3z"/></g></svg>
</template>

CSS

.icon-box-multiple-filled {
  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%20d%3D%22M6%205.667A3.667%203.667%200%200%201%209.667%202h8.666A3.667%203.667%200%200%201%2022%205.667v8.666A3.667%203.667%200%200%201%2018.333%2018H9.667A3.667%203.667%200%200%201%206%2014.333z%22%2F%3E%3Cpath%20d%3D%22M2%209c0-1.094.533-1.828%201.514-2.374a1%201%200%201%201%20.972%201.748C4.088%208.595%204%208.716%204%209v10c0%20.548.452%201%201%201h9.998c.32%200%20.618-.154.805-.407l.065-.1a1%201%200%201%201%201.738.99A3%203%200%200%201%2015%2022H5c-1.652%200-3-1.348-3-3z%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%20d%3D%22M6%205.667A3.667%203.667%200%200%201%209.667%202h8.666A3.667%203.667%200%200%201%2022%205.667v8.666A3.667%203.667%200%200%201%2018.333%2018H9.667A3.667%203.667%200%200%201%206%2014.333z%22%2F%3E%3Cpath%20d%3D%22M2%209c0-1.094.533-1.828%201.514-2.374a1%201%200%201%201%20.972%201.748C4.088%208.595%204%208.716%204%209v10c0%20.548.452%201%201%201h9.998c.32%200%20.618-.154.805-.407l.065-.1a1%201%200%201%201%201.738.99A3%203%200%200%201%2015%2022H5c-1.652%200-3-1.348-3-3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/box-multiple-filled.svg?color=%231a73e8&size=48