people carry box icon
people-carry-box from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- people-carry-box
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the people carry box icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M80 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m64 193.7v65.1l51 51c7.1 7.1 11.8 16.2 13.4 26.1l15.2 90.9c2.9 17.4-8.9 33.9-26.3 36.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8 320c-12-12-18.8-28.3-18.8-45.3v-88.1c0-32.4 26.2-58.6 58.6-58.6c24.1 0 46.5 12 59.9 32l47.4 71.1l10.1 5v-76.2c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v76.2l10.1-5l47.4-71.1c13.3-20 35.8-32 59.9-32c32.4 0 58.6 26.2 58.6 58.6v88.1c0 17-6.7 33.3-18.7 45.3l-79.4 79.4l-14.3 85.9c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9 6.3-19 13.4-26.1l51-51v-65.1l-19 28.5c-4.6 7-11 12.6-18.5 16.3L399 316.3c-2.4 1.3-4.9 2.2-7.6 2.8c-2.6.6-5.3.9-7.9.8H256.8c-2.5.1-5-.2-7.5-.7q-4.35-.9-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3 468.1l47.8-119.5l49.2 49.2l-37.6 94c-6.6 16.4-25.2 24.4-41.6 17.8s-24.4-25.1-17.8-41.5M512 0a48 48 0 1 1 0 96a48 48 0 1 1 0-96m77.9 348.6l47.8 119.5c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-37.6-94l49.2-49.2z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPeopleCarryBox(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="M80 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m64 193.7v65.1l51 51c7.1 7.1 11.8 16.2 13.4 26.1l15.2 90.9c2.9 17.4-8.9 33.9-26.3 36.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8 320c-12-12-18.8-28.3-18.8-45.3v-88.1c0-32.4 26.2-58.6 58.6-58.6c24.1 0 46.5 12 59.9 32l47.4 71.1l10.1 5v-76.2c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v76.2l10.1-5l47.4-71.1c13.3-20 35.8-32 59.9-32c32.4 0 58.6 26.2 58.6 58.6v88.1c0 17-6.7 33.3-18.7 45.3l-79.4 79.4l-14.3 85.9c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9 6.3-19 13.4-26.1l51-51v-65.1l-19 28.5c-4.6 7-11 12.6-18.5 16.3L399 316.3c-2.4 1.3-4.9 2.2-7.6 2.8c-2.6.6-5.3.9-7.9.8H256.8c-2.5.1-5-.2-7.5-.7q-4.35-.9-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3 468.1l47.8-119.5l49.2 49.2l-37.6 94c-6.6 16.4-25.2 24.4-41.6 17.8s-24.4-25.1-17.8-41.5M512 0a48 48 0 1 1 0 96a48 48 0 1 1 0-96m77.9 348.6l47.8 119.5c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-37.6-94l49.2-49.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M80 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m64 193.7v65.1l51 51c7.1 7.1 11.8 16.2 13.4 26.1l15.2 90.9c2.9 17.4-8.9 33.9-26.3 36.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8 320c-12-12-18.8-28.3-18.8-45.3v-88.1c0-32.4 26.2-58.6 58.6-58.6c24.1 0 46.5 12 59.9 32l47.4 71.1l10.1 5v-76.2c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v76.2l10.1-5l47.4-71.1c13.3-20 35.8-32 59.9-32c32.4 0 58.6 26.2 58.6 58.6v88.1c0 17-6.7 33.3-18.7 45.3l-79.4 79.4l-14.3 85.9c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9 6.3-19 13.4-26.1l51-51v-65.1l-19 28.5c-4.6 7-11 12.6-18.5 16.3L399 316.3c-2.4 1.3-4.9 2.2-7.6 2.8c-2.6.6-5.3.9-7.9.8H256.8c-2.5.1-5-.2-7.5-.7q-4.35-.9-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3 468.1l47.8-119.5l49.2 49.2l-37.6 94c-6.6 16.4-25.2 24.4-41.6 17.8s-24.4-25.1-17.8-41.5M512 0a48 48 0 1 1 0 96a48 48 0 1 1 0-96m77.9 348.6l47.8 119.5c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-37.6-94l49.2-49.2z"/></svg> </template>
CSS
.icon-people-carry-box {
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%22M80%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m64%20193.7v65.1l51%2051c7.1%207.1%2011.8%2016.2%2013.4%2026.1l15.2%2090.9c2.9%2017.4-8.9%2033.9-26.3%2036.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8%20320c-12-12-18.8-28.3-18.8-45.3v-88.1c0-32.4%2026.2-58.6%2058.6-58.6c24.1%200%2046.5%2012%2059.9%2032l47.4%2071.1l10.1%205v-76.2c0-17.7%2014.3-32%2032-32h128c17.7%200%2032%2014.3%2032%2032v76.2l10.1-5l47.4-71.1c13.3-20%2035.8-32%2059.9-32c32.4%200%2058.6%2026.2%2058.6%2058.6v88.1c0%2017-6.7%2033.3-18.7%2045.3l-79.4%2079.4l-14.3%2085.9c-2.9%2017.4-19.4%2029.2-36.8%2026.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9%206.3-19%2013.4-26.1l51-51v-65.1l-19%2028.5c-4.6%207-11%2012.6-18.5%2016.3L399%20316.3c-2.4%201.3-4.9%202.2-7.6%202.8c-2.6.6-5.3.9-7.9.8H256.8c-2.5.1-5-.2-7.5-.7q-4.35-.9-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3%20468.1l47.8-119.5l49.2%2049.2l-37.6%2094c-6.6%2016.4-25.2%2024.4-41.6%2017.8s-24.4-25.1-17.8-41.5M512%200a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96m77.9%20348.6l47.8%20119.5c6.6%2016.4-1.4%2035-17.8%2041.6s-35-1.4-41.6-17.8l-37.6-94l49.2-49.2z%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%22M80%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m64%20193.7v65.1l51%2051c7.1%207.1%2011.8%2016.2%2013.4%2026.1l15.2%2090.9c2.9%2017.4-8.9%2033.9-26.3%2036.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8%20320c-12-12-18.8-28.3-18.8-45.3v-88.1c0-32.4%2026.2-58.6%2058.6-58.6c24.1%200%2046.5%2012%2059.9%2032l47.4%2071.1l10.1%205v-76.2c0-17.7%2014.3-32%2032-32h128c17.7%200%2032%2014.3%2032%2032v76.2l10.1-5l47.4-71.1c13.3-20%2035.8-32%2059.9-32c32.4%200%2058.6%2026.2%2058.6%2058.6v88.1c0%2017-6.7%2033.3-18.7%2045.3l-79.4%2079.4l-14.3%2085.9c-2.9%2017.4-19.4%2029.2-36.8%2026.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9%206.3-19%2013.4-26.1l51-51v-65.1l-19%2028.5c-4.6%207-11%2012.6-18.5%2016.3L399%20316.3c-2.4%201.3-4.9%202.2-7.6%202.8c-2.6.6-5.3.9-7.9.8H256.8c-2.5.1-5-.2-7.5-.7q-4.35-.9-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3%20468.1l47.8-119.5l49.2%2049.2l-37.6%2094c-6.6%2016.4-25.2%2024.4-41.6%2017.8s-24.4-25.1-17.8-41.5M512%200a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96m77.9%20348.6l47.8%20119.5c6.6%2016.4-1.4%2035-17.8%2041.6s-35-1.4-41.6-17.8l-37.6-94l49.2-49.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/people-carry-box.svg?color=%231a73e8&size=48