fork and knife emoji

fork-and-knife from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.

Name
fork-and-knife
Set
OpenMoji
Style
Default
Category
Food Drink
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More food drink icons from OpenMoji

Use the fork and knife emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M32.07 26.296c0-5.943-5.12-12.16-5.12-10.296s.947 26.632.947 26.632L26.95 58.83a2 2 0 1 0 4 0l-.529-16.29s1.65-10.3 1.65-16.243m13.867-9.557s.112 4.158.112 8.106c0 2.96-.9 4.82-2.181 5.565l.029 28.418a2 2 0 1 1-4 0l.81-28.413c-1.287-.74-2.19-2.602-2.19-5.57c0-3.948.11-8.106.11-8.106"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="M32.07 26.296c0-5.943-5.12-12.16-5.12-10.296s.947 26.632.947 26.632L26.95 58.83a2 2 0 1 0 4 0l-.529-16.29s1.65-10.3 1.65-16.243z"/><path stroke-linecap="round" stroke-linejoin="round" d="M45.938 16.74s.112 4.158.112 8.106c0 2.96-.9 4.82-2.181 5.565h0l.029 28.418a2 2 0 1 1-4 0l.81-28.413h0c-1.287-.74-2.19-2.602-2.19-5.57c0-3.948.11-8.106.11-8.106m3.655 0v9.585"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiForkAndKnife(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M32.07 26.296c0-5.943-5.12-12.16-5.12-10.296s.947 26.632.947 26.632L26.95 58.83a2 2 0 1 0 4 0l-.529-16.29s1.65-10.3 1.65-16.243m13.867-9.557s.112 4.158.112 8.106c0 2.96-.9 4.82-2.181 5.565l.029 28.418a2 2 0 1 1-4 0l.81-28.413c-1.287-.74-2.19-2.602-2.19-5.57c0-3.948.11-8.106.11-8.106"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><path d="M32.07 26.296c0-5.943-5.12-12.16-5.12-10.296s.947 26.632.947 26.632L26.95 58.83a2 2 0 1 0 4 0l-.529-16.29s1.65-10.3 1.65-16.243z"/><path strokeLinecap="round" strokeLinejoin="round" d="M45.938 16.74s.112 4.158.112 8.106c0 2.96-.9 4.82-2.181 5.565h0l.029 28.418a2 2 0 1 1-4 0l.81-28.413h0c-1.287-.74-2.19-2.602-2.19-5.57c0-3.948.11-8.106.11-8.106m3.655 0v9.585"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M32.07 26.296c0-5.943-5.12-12.16-5.12-10.296s.947 26.632.947 26.632L26.95 58.83a2 2 0 1 0 4 0l-.529-16.29s1.65-10.3 1.65-16.243m13.867-9.557s.112 4.158.112 8.106c0 2.96-.9 4.82-2.181 5.565l.029 28.418a2 2 0 1 1-4 0l.81-28.413c-1.287-.74-2.19-2.602-2.19-5.57c0-3.948.11-8.106.11-8.106"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="M32.07 26.296c0-5.943-5.12-12.16-5.12-10.296s.947 26.632.947 26.632L26.95 58.83a2 2 0 1 0 4 0l-.529-16.29s1.65-10.3 1.65-16.243z"/><path stroke-linecap="round" stroke-linejoin="round" d="M45.938 16.74s.112 4.158.112 8.106c0 2.96-.9 4.82-2.181 5.565h0l.029 28.418a2 2 0 1 1-4 0l.81-28.413h0c-1.287-.74-2.19-2.602-2.19-5.57c0-3.948.11-8.106.11-8.106m3.655 0v9.585"/></g></svg>
</template>

CSS

.icon-fork-and-knife {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M32.07%2026.296c0-5.943-5.12-12.16-5.12-10.296s.947%2026.632.947%2026.632L26.95%2058.83a2%202%200%201%200%204%200l-.529-16.29s1.65-10.3%201.65-16.243m13.867-9.557s.112%204.158.112%208.106c0%202.96-.9%204.82-2.181%205.565l.029%2028.418a2%202%200%201%201-4%200l.81-28.413c-1.287-.74-2.19-2.602-2.19-5.57c0-3.948.11-8.106.11-8.106%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M32.07%2026.296c0-5.943-5.12-12.16-5.12-10.296s.947%2026.632.947%2026.632L26.95%2058.83a2%202%200%201%200%204%200l-.529-16.29s1.65-10.3%201.65-16.243z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M45.938%2016.74s.112%204.158.112%208.106c0%202.96-.9%204.82-2.181%205.565h0l.029%2028.418a2%202%200%201%201-4%200l.81-28.413h0c-1.287-.74-2.19-2.602-2.19-5.57c0-3.948.11-8.106.11-8.106m3.655%200v9.585%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M32.07%2026.296c0-5.943-5.12-12.16-5.12-10.296s.947%2026.632.947%2026.632L26.95%2058.83a2%202%200%201%200%204%200l-.529-16.29s1.65-10.3%201.65-16.243m13.867-9.557s.112%204.158.112%208.106c0%202.96-.9%204.82-2.181%205.565l.029%2028.418a2%202%200%201%201-4%200l.81-28.413c-1.287-.74-2.19-2.602-2.19-5.57c0-3.948.11-8.106.11-8.106%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M32.07%2026.296c0-5.943-5.12-12.16-5.12-10.296s.947%2026.632.947%2026.632L26.95%2058.83a2%202%200%201%200%204%200l-.529-16.29s1.65-10.3%201.65-16.243z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M45.938%2016.74s.112%204.158.112%208.106c0%202.96-.9%204.82-2.181%205.565h0l.029%2028.418a2%202%200%201%201-4%200l.81-28.413h0c-1.287-.74-2.19-2.602-2.19-5.57c0-3.948.11-8.106.11-8.106m3.655%200v9.585%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/fork-and-knife.svg?color=%231a73e8&size=48