box-open from Font Awesome 6 Solid by Dave Gandy · Regular · Moving · CC-BY-4.0 Attribution required.

Name
box-open
Set
Font Awesome 6 Solid
Style
Regular
Category
Moving
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More moving icons from Font Awesome 6 Solid

Use the box open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M58.9 42.1c3-6.1 9.6-9.6 16.3-8.7L320 64l244.8-30.6c6.7-.8 13.3 2.7 16.3 8.7l41.7 83.4c9 17.9-.6 39.6-19.8 45.1l-163.4 46.7c-13.9 4-28.8-1.9-36.2-14.3L320 64l-83.4 139c-7.4 12.4-22.3 18.3-36.2 14.3L37.1 170.6c-19.3-5.5-28.8-27.2-19.8-45.1zM321.1 128l54.9 91.4c14.9 24.8 44.6 36.6 72.5 28.6L576 211.6v167c0 22-15 41.2-36.4 46.6l-204.1 51c-10.2 2.6-20.9 2.6-31 0l-204.1-51C79 419.7 64 400.5 64 378.5v-167L191.6 248c27.8 8 57.6-3.8 72.5-28.6l54.8-91.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidBoxOpen(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="M58.9 42.1c3-6.1 9.6-9.6 16.3-8.7L320 64l244.8-30.6c6.7-.8 13.3 2.7 16.3 8.7l41.7 83.4c9 17.9-.6 39.6-19.8 45.1l-163.4 46.7c-13.9 4-28.8-1.9-36.2-14.3L320 64l-83.4 139c-7.4 12.4-22.3 18.3-36.2 14.3L37.1 170.6c-19.3-5.5-28.8-27.2-19.8-45.1zM321.1 128l54.9 91.4c14.9 24.8 44.6 36.6 72.5 28.6L576 211.6v167c0 22-15 41.2-36.4 46.6l-204.1 51c-10.2 2.6-20.9 2.6-31 0l-204.1-51C79 419.7 64 400.5 64 378.5v-167L191.6 248c27.8 8 57.6-3.8 72.5-28.6l54.8-91.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M58.9 42.1c3-6.1 9.6-9.6 16.3-8.7L320 64l244.8-30.6c6.7-.8 13.3 2.7 16.3 8.7l41.7 83.4c9 17.9-.6 39.6-19.8 45.1l-163.4 46.7c-13.9 4-28.8-1.9-36.2-14.3L320 64l-83.4 139c-7.4 12.4-22.3 18.3-36.2 14.3L37.1 170.6c-19.3-5.5-28.8-27.2-19.8-45.1zM321.1 128l54.9 91.4c14.9 24.8 44.6 36.6 72.5 28.6L576 211.6v167c0 22-15 41.2-36.4 46.6l-204.1 51c-10.2 2.6-20.9 2.6-31 0l-204.1-51C79 419.7 64 400.5 64 378.5v-167L191.6 248c27.8 8 57.6-3.8 72.5-28.6l54.8-91.4z"/></svg>
</template>

CSS

.icon-box-open {
  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%22M58.9%2042.1c3-6.1%209.6-9.6%2016.3-8.7L320%2064l244.8-30.6c6.7-.8%2013.3%202.7%2016.3%208.7l41.7%2083.4c9%2017.9-.6%2039.6-19.8%2045.1l-163.4%2046.7c-13.9%204-28.8-1.9-36.2-14.3L320%2064l-83.4%20139c-7.4%2012.4-22.3%2018.3-36.2%2014.3L37.1%20170.6c-19.3-5.5-28.8-27.2-19.8-45.1zM321.1%20128l54.9%2091.4c14.9%2024.8%2044.6%2036.6%2072.5%2028.6L576%20211.6v167c0%2022-15%2041.2-36.4%2046.6l-204.1%2051c-10.2%202.6-20.9%202.6-31%200l-204.1-51C79%20419.7%2064%20400.5%2064%20378.5v-167L191.6%20248c27.8%208%2057.6-3.8%2072.5-28.6l54.8-91.4z%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%22M58.9%2042.1c3-6.1%209.6-9.6%2016.3-8.7L320%2064l244.8-30.6c6.7-.8%2013.3%202.7%2016.3%208.7l41.7%2083.4c9%2017.9-.6%2039.6-19.8%2045.1l-163.4%2046.7c-13.9%204-28.8-1.9-36.2-14.3L320%2064l-83.4%20139c-7.4%2012.4-22.3%2018.3-36.2%2014.3L37.1%20170.6c-19.3-5.5-28.8-27.2-19.8-45.1zM321.1%20128l54.9%2091.4c14.9%2024.8%2044.6%2036.6%2072.5%2028.6L576%20211.6v167c0%2022-15%2041.2-36.4%2046.6l-204.1%2051c-10.2%202.6-20.9%202.6-31%200l-204.1-51C79%20419.7%2064%20400.5%2064%20378.5v-167L191.6%20248c27.8%208%2057.6-3.8%2072.5-28.6l54.8-91.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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