boxes packing icon
boxes-packing from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- boxes-packing
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
Related icons in Font Awesome 6 Solid
Use the boxes packing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M256 48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48v416c0 26.5-21.5 48-48 48H381.3c1.8-5 2.7-10.4 2.7-16V253.3c18.6-6.6 32-24.4 32-45.3v-32c0-26.5-21.5-48-48-48H256zm315.3 299.3c6.2-6.2 6.2-16.4 0-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6 0l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7V432c0 8.8 7.2 16 16 16s16-7.2 16-16V310.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0M0 176c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H16c-8.8 0-16-7.2-16-16zm352 80v224c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V256zm-208 64c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBoxesPacking(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M256 48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48v416c0 26.5-21.5 48-48 48H381.3c1.8-5 2.7-10.4 2.7-16V253.3c18.6-6.6 32-24.4 32-45.3v-32c0-26.5-21.5-48-48-48H256zm315.3 299.3c6.2-6.2 6.2-16.4 0-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6 0l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7V432c0 8.8 7.2 16 16 16s16-7.2 16-16V310.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0M0 176c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H16c-8.8 0-16-7.2-16-16zm352 80v224c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V256zm-208 64c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M256 48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48v416c0 26.5-21.5 48-48 48H381.3c1.8-5 2.7-10.4 2.7-16V253.3c18.6-6.6 32-24.4 32-45.3v-32c0-26.5-21.5-48-48-48H256zm315.3 299.3c6.2-6.2 6.2-16.4 0-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6 0l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7V432c0 8.8 7.2 16 16 16s16-7.2 16-16V310.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0M0 176c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H16c-8.8 0-16-7.2-16-16zm352 80v224c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V256zm-208 64c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg> </template>
CSS
.icon-boxes-packing {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2048c0-26.5%2021.5-48%2048-48h288c26.5%200%2048%2021.5%2048%2048v416c0%2026.5-21.5%2048-48%2048H381.3c1.8-5%202.7-10.4%202.7-16V253.3c18.6-6.6%2032-24.4%2032-45.3v-32c0-26.5-21.5-48-48-48H256zm315.3%20299.3c6.2-6.2%206.2-16.4%200-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6%200l-64%2064c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l36.7-36.7V432c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V310.6l36.7%2036.7c6.2%206.2%2016.4%206.2%2022.6%200M0%20176c0-8.8%207.2-16%2016-16h352c8.8%200%2016%207.2%2016%2016v32c0%208.8-7.2%2016-16%2016H16c-8.8%200-16-7.2-16-16zm352%2080v224c0%2017.7-14.3%2032-32%2032H64c-17.7%200-32-14.3-32-32V256zm-208%2064c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h96c8.8%200%2016-7.2%2016-16s-7.2-16-16-16z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2048c0-26.5%2021.5-48%2048-48h288c26.5%200%2048%2021.5%2048%2048v416c0%2026.5-21.5%2048-48%2048H381.3c1.8-5%202.7-10.4%202.7-16V253.3c18.6-6.6%2032-24.4%2032-45.3v-32c0-26.5-21.5-48-48-48H256zm315.3%20299.3c6.2-6.2%206.2-16.4%200-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6%200l-64%2064c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l36.7-36.7V432c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V310.6l36.7%2036.7c6.2%206.2%2016.4%206.2%2022.6%200M0%20176c0-8.8%207.2-16%2016-16h352c8.8%200%2016%207.2%2016%2016v32c0%208.8-7.2%2016-16%2016H16c-8.8%200-16-7.2-16-16zm352%2080v224c0%2017.7-14.3%2032-32%2032H64c-17.7%200-32-14.3-32-32V256zm-208%2064c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h96c8.8%200%2016-7.2%2016-16s-7.2-16-16-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/boxes-packing.svg?color=%231a73e8&size=48