fork-right-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
fork-right-rounded
Set
Material Symbols
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
fork-right-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

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.288 20.713Q9 20.425 9 20V6.825l-.9.875q-.275.275-.7.275T6.7 7.7q-.3-.3-.288-.713T6.7 6.3l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.3.3.287.7t-.287.7q-.3.3-.7.313t-.7-.288l-.9-.9v6.525q.875-.775 1.975-1.112t2.2-.338q.275 0 .525.025t.475.075l-.875-.9q-.275-.275-.275-.7t.275-.7q.3-.3.713-.287t.687.287l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.7.275t-.7-.275q-.3-.3-.3-.712t.275-.688l.9-.9q-.275-.05-.55-.088t-.55-.037q-1.35 0-2.488.763T11 17v3q0 .425-.288.713T10 21t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsForkRightRounded(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.288 20.713Q9 20.425 9 20V6.825l-.9.875q-.275.275-.7.275T6.7 7.7q-.3-.3-.288-.713T6.7 6.3l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.3.3.287.7t-.287.7q-.3.3-.7.313t-.7-.288l-.9-.9v6.525q.875-.775 1.975-1.112t2.2-.338q.275 0 .525.025t.475.075l-.875-.9q-.275-.275-.275-.7t.275-.7q.3-.3.713-.287t.687.287l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.7.275t-.7-.275q-.3-.3-.3-.712t.275-.688l.9-.9q-.275-.05-.55-.088t-.55-.037q-1.35 0-2.488.763T11 17v3q0 .425-.288.713T10 21t-.712-.288"/></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.288 20.713Q9 20.425 9 20V6.825l-.9.875q-.275.275-.7.275T6.7 7.7q-.3-.3-.288-.713T6.7 6.3l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.3.3.287.7t-.287.7q-.3.3-.7.313t-.7-.288l-.9-.9v6.525q.875-.775 1.975-1.112t2.2-.338q.275 0 .525.025t.475.075l-.875-.9q-.275-.275-.275-.7t.275-.7q.3-.3.713-.287t.687.287l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.7.275t-.7-.275q-.3-.3-.3-.712t.275-.688l.9-.9q-.275-.05-.55-.088t-.55-.037q-1.35 0-2.488.763T11 17v3q0 .425-.288.713T10 21t-.712-.288"/></svg>
</template>

CSS

.icon-fork-right-rounded {
  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.288%2020.713Q9%2020.425%209%2020V6.825l-.9.875q-.275.275-.7.275T6.7%207.7q-.3-.3-.288-.713T6.7%206.3l2.6-2.6q.3-.3.7-.3t.7.3l2.6%202.6q.3.3.287.7t-.287.7q-.3.3-.7.313t-.7-.288l-.9-.9v6.525q.875-.775%201.975-1.112t2.2-.338q.275%200%20.525.025t.475.075l-.875-.9q-.275-.275-.275-.7t.275-.7q.3-.3.713-.287t.687.287l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.275.275-.7.275t-.7-.275q-.3-.3-.3-.712t.275-.688l.9-.9q-.275-.05-.55-.088t-.55-.037q-1.35%200-2.488.763T11%2017v3q0%20.425-.288.713T10%2021t-.712-.288%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.288%2020.713Q9%2020.425%209%2020V6.825l-.9.875q-.275.275-.7.275T6.7%207.7q-.3-.3-.288-.713T6.7%206.3l2.6-2.6q.3-.3.7-.3t.7.3l2.6%202.6q.3.3.287.7t-.287.7q-.3.3-.7.313t-.7-.288l-.9-.9v6.525q.875-.775%201.975-1.112t2.2-.338q.275%200%20.525.025t.475.075l-.875-.9q-.275-.275-.275-.7t.275-.7q.3-.3.713-.287t.687.287l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.275.275-.7.275t-.7-.275q-.3-.3-.3-.712t.275-.688l.9-.9q-.275-.05-.55-.088t-.55-.037q-1.35%200-2.488.763T11%2017v3q0%20.425-.288.713T10%2021t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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