Box Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/305054.svg" alt="Box icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305054.svg" alt="Box icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305054.svg" alt="Box icon" :width="24" :height="24" />
CSS background
.icon-box {
background-image: url('https://proicons.com/icon/305054.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M147 276L64 454c-4 9 3 18 12 17l312-31c5 0 9-3 10-7l101-227-343 63c-4 1-7 4-9 7zm329 60l-52 126c-2 5-6 7-10 8l-265 23c-7 1-12 6-11 13l5 208c0 5 4 10 10 11l312 66c7 2 15 2 23 2V339c0-17-6-18-12-3zm460 118l-83-178c-1-3-5-6-9-7l-343-63 101 227c2 4 5 6 10 7l312 31c9 1 16-8 12-17zm-85 39l-265-23c-4-1-8-3-10-8l-52-126c-6-15-12-14-12 3v454c8 0 16 0 24-2l311-66c6-1 10-6 10-11l6-208c0-7-5-12-12-13z"/></svg>
Box in other icon packs
Copied!