Chefkoch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chefkoch 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/323620.svg" alt="Chefkoch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323620.svg" alt="Chefkoch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323620.svg" alt="Chefkoch icon" :width="24" :height="24" />
CSS background
.icon-chefkoch {
background-image: url('https://proicons.com/icon/323620.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M15.93,4.5c-2.69,0-6.72.58-6.72,4V30.72a2,2,0,0,0,2,2h3.37V15.26a1.35,1.35,0,1,1,2.69,0V32.74h5.38V13.91a1.34,1.34,0,0,1,2.68,0V32.74h5.38V16.6a1.35,1.35,0,0,1,2.69,0V32.74h3.37a2,2,0,0,0,2-2h0V9.88c0-2.69-2.69-4.5-4.81-4.5s-3.53,1.76-6.63,1.81C23.16,7,18.62,4.5,15.93,4.5ZM11.22,35.43a2,2,0,0,0-2,2h0v4a2,2,0,0,0,2,2H36.78a2,2,0,0,0,2-2h0v-4a2,2,0,0,0-2-2H11.22Z"/></svg>
Copied!