fork-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
fork-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m11.043 12.956l-6.62-5.251a2.337 2.337 0 1 1 3.282-3.283l5.252 6.621l.27-.27a3 3 0 0 1 4.489.28l3.558 4.576a1 1 0 1 1-1.578 1.227l-3.559-4.575a1 1 0 0 0-1.497-.094l-.519.52l4.95 4.95a1 1 0 0 1-1.414 1.414l-4.95-4.95l-.52.52a1 1 0 0 0 .094 1.496l4.575 3.559a1 1 0 1 1-1.227 1.578l-4.576-3.558a3 3 0 0 1-.28-4.49z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteForkFill(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" fillRule="evenodd" d="m11.043 12.956l-6.62-5.251a2.337 2.337 0 1 1 3.282-3.283l5.252 6.621l.27-.27a3 3 0 0 1 4.489.28l3.558 4.576a1 1 0 1 1-1.578 1.227l-3.559-4.575a1 1 0 0 0-1.497-.094l-.519.52l4.95 4.95a1 1 0 0 1-1.414 1.414l-4.95-4.95l-.52.52a1 1 0 0 0 .094 1.496l4.575 3.559a1 1 0 1 1-1.227 1.578l-4.576-3.558a3 3 0 0 1-.28-4.49z" 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" fill-rule="evenodd" d="m11.043 12.956l-6.62-5.251a2.337 2.337 0 1 1 3.282-3.283l5.252 6.621l.27-.27a3 3 0 0 1 4.489.28l3.558 4.576a1 1 0 1 1-1.578 1.227l-3.559-4.575a1 1 0 0 0-1.497-.094l-.519.52l4.95 4.95a1 1 0 0 1-1.414 1.414l-4.95-4.95l-.52.52a1 1 0 0 0 .094 1.496l4.575 3.559a1 1 0 1 1-1.227 1.578l-4.576-3.558a3 3 0 0 1-.28-4.49z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-fork-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%20fill-rule%3D%22evenodd%22%20d%3D%22m11.043%2012.956l-6.62-5.251a2.337%202.337%200%201%201%203.282-3.283l5.252%206.621l.27-.27a3%203%200%200%201%204.489.28l3.558%204.576a1%201%200%201%201-1.578%201.227l-3.559-4.575a1%201%200%200%200-1.497-.094l-.519.52l4.95%204.95a1%201%200%200%201-1.414%201.414l-4.95-4.95l-.52.52a1%201%200%200%200%20.094%201.496l4.575%203.559a1%201%200%201%201-1.227%201.578l-4.576-3.558a3%203%200%200%201-.28-4.49z%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%20fill-rule%3D%22evenodd%22%20d%3D%22m11.043%2012.956l-6.62-5.251a2.337%202.337%200%201%201%203.282-3.283l5.252%206.621l.27-.27a3%203%200%200%201%204.489.28l3.558%204.576a1%201%200%201%201-1.578%201.227l-3.559-4.575a1%201%200%200%200-1.497-.094l-.519.52l4.95%204.95a1%201%200%200%201-1.414%201.414l-4.95-4.95l-.52.52a1%201%200%200%200%20.094%201.496l4.575%203.559a1%201%200%201%201-1.227%201.578l-4.576-3.558a3%203%200%200%201-.28-4.49z%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-fill.svg?color=%231a73e8&size=48