fork left icon
fork-left from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- fork-left
- Set
- Material Symbols
- 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
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
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 21v-4q-.45-1.6-1.588-2.363t-2.487-.762q-.275 0-.55.038t-.55.087L9.4 15.6L8 17l-4-4l4-4l1.4 1.4L7.825 12q.225-.05.475-.075t.525-.025q1.1 0 2.2.338T13 13.35V6.825l-1.6 1.6L10 7l4-4l4 4l-1.4 1.4L15 6.825V21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsForkLeft(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 21v-4q-.45-1.6-1.588-2.363t-2.487-.762q-.275 0-.55.038t-.55.087L9.4 15.6L8 17l-4-4l4-4l1.4 1.4L7.825 12q.225-.05.475-.075t.525-.025q1.1 0 2.2.338T13 13.35V6.825l-1.6 1.6L10 7l4-4l4 4l-1.4 1.4L15 6.825V21z"/></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 21v-4q-.45-1.6-1.588-2.363t-2.487-.762q-.275 0-.55.038t-.55.087L9.4 15.6L8 17l-4-4l4-4l1.4 1.4L7.825 12q.225-.05.475-.075t.525-.025q1.1 0 2.2.338T13 13.35V6.825l-1.6 1.6L10 7l4-4l4 4l-1.4 1.4L15 6.825V21z"/></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%2021v-4q-.45-1.6-1.588-2.363t-2.487-.762q-.275%200-.55.038t-.55.087L9.4%2015.6L8%2017l-4-4l4-4l1.4%201.4L7.825%2012q.225-.05.475-.075t.525-.025q1.1%200%202.2.338T13%2013.35V6.825l-1.6%201.6L10%207l4-4l4%204l-1.4%201.4L15%206.825V21z%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%2021v-4q-.45-1.6-1.588-2.363t-2.487-.762q-.275%200-.55.038t-.55.087L9.4%2015.6L8%2017l-4-4l4-4l1.4%201.4L7.825%2012q.225-.05.475-.075t.525-.025q1.1%200%202.2.338T13%2013.35V6.825l-1.6%201.6L10%207l4-4l4%204l-1.4%201.4L15%206.825V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fork-left.svg?color=%231a73e8&size=48