Culinary Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Culinary 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/305466.svg" alt="Culinary icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305466.svg" alt="Culinary icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305466.svg" alt="Culinary icon" :width="24" :height="24" />
CSS background
.icon-culinary {
background-image: url('https://proicons.com/icon/305466.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M510 198c-165 0-300 136-301 302 0 166 136 302 301 302 168 0 303-135 303-302S678 198 510 198zm-4 545c-131-2-239-110-238-244 0-135 109-243 247-242 124 1 239 99 240 243 0 144-118 246-249 243zm3-469c-124 1-223 101-224 227 1 127 104 227 230 226 123-2 224-105 223-228-2-126-104-227-229-225zm429 499s0-169-1-186c1-16 0-385 0-385h-8s-69 39-69 326c53 15 30 73 26 80 0 15 2 165 2 165v1c0 13 11 25 25 25 13 0 24-12 24-25v-1h1zM162 207l4 157h-18V207h-13v158h-15V207h-14v158H88l5-158H79L63 340v7c0 21 9 39 24 51 49 56 16 112 16 126v244c0 14 11 25 25 25s25-11 25-25V524c0-16-28-81 19-129h1c11-11 19-26 20-43v-4l-16-141h-15z"/></svg>
Copied!