Freezer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freezer 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/340825.svg" alt="Freezer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340825.svg" alt="Freezer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340825.svg" alt="Freezer icon" :width="24" :height="24" />
CSS background
.icon-freezer {
background-image: url('https://proicons.com/icon/340825.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="9.91" y="4.5" width="28.19" height="36.58" rx="3"/><line class="a" x1="9.91" y1="19.69" x2="38.09" y2="19.69"/><line class="a" x1="15.47" y1="15.85" x2="15.47" y2="9.79"/><line class="a" x1="15.47" y1="29.16" x2="15.47" y2="23.1"/><path class="a" d="M12.64,41.08v1.05A1.37,1.37,0,0,0,14,43.5h2.47a1.37,1.37,0,0,0,1.37-1.37V41.08"/><path class="a" d="M30.15,41.08v1.05a1.37,1.37,0,0,0,1.37,1.37H34a1.37,1.37,0,0,0,1.37-1.37V41.08"/></svg>
Copied!