fork knife icon

fork-knife from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.

Name
fork-knife
Set
Reicon
Style
Outline
Category
Food
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All fork knife icons →

More food icons from Reicon

Use the fork knife icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.724 2.581a.75.75 0 0 0-.948-1.162l-3.46 2.82a4.583 4.583 0 0 0-.834 6.218L1.47 21.469a.75.75 0 0 0 1.06 1.061l11.013-11.012a4.583 4.583 0 0 0 6.218-.833l2.82-3.461a.75.75 0 0 0-1.162-.948l-2.82 3.461a3.082 3.082 0 1 1-4.336-4.336z"/><path d="m2.75 3.81l6.72 6.72a.75.75 0 0 0 1.06-1.06L3.776 2.715c-.932-.932-2.526-.272-2.526 1.046c0 3.553 1.411 6.961 3.924 9.473l.796.796a.75.75 0 1 0 1.06-1.06l-.795-.796A11.9 11.9 0 0 1 2.75 3.81m10.72 9.66a.75.75 0 0 1 1.06 0l8 8a.75.75 0 0 1-1.06 1.06L15 16.06l-2.263 2.263a1.75 1.75 0 0 1-2.474 0l-.293-.293a.75.75 0 0 1 1.06-1.06l.293.293a.25.25 0 0 0 .354 0L13.939 15l-.47-.47a.75.75 0 0 1 0-1.06m5.449-10.056a.75.75 0 0 1 .002 1.06l-3.189 3.2a.75.75 0 0 1-1.062-1.058l3.188-3.2a.75.75 0 0 1 1.061-.002m1.669 2.726a.75.75 0 1 0-1.063-1.058l-3.189 3.2a.75.75 0 0 0 1.063 1.059z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconForkKnife(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.724 2.581a.75.75 0 0 0-.948-1.162l-3.46 2.82a4.583 4.583 0 0 0-.834 6.218L1.47 21.469a.75.75 0 0 0 1.06 1.061l11.013-11.012a4.583 4.583 0 0 0 6.218-.833l2.82-3.461a.75.75 0 0 0-1.162-.948l-2.82 3.461a3.082 3.082 0 1 1-4.336-4.336z"/><path d="m2.75 3.81l6.72 6.72a.75.75 0 0 0 1.06-1.06L3.776 2.715c-.932-.932-2.526-.272-2.526 1.046c0 3.553 1.411 6.961 3.924 9.473l.796.796a.75.75 0 1 0 1.06-1.06l-.795-.796A11.9 11.9 0 0 1 2.75 3.81m10.72 9.66a.75.75 0 0 1 1.06 0l8 8a.75.75 0 0 1-1.06 1.06L15 16.06l-2.263 2.263a1.75 1.75 0 0 1-2.474 0l-.293-.293a.75.75 0 0 1 1.06-1.06l.293.293a.25.25 0 0 0 .354 0L13.939 15l-.47-.47a.75.75 0 0 1 0-1.06m5.449-10.056a.75.75 0 0 1 .002 1.06l-3.189 3.2a.75.75 0 0 1-1.062-1.058l3.188-3.2a.75.75 0 0 1 1.061-.002m1.669 2.726a.75.75 0 1 0-1.063-1.058l-3.189 3.2a.75.75 0 0 0 1.063 1.059z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.724 2.581a.75.75 0 0 0-.948-1.162l-3.46 2.82a4.583 4.583 0 0 0-.834 6.218L1.47 21.469a.75.75 0 0 0 1.06 1.061l11.013-11.012a4.583 4.583 0 0 0 6.218-.833l2.82-3.461a.75.75 0 0 0-1.162-.948l-2.82 3.461a3.082 3.082 0 1 1-4.336-4.336z"/><path d="m2.75 3.81l6.72 6.72a.75.75 0 0 0 1.06-1.06L3.776 2.715c-.932-.932-2.526-.272-2.526 1.046c0 3.553 1.411 6.961 3.924 9.473l.796.796a.75.75 0 1 0 1.06-1.06l-.795-.796A11.9 11.9 0 0 1 2.75 3.81m10.72 9.66a.75.75 0 0 1 1.06 0l8 8a.75.75 0 0 1-1.06 1.06L15 16.06l-2.263 2.263a1.75 1.75 0 0 1-2.474 0l-.293-.293a.75.75 0 0 1 1.06-1.06l.293.293a.25.25 0 0 0 .354 0L13.939 15l-.47-.47a.75.75 0 0 1 0-1.06m5.449-10.056a.75.75 0 0 1 .002 1.06l-3.189 3.2a.75.75 0 0 1-1.062-1.058l3.188-3.2a.75.75 0 0 1 1.061-.002m1.669 2.726a.75.75 0 1 0-1.063-1.058l-3.189 3.2a.75.75 0 0 0 1.063 1.059z"/></g></svg>
</template>

CSS

.icon-fork-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.724%202.581a.75.75%200%200%200-.948-1.162l-3.46%202.82a4.583%204.583%200%200%200-.834%206.218L1.47%2021.469a.75.75%200%200%200%201.06%201.061l11.013-11.012a4.583%204.583%200%200%200%206.218-.833l2.82-3.461a.75.75%200%200%200-1.162-.948l-2.82%203.461a3.082%203.082%200%201%201-4.336-4.336z%22%2F%3E%3Cpath%20d%3D%22m2.75%203.81l6.72%206.72a.75.75%200%200%200%201.06-1.06L3.776%202.715c-.932-.932-2.526-.272-2.526%201.046c0%203.553%201.411%206.961%203.924%209.473l.796.796a.75.75%200%201%200%201.06-1.06l-.795-.796A11.9%2011.9%200%200%201%202.75%203.81m10.72%209.66a.75.75%200%200%201%201.06%200l8%208a.75.75%200%200%201-1.06%201.06L15%2016.06l-2.263%202.263a1.75%201.75%200%200%201-2.474%200l-.293-.293a.75.75%200%200%201%201.06-1.06l.293.293a.25.25%200%200%200%20.354%200L13.939%2015l-.47-.47a.75.75%200%200%201%200-1.06m5.449-10.056a.75.75%200%200%201%20.002%201.06l-3.189%203.2a.75.75%200%200%201-1.062-1.058l3.188-3.2a.75.75%200%200%201%201.061-.002m1.669%202.726a.75.75%200%201%200-1.063-1.058l-3.189%203.2a.75.75%200%200%200%201.063%201.059z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.724%202.581a.75.75%200%200%200-.948-1.162l-3.46%202.82a4.583%204.583%200%200%200-.834%206.218L1.47%2021.469a.75.75%200%200%200%201.06%201.061l11.013-11.012a4.583%204.583%200%200%200%206.218-.833l2.82-3.461a.75.75%200%200%200-1.162-.948l-2.82%203.461a3.082%203.082%200%201%201-4.336-4.336z%22%2F%3E%3Cpath%20d%3D%22m2.75%203.81l6.72%206.72a.75.75%200%200%200%201.06-1.06L3.776%202.715c-.932-.932-2.526-.272-2.526%201.046c0%203.553%201.411%206.961%203.924%209.473l.796.796a.75.75%200%201%200%201.06-1.06l-.795-.796A11.9%2011.9%200%200%201%202.75%203.81m10.72%209.66a.75.75%200%200%201%201.06%200l8%208a.75.75%200%200%201-1.06%201.06L15%2016.06l-2.263%202.263a1.75%201.75%200%200%201-2.474%200l-.293-.293a.75.75%200%200%201%201.06-1.06l.293.293a.25.25%200%200%200%20.354%200L13.939%2015l-.47-.47a.75.75%200%200%201%200-1.06m5.449-10.056a.75.75%200%200%201%20.002%201.06l-3.189%203.2a.75.75%200%200%201-1.062-1.058l3.188-3.2a.75.75%200%200%201%201.061-.002m1.669%202.726a.75.75%200%201%200-1.063-1.058l-3.189%203.2a.75.75%200%200%200%201.063%201.059z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Fork Knife outline icon — Reicon · IconsDB