box tissue icon
box-tissue from Font Awesome 6 Solid by Dave Gandy · Regular · Household · CC-BY-4.0 Attribution required.
- Name
- box-tissue
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Household
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More household icons from Font Awesome 6 Solid
Use the box tissue icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M92.5 0H208c40 0 52 24 64 48s24 48 64 48h85.2c14.8 0 26.8 12 26.8 26.8c0 3.4-.7 6.8-1.9 10L409.6 224L384 288H128l-16-64L64.9 35.4q-.9-3.45-.9-6.9C64 12.8 76.8 0 92.5 0M79 224l16 64H80c-8.8 0-16 7.2-16 16s7.2 16 16 16h352c8.8 0 16-7.2 16-16s-7.2-16-16-16h-13.5l25.6-64H464c26.5 0 48 21.5 48 48v112H0V272c0-26.5 21.5-48 48-48zM0 416h512v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBoxTissue(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M92.5 0H208c40 0 52 24 64 48s24 48 64 48h85.2c14.8 0 26.8 12 26.8 26.8c0 3.4-.7 6.8-1.9 10L409.6 224L384 288H128l-16-64L64.9 35.4q-.9-3.45-.9-6.9C64 12.8 76.8 0 92.5 0M79 224l16 64H80c-8.8 0-16 7.2-16 16s7.2 16 16 16h352c8.8 0 16-7.2 16-16s-7.2-16-16-16h-13.5l25.6-64H464c26.5 0 48 21.5 48 48v112H0V272c0-26.5 21.5-48 48-48zM0 416h512v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M92.5 0H208c40 0 52 24 64 48s24 48 64 48h85.2c14.8 0 26.8 12 26.8 26.8c0 3.4-.7 6.8-1.9 10L409.6 224L384 288H128l-16-64L64.9 35.4q-.9-3.45-.9-6.9C64 12.8 76.8 0 92.5 0M79 224l16 64H80c-8.8 0-16 7.2-16 16s7.2 16 16 16h352c8.8 0 16-7.2 16-16s-7.2-16-16-16h-13.5l25.6-64H464c26.5 0 48 21.5 48 48v112H0V272c0-26.5 21.5-48 48-48zM0 416h512v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48z"/></svg> </template>
CSS
.icon-box-tissue {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M92.5%200H208c40%200%2052%2024%2064%2048s24%2048%2064%2048h85.2c14.8%200%2026.8%2012%2026.8%2026.8c0%203.4-.7%206.8-1.9%2010L409.6%20224L384%20288H128l-16-64L64.9%2035.4q-.9-3.45-.9-6.9C64%2012.8%2076.8%200%2092.5%200M79%20224l16%2064H80c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h352c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-13.5l25.6-64H464c26.5%200%2048%2021.5%2048%2048v112H0V272c0-26.5%2021.5-48%2048-48zM0%20416h512v48c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M92.5%200H208c40%200%2052%2024%2064%2048s24%2048%2064%2048h85.2c14.8%200%2026.8%2012%2026.8%2026.8c0%203.4-.7%206.8-1.9%2010L409.6%20224L384%20288H128l-16-64L64.9%2035.4q-.9-3.45-.9-6.9C64%2012.8%2076.8%200%2092.5%200M79%20224l16%2064H80c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h352c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-13.5l25.6-64H464c26.5%200%2048%2021.5%2048%2048v112H0V272c0-26.5%2021.5-48%2048-48zM0%20416h512v48c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/box-tissue.svg?color=%231a73e8&size=48