box open icon
box-open from Line Awesome by Icons8 · Line · Moving · Apache-2.0 Free for personal and commercial use.
- Name
- box-open
- Set
- Line Awesome
- Style
- Line
- Category
- Moving
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- box-open-solid
The same icon in other sets
More moving icons from Line Awesome
Use the box open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 4l-5 4h10zM8.5 5L5 9.656V27h22V9.656L23.5 5h-5L21 7h1.5L24 9H8l1.5-2H11l2.5-2zM7 11h18v14H7zm5.813 2c-.551.05-.958.543-.907 1.094c.051.55.543.957 1.094.906h6c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496z"/></svg>
React
import type { SVGProps } from "react";
export function LaBoxOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 4l-5 4h10zM8.5 5L5 9.656V27h22V9.656L23.5 5h-5L21 7h1.5L24 9H8l1.5-2H11l2.5-2zM7 11h18v14H7zm5.813 2c-.551.05-.958.543-.907 1.094c.051.55.543.957 1.094.906h6c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 4l-5 4h10zM8.5 5L5 9.656V27h22V9.656L23.5 5h-5L21 7h1.5L24 9H8l1.5-2H11l2.5-2zM7 11h18v14H7zm5.813 2c-.551.05-.958.543-.907 1.094c.051.55.543.957 1.094.906h6c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%204l-5%204h10zM8.5%205L5%209.656V27h22V9.656L23.5%205h-5L21%207h1.5L24%209H8l1.5-2H11l2.5-2zM7%2011h18v14H7zm5.813%202c-.551.05-.958.543-.907%201.094c.051.55.543.957%201.094.906h6c.36.004.695-.184.879-.496a1.01%201.01%200%200%200%200-1.008c-.184-.312-.52-.5-.879-.496z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%204l-5%204h10zM8.5%205L5%209.656V27h22V9.656L23.5%205h-5L21%207h1.5L24%209H8l1.5-2H11l2.5-2zM7%2011h18v14H7zm5.813%202c-.551.05-.958.543-.907%201.094c.051.55.543.957%201.094.906h6c.36.004.695-.184.879-.496a1.01%201.01%200%200%200%200-1.008c-.184-.312-.52-.5-.879-.496z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/box-open.svg?color=%231a73e8&size=48