Refreezer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Refreezer 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/332037.svg" alt="Refreezer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332037.svg" alt="Refreezer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332037.svg" alt="Refreezer icon" :width="24" :height="24" />
CSS background
.icon-refreezer {
background-image: url('https://proicons.com/icon/332037.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M27.635,41.136h2.65v1.021c-.0022.7235.5825,1.3118,1.306,1.314.0027,0,.0053,0,.008,0h2.6c.7235.0022,1.3118-.5825,1.314-1.306,0-.0023,0-.0047,0-.007v-1.03c1.3994-.0632,2.501-1.2171,2.499-2.618V7.156c.0039-1.447-1.166-2.6231-2.613-2.627-.0047,0-.0093,0-.014,0H12.615c-1.447-.0039-2.6231,1.166-2.627,2.613,0,.0047,0,.0093,0,.014v31.354c-.0025,1.4012,1.0992,2.5558,2.499,2.619v1.029c-.0011.7235.5845,1.3109,1.308,1.312.0017,0,.0033,0,.005,0h2.601c.7235.0022,1.3118-.5825,1.314-1.306,0-.0023,0-.0047,0-.007v-1.022h3.03M10.51,19.29h26.98M15.417,10.007v5.506M15.417,23.068v5.506"/><path class="c" d="M17.563,33.956l6.627,6.626,6.626-6.626M24.19,21.936v18.646"/></svg>
Copied!