fork-chart-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
fork-chart-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
fork-chart-outline-rounded

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the fork chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20v-7.75q-.65-.175-1.075-.7T1.5 10.3V5.5q0-.2.15-.35T2 5t.35.15t.15.35V9h.75V5.5q0-.2.15-.35T3.75 5t.35.15t.15.35V9H5V5.5q0-.2.15-.35T5.5 5t.35.15t.15.35v4.8q0 .725-.425 1.25t-1.075.7V20zm12 0q-3.35 0-5.675-2.325T7 12q0-3.325 2.325-5.663T15 4q3.325 0 5.663 2.338T23 12q0 3.35-2.337 5.675T15 20m4.9-11.475L16.4 12l3.475 3.475q.525-.725.825-1.612T21 12t-.287-1.863t-.813-1.612M16 6.075V9.6l2.475-2.5q-.55-.4-1.175-.65T16 6.075M15 18q.95 0 1.838-.288t1.612-.812L14 12.425v-6.35q-2.15.35-3.575 2.025T9 12q0 2.5 1.75 4.25T15 18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsForkChartOutline(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="M3 20v-7.75q-.65-.175-1.075-.7T1.5 10.3V5.5q0-.2.15-.35T2 5t.35.15t.15.35V9h.75V5.5q0-.2.15-.35T3.75 5t.35.15t.15.35V9H5V5.5q0-.2.15-.35T5.5 5t.35.15t.15.35v4.8q0 .725-.425 1.25t-1.075.7V20zm12 0q-3.35 0-5.675-2.325T7 12q0-3.325 2.325-5.663T15 4q3.325 0 5.663 2.338T23 12q0 3.35-2.337 5.675T15 20m4.9-11.475L16.4 12l3.475 3.475q.525-.725.825-1.612T21 12t-.287-1.863t-.813-1.612M16 6.075V9.6l2.475-2.5q-.55-.4-1.175-.65T16 6.075M15 18q.95 0 1.838-.288t1.612-.812L14 12.425v-6.35q-2.15.35-3.575 2.025T9 12q0 2.5 1.75 4.25T15 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20v-7.75q-.65-.175-1.075-.7T1.5 10.3V5.5q0-.2.15-.35T2 5t.35.15t.15.35V9h.75V5.5q0-.2.15-.35T3.75 5t.35.15t.15.35V9H5V5.5q0-.2.15-.35T5.5 5t.35.15t.15.35v4.8q0 .725-.425 1.25t-1.075.7V20zm12 0q-3.35 0-5.675-2.325T7 12q0-3.325 2.325-5.663T15 4q3.325 0 5.663 2.338T23 12q0 3.35-2.337 5.675T15 20m4.9-11.475L16.4 12l3.475 3.475q.525-.725.825-1.612T21 12t-.287-1.863t-.813-1.612M16 6.075V9.6l2.475-2.5q-.55-.4-1.175-.65T16 6.075M15 18q.95 0 1.838-.288t1.612-.812L14 12.425v-6.35q-2.15.35-3.575 2.025T9 12q0 2.5 1.75 4.25T15 18"/></svg>
</template>

CSS

.icon-fork-chart-outline {
  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%22M3%2020v-7.75q-.65-.175-1.075-.7T1.5%2010.3V5.5q0-.2.15-.35T2%205t.35.15t.15.35V9h.75V5.5q0-.2.15-.35T3.75%205t.35.15t.15.35V9H5V5.5q0-.2.15-.35T5.5%205t.35.15t.15.35v4.8q0%20.725-.425%201.25t-1.075.7V20zm12%200q-3.35%200-5.675-2.325T7%2012q0-3.325%202.325-5.663T15%204q3.325%200%205.663%202.338T23%2012q0%203.35-2.337%205.675T15%2020m4.9-11.475L16.4%2012l3.475%203.475q.525-.725.825-1.612T21%2012t-.287-1.863t-.813-1.612M16%206.075V9.6l2.475-2.5q-.55-.4-1.175-.65T16%206.075M15%2018q.95%200%201.838-.288t1.612-.812L14%2012.425v-6.35q-2.15.35-3.575%202.025T9%2012q0%202.5%201.75%204.25T15%2018%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%22M3%2020v-7.75q-.65-.175-1.075-.7T1.5%2010.3V5.5q0-.2.15-.35T2%205t.35.15t.15.35V9h.75V5.5q0-.2.15-.35T3.75%205t.35.15t.15.35V9H5V5.5q0-.2.15-.35T5.5%205t.35.15t.15.35v4.8q0%20.725-.425%201.25t-1.075.7V20zm12%200q-3.35%200-5.675-2.325T7%2012q0-3.325%202.325-5.663T15%204q3.325%200%205.663%202.338T23%2012q0%203.35-2.337%205.675T15%2020m4.9-11.475L16.4%2012l3.475%203.475q.525-.725.825-1.612T21%2012t-.287-1.863t-.813-1.612M16%206.075V9.6l2.475-2.5q-.55-.4-1.175-.65T16%206.075M15%2018q.95%200%201.838-.288t1.612-.812L14%2012.425v-6.35q-2.15.35-3.575%202.025T9%2012q0%202.5%201.75%204.25T15%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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