box-tissue from Font Awesome Solid by Dave Gandy · Solid · Household · CC-BY-4.0 Attribution required.

Name
box-tissue
Set
Font Awesome Solid
Style
Solid
Category
Household
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More household icons from Font Awesome Solid

Use the box tissue icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M167.9 96h161c13.8 0 26 8.8 30.4 21.9l17.4 52.2c4.4 13.1 16.6 21.9 30.4 21.9h60.5c21.8 0 37.3 21.4 30.4 42.1L448 384H192l-55.3-249.1C132.2 115 147.4 96 167.9 96M112 320h16.6l16.5 74.4c4.9 22 24.4 37.6 46.9 37.6h256c20.7 0 39-13.2 45.5-32.8l26.4-79.2h8.1c26.5 0 48 21.5 48 48v128c0 26.5-21.5 48-48 48H112c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidBoxTissue(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M167.9 96h161c13.8 0 26 8.8 30.4 21.9l17.4 52.2c4.4 13.1 16.6 21.9 30.4 21.9h60.5c21.8 0 37.3 21.4 30.4 42.1L448 384H192l-55.3-249.1C132.2 115 147.4 96 167.9 96M112 320h16.6l16.5 74.4c4.9 22 24.4 37.6 46.9 37.6h256c20.7 0 39-13.2 45.5-32.8l26.4-79.2h8.1c26.5 0 48 21.5 48 48v128c0 26.5-21.5 48-48 48H112c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M167.9 96h161c13.8 0 26 8.8 30.4 21.9l17.4 52.2c4.4 13.1 16.6 21.9 30.4 21.9h60.5c21.8 0 37.3 21.4 30.4 42.1L448 384H192l-55.3-249.1C132.2 115 147.4 96 167.9 96M112 320h16.6l16.5 74.4c4.9 22 24.4 37.6 46.9 37.6h256c20.7 0 39-13.2 45.5-32.8l26.4-79.2h8.1c26.5 0 48 21.5 48 48v128c0 26.5-21.5 48-48 48H112c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M167.9%2096h161c13.8%200%2026%208.8%2030.4%2021.9l17.4%2052.2c4.4%2013.1%2016.6%2021.9%2030.4%2021.9h60.5c21.8%200%2037.3%2021.4%2030.4%2042.1L448%20384H192l-55.3-249.1C132.2%20115%20147.4%2096%20167.9%2096M112%20320h16.6l16.5%2074.4c4.9%2022%2024.4%2037.6%2046.9%2037.6h256c20.7%200%2039-13.2%2045.5-32.8l26.4-79.2h8.1c26.5%200%2048%2021.5%2048%2048v128c0%2026.5-21.5%2048-48%2048H112c-26.5%200-48-21.5-48-48V368c0-26.5%2021.5-48%2048-48%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M167.9%2096h161c13.8%200%2026%208.8%2030.4%2021.9l17.4%2052.2c4.4%2013.1%2016.6%2021.9%2030.4%2021.9h60.5c21.8%200%2037.3%2021.4%2030.4%2042.1L448%20384H192l-55.3-249.1C132.2%20115%20147.4%2096%20167.9%2096M112%20320h16.6l16.5%2074.4c4.9%2022%2024.4%2037.6%2046.9%2037.6h256c20.7%200%2039-13.2%2045.5-32.8l26.4-79.2h8.1c26.5%200%2048%2021.5%2048%2048v128c0%2026.5-21.5%2048-48%2048H112c-26.5%200-48-21.5-48-48V368c0-26.5%2021.5-48%2048-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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