fork from IconPark by ByteDance · Color · Connect · Apache-2.0 Free for personal and commercial use.

Name
fork
Set
IconPark
Style
Color
Category
Connect
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More connect icons from IconPark

Use the fork icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M37 12C39.2091 12 41 10.2091 41 8C41 5.79086 39.2091 4 37 4C34.7909 4 33 5.79086 33 8C33 10.2091 34.7909 12 37 12Z"/><path fill="#2F88FF" d="M11 12C13.2091 12 15 10.2091 15 8C15 5.79086 13.2091 4 11 4C8.79086 4 7 5.79086 7 8C7 10.2091 8.79086 12 11 12Z"/><path fill="#2F88FF" d="M24 44C26.2091 44 28 42.2091 28 40C28 37.7909 26.2091 36 24 36C21.7909 36 20 37.7909 20 40C20 42.2091 21.7909 44 24 44Z"/><path stroke-linecap="round" d="M11 12V15C11 22 24 25 24 32V36V32C24 25 37 22 37 15V12"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkFork(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M37 12C39.2091 12 41 10.2091 41 8C41 5.79086 39.2091 4 37 4C34.7909 4 33 5.79086 33 8C33 10.2091 34.7909 12 37 12Z"/><path fill="#2F88FF" d="M11 12C13.2091 12 15 10.2091 15 8C15 5.79086 13.2091 4 11 4C8.79086 4 7 5.79086 7 8C7 10.2091 8.79086 12 11 12Z"/><path fill="#2F88FF" d="M24 44C26.2091 44 28 42.2091 28 40C28 37.7909 26.2091 36 24 36C21.7909 36 20 37.7909 20 40C20 42.2091 21.7909 44 24 44Z"/><path strokeLinecap="round" d="M11 12V15C11 22 24 25 24 32V36V32C24 25 37 22 37 15V12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M37 12C39.2091 12 41 10.2091 41 8C41 5.79086 39.2091 4 37 4C34.7909 4 33 5.79086 33 8C33 10.2091 34.7909 12 37 12Z"/><path fill="#2F88FF" d="M11 12C13.2091 12 15 10.2091 15 8C15 5.79086 13.2091 4 11 4C8.79086 4 7 5.79086 7 8C7 10.2091 8.79086 12 11 12Z"/><path fill="#2F88FF" d="M24 44C26.2091 44 28 42.2091 28 40C28 37.7909 26.2091 36 24 36C21.7909 36 20 37.7909 20 40C20 42.2091 21.7909 44 24 44Z"/><path stroke-linecap="round" d="M11 12V15C11 22 24 25 24 32V36V32C24 25 37 22 37 15V12"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M37%2012C39.2091%2012%2041%2010.2091%2041%208C41%205.79086%2039.2091%204%2037%204C34.7909%204%2033%205.79086%2033%208C33%2010.2091%2034.7909%2012%2037%2012Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M11%2012C13.2091%2012%2015%2010.2091%2015%208C15%205.79086%2013.2091%204%2011%204C8.79086%204%207%205.79086%207%208C7%2010.2091%208.79086%2012%2011%2012Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2044C26.2091%2044%2028%2042.2091%2028%2040C28%2037.7909%2026.2091%2036%2024%2036C21.7909%2036%2020%2037.7909%2020%2040C20%2042.2091%2021.7909%2044%2024%2044Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2012V15C11%2022%2024%2025%2024%2032V36V32C24%2025%2037%2022%2037%2015V12%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M37%2012C39.2091%2012%2041%2010.2091%2041%208C41%205.79086%2039.2091%204%2037%204C34.7909%204%2033%205.79086%2033%208C33%2010.2091%2034.7909%2012%2037%2012Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M11%2012C13.2091%2012%2015%2010.2091%2015%208C15%205.79086%2013.2091%204%2011%204C8.79086%204%207%205.79086%207%208C7%2010.2091%208.79086%2012%2011%2012Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2044C26.2091%2044%2028%2042.2091%2028%2040C28%2037.7909%2026.2091%2036%2024%2036C21.7909%2036%2020%2037.7909%2020%2040C20%2042.2091%2021.7909%2044%2024%2044Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2012V15C11%2022%2024%2025%2024%2032V36V32C24%2025%2037%2022%2037%2015V12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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