fork right icon
fork-right from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- fork-right
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fork-right-outline, fork-right-outline-sharp, fork-right-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
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 right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 20V5.94L7.4 8.036l-.708-.708L10 4.019l3.308 3.308l-.708.713l-2.1-2.1v8.333q.779-1.217 1.908-1.814t2.498-.597q.583 0 1.121.044t1.052.133l-2.095-2.1l.708-.708L19 12.539l-3.308 3.307l-.707-.707l2.094-2.1q-.525-.089-1.089-.146q-.563-.057-1.107-.057q-1.446 0-2.67.898q-1.225.897-1.713 2.728V20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightForkRight(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="M9.5 20V5.94L7.4 8.036l-.708-.708L10 4.019l3.308 3.308l-.708.713l-2.1-2.1v8.333q.779-1.217 1.908-1.814t2.498-.597q.583 0 1.121.044t1.052.133l-2.095-2.1l.708-.708L19 12.539l-3.308 3.307l-.707-.707l2.094-2.1q-.525-.089-1.089-.146q-.563-.057-1.107-.057q-1.446 0-2.67.898q-1.225.897-1.713 2.728V20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 20V5.94L7.4 8.036l-.708-.708L10 4.019l3.308 3.308l-.708.713l-2.1-2.1v8.333q.779-1.217 1.908-1.814t2.498-.597q.583 0 1.121.044t1.052.133l-2.095-2.1l.708-.708L19 12.539l-3.308 3.307l-.707-.707l2.094-2.1q-.525-.089-1.089-.146q-.563-.057-1.107-.057q-1.446 0-2.67.898q-1.225.897-1.713 2.728V20z"/></svg> </template>
CSS
.icon-fork-right {
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%22M9.5%2020V5.94L7.4%208.036l-.708-.708L10%204.019l3.308%203.308l-.708.713l-2.1-2.1v8.333q.779-1.217%201.908-1.814t2.498-.597q.583%200%201.121.044t1.052.133l-2.095-2.1l.708-.708L19%2012.539l-3.308%203.307l-.707-.707l2.094-2.1q-.525-.089-1.089-.146q-.563-.057-1.107-.057q-1.446%200-2.67.898q-1.225.897-1.713%202.728V20z%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%22M9.5%2020V5.94L7.4%208.036l-.708-.708L10%204.019l3.308%203.308l-.708.713l-2.1-2.1v8.333q.779-1.217%201.908-1.814t2.498-.597q.583%200%201.121.044t1.052.133l-2.095-2.1l.708-.708L19%2012.539l-3.308%203.307l-.707-.707l2.094-2.1q-.525-.089-1.089-.146q-.563-.057-1.107-.057q-1.446%200-2.67.898q-1.225.897-1.713%202.728V20z%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-right.svg?color=%231a73e8&size=48