fork from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
fork
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the fork icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m19 5l-3.5 3.5m-2-2l4 4M22 6.687l-4.203 4.203a4.42 4.42 0 0 1-3.056 1.294l-.343.005a2.22 2.22 0 0 0-1.589.704l-8.037 8.6a1.602 1.602 0 1 1-2.264-2.264l8.598-8.039c.44-.412.695-.985.704-1.589l.006-.342a4.42 4.42 0 0 1 1.294-3.057L17.312 2"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFork(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m19 5l-3.5 3.5m-2-2l4 4M22 6.687l-4.203 4.203a4.42 4.42 0 0 1-3.056 1.294l-.343.005a2.22 2.22 0 0 0-1.589.704l-8.037 8.6a1.602 1.602 0 1 1-2.264-2.264l8.598-8.039c.44-.412.695-.985.704-1.589l.006-.342a4.42 4.42 0 0 1 1.294-3.057L17.312 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m19 5l-3.5 3.5m-2-2l4 4M22 6.687l-4.203 4.203a4.42 4.42 0 0 1-3.056 1.294l-.343.005a2.22 2.22 0 0 0-1.589.704l-8.037 8.6a1.602 1.602 0 1 1-2.264-2.264l8.598-8.039c.44-.412.695-.985.704-1.589l.006-.342a4.42 4.42 0 0 1 1.294-3.057L17.312 2"/></svg>
</template>

CSS

.icon-fork {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m19%205l-3.5%203.5m-2-2l4%204M22%206.687l-4.203%204.203a4.42%204.42%200%200%201-3.056%201.294l-.343.005a2.22%202.22%200%200%200-1.589.704l-8.037%208.6a1.602%201.602%200%201%201-2.264-2.264l8.598-8.039c.44-.412.695-.985.704-1.589l.006-.342a4.42%204.42%200%200%201%201.294-3.057L17.312%202%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m19%205l-3.5%203.5m-2-2l4%204M22%206.687l-4.203%204.203a4.42%204.42%200%200%201-3.056%201.294l-.343.005a2.22%202.22%200%200%200-1.589.704l-8.037%208.6a1.602%201.602%200%201%201-2.264-2.264l8.598-8.039c.44-.412.695-.985.704-1.589l.006-.342a4.42%204.42%200%200%201%201.294-3.057L17.312%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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