App Box Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The App Box icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/336496.svg" alt="App Box icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336496.svg" alt="App Box icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336496.svg" alt="App Box icon" :width="24" :height="24" />
CSS background
.icon-app-box {
background-image: url('https://proicons.com/icon/336496.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{isolation:isolate;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g class="c"><polygon class="d" points="40.9004 14.2733 40.8452 33.7266 24.0605 43.5 24.0605 24.0467 40.9004 14.2733"/><polygon class="d" points="24.0605 24.0467 24.0605 43.5 7.0996 33.7267 7.1548 14.2734 24.0605 24.0467"/><polygon class="d" points="40.9004 14.2733 24.0605 24.0467 7.1548 14.2734 23.9726 4.5 40.9004 14.2733"/></g><polyline class="d" points="20.0826 6.7606 20.0826 27.2473 13.5602 27.2473 24.0605 37.7228 34.2361 27.2592 28.0826 27.2473 28.0826 6.8729"/></svg>
Copied!