fork-knife from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
fork-knife
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the fork knife icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 .5c0-.276-.226-.506-.498-.465c-1.703.257-2.94 2.012-3 8.462a.5.5 0 0 0 .498.5c.56.01 1 .13 1 1.003v5.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5zM4.25 0a.25.25 0 0 1 .25.25v5.122a.128.128 0 0 0 .256.006l.233-5.14A.25.25 0 0 1 5.24 0h.522a.25.25 0 0 1 .25.238l.233 5.14a.128.128 0 0 0 .256-.006V.25A.25.25 0 0 1 6.75 0h.29a.5.5 0 0 1 .498.458l.423 5.07a1.69 1.69 0 0 1-1.059 1.711l-.053.022a.92.92 0 0 0-.58.884L6.47 15a.971.971 0 1 1-1.942 0l.202-6.855a.92.92 0 0 0-.58-.884l-.053-.022a1.69 1.69 0 0 1-1.059-1.712L3.462.458A.5.5 0 0 1 3.96 0z"/></svg>

React

import type { SVGProps } from "react";

export function BiForkKnife(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 .5c0-.276-.226-.506-.498-.465c-1.703.257-2.94 2.012-3 8.462a.5.5 0 0 0 .498.5c.56.01 1 .13 1 1.003v5.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5zM4.25 0a.25.25 0 0 1 .25.25v5.122a.128.128 0 0 0 .256.006l.233-5.14A.25.25 0 0 1 5.24 0h.522a.25.25 0 0 1 .25.238l.233 5.14a.128.128 0 0 0 .256-.006V.25A.25.25 0 0 1 6.75 0h.29a.5.5 0 0 1 .498.458l.423 5.07a1.69 1.69 0 0 1-1.059 1.711l-.053.022a.92.92 0 0 0-.58.884L6.47 15a.971.971 0 1 1-1.942 0l.202-6.855a.92.92 0 0 0-.58-.884l-.053-.022a1.69 1.69 0 0 1-1.059-1.712L3.462.458A.5.5 0 0 1 3.96 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 .5c0-.276-.226-.506-.498-.465c-1.703.257-2.94 2.012-3 8.462a.5.5 0 0 0 .498.5c.56.01 1 .13 1 1.003v5.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5zM4.25 0a.25.25 0 0 1 .25.25v5.122a.128.128 0 0 0 .256.006l.233-5.14A.25.25 0 0 1 5.24 0h.522a.25.25 0 0 1 .25.238l.233 5.14a.128.128 0 0 0 .256-.006V.25A.25.25 0 0 1 6.75 0h.29a.5.5 0 0 1 .498.458l.423 5.07a1.69 1.69 0 0 1-1.059 1.711l-.053.022a.92.92 0 0 0-.58.884L6.47 15a.971.971 0 1 1-1.942 0l.202-6.855a.92.92 0 0 0-.58-.884l-.053-.022a1.69 1.69 0 0 1-1.059-1.712L3.462.458A.5.5 0 0 1 3.96 0z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%20.5c0-.276-.226-.506-.498-.465c-1.703.257-2.94%202.012-3%208.462a.5.5%200%200%200%20.498.5c.56.01%201%20.13%201%201.003v5.5a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.5-.5zM4.25%200a.25.25%200%200%201%20.25.25v5.122a.128.128%200%200%200%20.256.006l.233-5.14A.25.25%200%200%201%205.24%200h.522a.25.25%200%200%201%20.25.238l.233%205.14a.128.128%200%200%200%20.256-.006V.25A.25.25%200%200%201%206.75%200h.29a.5.5%200%200%201%20.498.458l.423%205.07a1.69%201.69%200%200%201-1.059%201.711l-.053.022a.92.92%200%200%200-.58.884L6.47%2015a.971.971%200%201%201-1.942%200l.202-6.855a.92.92%200%200%200-.58-.884l-.053-.022a1.69%201.69%200%200%201-1.059-1.712L3.462.458A.5.5%200%200%201%203.96%200z%22%2F%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%20.5c0-.276-.226-.506-.498-.465c-1.703.257-2.94%202.012-3%208.462a.5.5%200%200%200%20.498.5c.56.01%201%20.13%201%201.003v5.5a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.5-.5zM4.25%200a.25.25%200%200%201%20.25.25v5.122a.128.128%200%200%200%20.256.006l.233-5.14A.25.25%200%200%201%205.24%200h.522a.25.25%200%200%201%20.25.238l.233%205.14a.128.128%200%200%200%20.256-.006V.25A.25.25%200%200%201%206.75%200h.29a.5.5%200%200%201%20.498.458l.423%205.07a1.69%201.69%200%200%201-1.059%201.711l-.053.022a.92.92%200%200%200-.58.884L6.47%2015a.971.971%200%201%201-1.942%200l.202-6.855a.92.92%200%200%200-.58-.884l-.053-.022a1.69%201.69%200%200%201-1.059-1.712L3.462.458A.5.5%200%200%201%203.96%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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