Fridgefriend Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fridgefriend 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/326275.svg" alt="Fridgefriend icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326275.svg" alt="Fridgefriend icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326275.svg" alt="Fridgefriend icon" :width="24" :height="24" />
CSS background
.icon-fridgefriend {
background-image: url('https://proicons.com/icon/326275.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="M37.6556,25.3951,36.04,33.9077a6.1675,6.1675,0,0,0,.0737,2.6364l1.38,5.5587A1.1258,1.1258,0,0,1,36.4018,43.5H11.5982a1.1258,1.1258,0,0,1-1.0926-1.3972l1.38-5.5587a6.1675,6.1675,0,0,0,.0737-2.6364l-1.6152-8.5126a.8252.8252,0,0,1,.8107-.979h25.69A.8252.8252,0,0,1,37.6556,25.3951Z"/><path class="a" d="M16.261,4.5h0a4.1053,4.1053,0,0,1,4.1053,4.1053V24.4161a0,0,0,0,1,0,0H12.1558a0,0,0,0,1,0,0V8.6053A4.1053,4.1053,0,0,1,16.261,4.5Z"/><line class="a" x1="14.3748" y1="15.9282" x2="18.1472" y2="12.9879"/><line class="a" x1="14.3748" y1="22.0507" x2="18.1472" y2="19.1105"/><rect class="a" x="24.6935" y="12.5441" width="6.5462" height="2.4964"/><path class="a" d="M25.4516,15.0405c0,6.99-3.1251,5.9915-3.1251,9.3756"/><path class="a" d="M30.4538,15.0405c0,6.99,3.1251,5.9915,3.1251,9.3756"/><line class="a" x1="12.0628" y1="35.2531" x2="14.1159" y2="35.2531"/><line class="a" x1="35.9371" y1="35.2531" x2="33.9765" y2="35.2531"/></svg>
Copied!