fork spoon icon
fork-spoon-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- fork-spoon-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the fork spoon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.178 4.681a1 1 0 0 0-1.163-1.627l-2.102 1.5a3.967 3.967 0 0 0-1.116 5.234l-7.868 7.868a1 1 0 0 0 1.414 1.414l7.868-7.868a3.967 3.967 0 0 0 5.233-1.116l1.502-2.102a1 1 0 0 0-1.628-1.162l-1.501 2.101a1.965 1.965 0 0 1-2.089.762l3.343-3.343a1 1 0 0 0-1.414-1.414L15.314 8.27a1.965 1.965 0 0 1 .762-2.089z"/><path fill="currentColor" fill-rule="evenodd" d="M2.929 4.928C2.119 5.738 1.87 6.92 2 8.026c.132 1.123.663 2.293 1.592 3.222a3.89 3.89 0 0 0 3.278 1.15a4.5 4.5 0 0 0 1.605-.51l7.182 7.182a1 1 0 0 0 1.414-1.414L9.89 10.474c.25-.462.44-1.016.51-1.605a3.89 3.89 0 0 0-1.15-3.278c-.93-.931-2.1-1.461-3.223-1.592c-1.105-.13-2.288.12-3.098.929" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteForkSpoonFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.178 4.681a1 1 0 0 0-1.163-1.627l-2.102 1.5a3.967 3.967 0 0 0-1.116 5.234l-7.868 7.868a1 1 0 0 0 1.414 1.414l7.868-7.868a3.967 3.967 0 0 0 5.233-1.116l1.502-2.102a1 1 0 0 0-1.628-1.162l-1.501 2.101a1.965 1.965 0 0 1-2.089.762l3.343-3.343a1 1 0 0 0-1.414-1.414L15.314 8.27a1.965 1.965 0 0 1 .762-2.089z"/><path fill="currentColor" fillRule="evenodd" d="M2.929 4.928C2.119 5.738 1.87 6.92 2 8.026c.132 1.123.663 2.293 1.592 3.222a3.89 3.89 0 0 0 3.278 1.15a4.5 4.5 0 0 0 1.605-.51l7.182 7.182a1 1 0 0 0 1.414-1.414L9.89 10.474c.25-.462.44-1.016.51-1.605a3.89 3.89 0 0 0-1.15-3.278c-.93-.931-2.1-1.461-3.223-1.592c-1.105-.13-2.288.12-3.098.929" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.178 4.681a1 1 0 0 0-1.163-1.627l-2.102 1.5a3.967 3.967 0 0 0-1.116 5.234l-7.868 7.868a1 1 0 0 0 1.414 1.414l7.868-7.868a3.967 3.967 0 0 0 5.233-1.116l1.502-2.102a1 1 0 0 0-1.628-1.162l-1.501 2.101a1.965 1.965 0 0 1-2.089.762l3.343-3.343a1 1 0 0 0-1.414-1.414L15.314 8.27a1.965 1.965 0 0 1 .762-2.089z"/><path fill="currentColor" fill-rule="evenodd" d="M2.929 4.928C2.119 5.738 1.87 6.92 2 8.026c.132 1.123.663 2.293 1.592 3.222a3.89 3.89 0 0 0 3.278 1.15a4.5 4.5 0 0 0 1.605-.51l7.182 7.182a1 1 0 0 0 1.414-1.414L9.89 10.474c.25-.462.44-1.016.51-1.605a3.89 3.89 0 0 0-1.15-3.278c-.93-.931-2.1-1.461-3.223-1.592c-1.105-.13-2.288.12-3.098.929" clip-rule="evenodd"/></svg> </template>
CSS
.icon-fork-spoon-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.178%204.681a1%201%200%200%200-1.163-1.627l-2.102%201.5a3.967%203.967%200%200%200-1.116%205.234l-7.868%207.868a1%201%200%200%200%201.414%201.414l7.868-7.868a3.967%203.967%200%200%200%205.233-1.116l1.502-2.102a1%201%200%200%200-1.628-1.162l-1.501%202.101a1.965%201.965%200%200%201-2.089.762l3.343-3.343a1%201%200%200%200-1.414-1.414L15.314%208.27a1.965%201.965%200%200%201%20.762-2.089z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.929%204.928C2.119%205.738%201.87%206.92%202%208.026c.132%201.123.663%202.293%201.592%203.222a3.89%203.89%200%200%200%203.278%201.15a4.5%204.5%200%200%200%201.605-.51l7.182%207.182a1%201%200%200%200%201.414-1.414L9.89%2010.474c.25-.462.44-1.016.51-1.605a3.89%203.89%200%200%200-1.15-3.278c-.93-.931-2.1-1.461-3.223-1.592c-1.105-.13-2.288.12-3.098.929%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.178%204.681a1%201%200%200%200-1.163-1.627l-2.102%201.5a3.967%203.967%200%200%200-1.116%205.234l-7.868%207.868a1%201%200%200%200%201.414%201.414l7.868-7.868a3.967%203.967%200%200%200%205.233-1.116l1.502-2.102a1%201%200%200%200-1.628-1.162l-1.501%202.101a1.965%201.965%200%200%201-2.089.762l3.343-3.343a1%201%200%200%200-1.414-1.414L15.314%208.27a1.965%201.965%200%200%201%20.762-2.089z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.929%204.928C2.119%205.738%201.87%206.92%202%208.026c.132%201.123.663%202.293%201.592%203.222a3.89%203.89%200%200%200%203.278%201.15a4.5%204.5%200%200%200%201.605-.51l7.182%207.182a1%201%200%200%200%201.414-1.414L9.89%2010.474c.25-.462.44-1.016.51-1.605a3.89%203.89%200%200%200-1.15-3.278c-.93-.931-2.1-1.461-3.223-1.592c-1.105-.13-2.288.12-3.098.929%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/fork-spoon-fill.svg?color=%231a73e8&size=48