fork-left from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
fork-left
Set
Material Symbols Light
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
fork-left-outline, fork-left-outline-sharp, fork-left-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the fork left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 20v-3.538q-.488-1.831-1.713-2.728q-1.224-.897-2.67-.897q-.544 0-1.108.056q-.563.057-1.088.145l2.094 2.1l-.707.708L5 12.54l3.308-3.31l.708.708l-2.095 2.1q.514-.089 1.052-.133t1.121-.044q1.37 0 2.498.597q1.13.597 1.908 1.814V5.941l-2.1 2.1l-.708-.714L14 4.019l3.308 3.308l-.708.708l-2.1-2.094V20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightForkLeft(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="M13.5 20v-3.538q-.488-1.831-1.713-2.728q-1.224-.897-2.67-.897q-.544 0-1.108.056q-.563.057-1.088.145l2.094 2.1l-.707.708L5 12.54l3.308-3.31l.708.708l-2.095 2.1q.514-.089 1.052-.133t1.121-.044q1.37 0 2.498.597q1.13.597 1.908 1.814V5.941l-2.1 2.1l-.708-.714L14 4.019l3.308 3.308l-.708.708l-2.1-2.094V20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 20v-3.538q-.488-1.831-1.713-2.728q-1.224-.897-2.67-.897q-.544 0-1.108.056q-.563.057-1.088.145l2.094 2.1l-.707.708L5 12.54l3.308-3.31l.708.708l-2.095 2.1q.514-.089 1.052-.133t1.121-.044q1.37 0 2.498.597q1.13.597 1.908 1.814V5.941l-2.1 2.1l-.708-.714L14 4.019l3.308 3.308l-.708.708l-2.1-2.094V20z"/></svg>
</template>

CSS

.icon-fork-left {
  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%22M13.5%2020v-3.538q-.488-1.831-1.713-2.728q-1.224-.897-2.67-.897q-.544%200-1.108.056q-.563.057-1.088.145l2.094%202.1l-.707.708L5%2012.54l3.308-3.31l.708.708l-2.095%202.1q.514-.089%201.052-.133t1.121-.044q1.37%200%202.498.597q1.13.597%201.908%201.814V5.941l-2.1%202.1l-.708-.714L14%204.019l3.308%203.308l-.708.708l-2.1-2.094V20z%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%22M13.5%2020v-3.538q-.488-1.831-1.713-2.728q-1.224-.897-2.67-.897q-.544%200-1.108.056q-.563.057-1.088.145l2.094%202.1l-.707.708L5%2012.54l3.308-3.31l.708.708l-2.095%202.1q.514-.089%201.052-.133t1.121-.044q1.37%200%202.498.597q1.13.597%201.908%201.814V5.941l-2.1%202.1l-.708-.714L14%204.019l3.308%203.308l-.708.708l-2.1-2.094V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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