fork knife icon
fork-knife-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- fork-knife-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><path fill="currentColor" d="M76 88V40a4 4 0 0 1 8 0v48a4 4 0 0 1-8 0m136-48v184a4 4 0 0 1-8 0v-52h-52a4 4 0 0 1-4-4a264.3 264.3 0 0 1 7.11-55.94c9.47-39.22 27.21-65.41 51.31-75.74A4 4 0 0 1 212 40m-8 6.46c-41.75 23.87-47.19 99.29-47.9 117.54H204Zm-88-7.12a4 4 0 0 0-7.9 1.32l8 47.66a36 36 0 0 1-72 0l8-47.66a4 4 0 0 0-7.9-1.32l-8 48a5 5 0 0 0-.2.66a44.06 44.06 0 0 0 40 43.81V224a4 4 0 0 0 8 0v-92.19A44.06 44.06 0 0 0 124 88a5 5 0 0 0 0-.66Z"/></svg>
React
import type { SVGProps } from "react";
export function PhForkKnifeThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M76 88V40a4 4 0 0 1 8 0v48a4 4 0 0 1-8 0m136-48v184a4 4 0 0 1-8 0v-52h-52a4 4 0 0 1-4-4a264.3 264.3 0 0 1 7.11-55.94c9.47-39.22 27.21-65.41 51.31-75.74A4 4 0 0 1 212 40m-8 6.46c-41.75 23.87-47.19 99.29-47.9 117.54H204Zm-88-7.12a4 4 0 0 0-7.9 1.32l8 47.66a36 36 0 0 1-72 0l8-47.66a4 4 0 0 0-7.9-1.32l-8 48a5 5 0 0 0-.2.66a44.06 44.06 0 0 0 40 43.81V224a4 4 0 0 0 8 0v-92.19A44.06 44.06 0 0 0 124 88a5 5 0 0 0 0-.66Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M76 88V40a4 4 0 0 1 8 0v48a4 4 0 0 1-8 0m136-48v184a4 4 0 0 1-8 0v-52h-52a4 4 0 0 1-4-4a264.3 264.3 0 0 1 7.11-55.94c9.47-39.22 27.21-65.41 51.31-75.74A4 4 0 0 1 212 40m-8 6.46c-41.75 23.87-47.19 99.29-47.9 117.54H204Zm-88-7.12a4 4 0 0 0-7.9 1.32l8 47.66a36 36 0 0 1-72 0l8-47.66a4 4 0 0 0-7.9-1.32l-8 48a5 5 0 0 0-.2.66a44.06 44.06 0 0 0 40 43.81V224a4 4 0 0 0 8 0v-92.19A44.06 44.06 0 0 0 124 88a5 5 0 0 0 0-.66Z"/></svg> </template>
CSS
.icon-fork-knife-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M76%2088V40a4%204%200%200%201%208%200v48a4%204%200%200%201-8%200m136-48v184a4%204%200%200%201-8%200v-52h-52a4%204%200%200%201-4-4a264.3%20264.3%200%200%201%207.11-55.94c9.47-39.22%2027.21-65.41%2051.31-75.74A4%204%200%200%201%20212%2040m-8%206.46c-41.75%2023.87-47.19%2099.29-47.9%20117.54H204Zm-88-7.12a4%204%200%200%200-7.9%201.32l8%2047.66a36%2036%200%200%201-72%200l8-47.66a4%204%200%200%200-7.9-1.32l-8%2048a5%205%200%200%200-.2.66a44.06%2044.06%200%200%200%2040%2043.81V224a4%204%200%200%200%208%200v-92.19A44.06%2044.06%200%200%200%20124%2088a5%205%200%200%200%200-.66Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M76%2088V40a4%204%200%200%201%208%200v48a4%204%200%200%201-8%200m136-48v184a4%204%200%200%201-8%200v-52h-52a4%204%200%200%201-4-4a264.3%20264.3%200%200%201%207.11-55.94c9.47-39.22%2027.21-65.41%2051.31-75.74A4%204%200%200%201%20212%2040m-8%206.46c-41.75%2023.87-47.19%2099.29-47.9%20117.54H204Zm-88-7.12a4%204%200%200%200-7.9%201.32l8%2047.66a36%2036%200%200%201-72%200l8-47.66a4%204%200%200%200-7.9-1.32l-8%2048a5%205%200%200%200-.2.66a44.06%2044.06%200%200%200%2040%2043.81V224a4%204%200%200%200%208%200v-92.19A44.06%2044.06%200%200%200%20124%2088a5%205%200%200%200%200-.66Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fork-knife-thin.svg?color=%231a73e8&size=48