fork-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
fork-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the fork icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -1.5 24 24"><path fill="currentColor" d="M9.033 15.04A3.001 3.001 0 1 1 7 15.03v-1.047q0-.111.008-.221a1 1 0 0 0-.462-.638L3.46 11.277A3 3 0 0 1 2 8.703V6.687a3.001 3.001 0 1 1 2 0v2.016a1 1 0 0 0 .487.858l3.086 1.846a3 3 0 0 1 .443.324a3 3 0 0 1 .444-.324l3.086-1.846a1 1 0 0 0 .487-.858V6.699A3.001 3.001 0 0 1 13 .858a3 3 0 0 1 1.033 5.817v2.028a3 3 0 0 1-1.46 2.574l-3.086 1.846a1 1 0 0 0-.462.638q.008.11.008.22v1.06z"/></svg>

React

import type { SVGProps } from "react";

export function JamForkF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -1.5 24 24"><path fill="currentColor" d="M9.033 15.04A3.001 3.001 0 1 1 7 15.03v-1.047q0-.111.008-.221a1 1 0 0 0-.462-.638L3.46 11.277A3 3 0 0 1 2 8.703V6.687a3.001 3.001 0 1 1 2 0v2.016a1 1 0 0 0 .487.858l3.086 1.846a3 3 0 0 1 .443.324a3 3 0 0 1 .444-.324l3.086-1.846a1 1 0 0 0 .487-.858V6.699A3.001 3.001 0 0 1 13 .858a3 3 0 0 1 1.033 5.817v2.028a3 3 0 0 1-1.46 2.574l-3.086 1.846a1 1 0 0 0-.462.638q.008.11.008.22v1.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -1.5 24 24"><path fill="currentColor" d="M9.033 15.04A3.001 3.001 0 1 1 7 15.03v-1.047q0-.111.008-.221a1 1 0 0 0-.462-.638L3.46 11.277A3 3 0 0 1 2 8.703V6.687a3.001 3.001 0 1 1 2 0v2.016a1 1 0 0 0 .487.858l3.086 1.846a3 3 0 0 1 .443.324a3 3 0 0 1 .444-.324l3.086-1.846a1 1 0 0 0 .487-.858V6.699A3.001 3.001 0 0 1 13 .858a3 3 0 0 1 1.033 5.817v2.028a3 3 0 0 1-1.46 2.574l-3.086 1.846a1 1 0 0 0-.462.638q.008.11.008.22v1.06z"/></svg>
</template>

CSS

.icon-fork-f {
  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%22-4%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.033%2015.04A3.001%203.001%200%201%201%207%2015.03v-1.047q0-.111.008-.221a1%201%200%200%200-.462-.638L3.46%2011.277A3%203%200%200%201%202%208.703V6.687a3.001%203.001%200%201%201%202%200v2.016a1%201%200%200%200%20.487.858l3.086%201.846a3%203%200%200%201%20.443.324a3%203%200%200%201%20.444-.324l3.086-1.846a1%201%200%200%200%20.487-.858V6.699A3.001%203.001%200%200%201%2013%20.858a3%203%200%200%201%201.033%205.817v2.028a3%203%200%200%201-1.46%202.574l-3.086%201.846a1%201%200%200%200-.462.638q.008.11.008.22v1.06z%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%22-4%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.033%2015.04A3.001%203.001%200%201%201%207%2015.03v-1.047q0-.111.008-.221a1%201%200%200%200-.462-.638L3.46%2011.277A3%203%200%200%201%202%208.703V6.687a3.001%203.001%200%201%201%202%200v2.016a1%201%200%200%200%20.487.858l3.086%201.846a3%203%200%200%201%20.443.324a3%203%200%200%201%20.444-.324l3.086-1.846a1%201%200%200%200%20.487-.858V6.699A3.001%203.001%200%200%201%2013%20.858a3%203%200%200%201%201.033%205.817v2.028a3%203%200%200%201-1.46%202.574l-3.086%201.846a1%201%200%200%200-.462.638q.008.11.008.22v1.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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