Icebox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Icebox 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/327271.svg" alt="Icebox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327271.svg" alt="Icebox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327271.svg" alt="Icebox icon" :width="24" :height="24" />
CSS background
.icon-icebox {
background-image: url('https://proicons.com/icon/327271.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M29.535,33.5623l-5.5344-1.8331-5.5345,1.8331L17.29,27.8649l-4.3588-3.8643L17.29,20.1363l1.1757-5.6973,5.5345,1.833,5.5344-1.833,1.1757,5.6973L35.07,24.0006l-4.3588,3.8643Z"/><path class="a" d="M24.0006,31.7292l0-29.2292"/><path class="a" d="M17.6613,7.151l6.3392,3.0277"/><path class="a" d="M30.34,7.151l-6.3392,3.0277"/><path class="a" d="M24.0006,31.7292V45.5013"/><path class="a" d="M30.34,40.85l-6.3392-3.0277"/><path class="a" d="M17.6613,40.85l6.3392-3.0277"/><path class="a" d="M17.29,27.8649,42.668,13.25"/><path class="a" d="M35.46,10.1l.5409,6.99"/><path class="a" d="M41.8,21.0519,36.0011,17.09"/><path class="a" d="M17.29,27.8649,5.3331,34.751"/><path class="a" d="M12.5409,37.9015,12,30.9116"/><path class="a" d="M6.2016,26.9494,12,30.9116"/><path class="a" d="M30.7107,27.8649,42.668,34.751"/><path class="a" d="M41.8,26.9494l-5.7984,3.9622"/><path class="a" d="M35.46,37.9015l.5409-6.99"/><path class="a" d="M30.7107,27.8649,5.3331,13.25"/><path class="a" d="M6.2016,21.0519,12,17.09"/><path class="a" d="M12.5409,10.1,12,17.09"/></svg>
Copied!