Cookpad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cookpad 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/324006.svg" alt="Cookpad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324006.svg" alt="Cookpad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324006.svg" alt="Cookpad icon" :width="24" :height="24" />
CSS background
.icon-cookpad {
background-image: url('https://proicons.com/icon/324006.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M34.0215,25.7694c.5643.1486,1.145.226,1.7285.2305,3.866,0,7-3.134,7-7s-3.134-7-7-7c-2.1738.0066-4.2212,1.0227-5.541,2.75-.3831-3.5548-3.3836-6.2496-6.959-6.25-2.9312.0079-5.5471,1.8412-6.5547,4.5938-1.2524-1.0301-2.8237-1.5934-4.4453-1.5938-3.866,0-7,3.134-7,7,.0059,3.5615,2.685,6.5508,6.2246,6.9453l-1.8125,14.055h22.588l2.1683-16.805" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M33.1515,32.5154H14.5355" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!