Fork And Knife Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Fork And Knife 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/305718.svg" alt="Fork And Knife icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305718.svg" alt="Fork And Knife icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305718.svg" alt="Fork And Knife icon" :width="24" :height="24" />
CSS background
.icon-fork-and-knife {
background-image: url('https://proicons.com/icon/305718.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="M689 62c-53 0-97 41-101 94l-27 376c-1 16 5 33 16 45s27 19 43 19h2l-9 294c-1 13 4 25 13 34 8 9 20 13 33 13h39c25 0 47-20 47-46V118c0-31-25-56-56-56zm-222 1h-4c-10 0-17 7-17 17v165c0 15-12 27-27 27h-4c-15 0-27-12-27-27V79c0-9-7-16-17-16h-3c-10 0-17 7-17 16v166c0 15-12 27-27 27h-4c-15 0-26-12-26-27V79c0-9-8-16-18-16h-3c-10 0-18 7-18 16v251c0 31 26 55 56 55h8l-16 505c-1 13 4 25 13 34s21 13 33 13h37c13 0 25-4 34-13s13-21 13-34l-16-505h11c31 0 55-24 55-55V79c0-9-7-16-16-16z"/></svg>
Copied!