fork chart icon
fork-chart from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- fork-chart
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fork-chart-rounded
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.692 19v-7.404q-.534-.098-.92-.479q-.388-.38-.388-1.086V6.384q0-.161.112-.273Q2.608 6 2.77 6t.273.112t.112.273V9.23h.596V6.385q0-.162.112-.273T4.134 6t.274.112t.111.273V9.23h.597V6.385q0-.162.111-.273T5.5 6t.273.112t.112.273v3.646q0 .706-.387 1.086t-.921.48V19zM19.806 7.35q.838.929 1.304 2.109T21.577 12q0 1.342-.47 2.503q-.468 1.16-1.269 2.09L15.267 12zm-4.729-2.333q1.138.067 2.155.49q1.016.422 1.841 1.13l-3.996 4.155zM14.577 19q-2.927 0-4.973-2.037T7.558 12q0-2.786 1.887-4.796t4.632-2.192v7.202l5.067 5.092q-.91.8-2.08 1.247T14.578 19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightForkChart(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.692 19v-7.404q-.534-.098-.92-.479q-.388-.38-.388-1.086V6.384q0-.161.112-.273Q2.608 6 2.77 6t.273.112t.112.273V9.23h.596V6.385q0-.162.112-.273T4.134 6t.274.112t.111.273V9.23h.597V6.385q0-.162.111-.273T5.5 6t.273.112t.112.273v3.646q0 .706-.387 1.086t-.921.48V19zM19.806 7.35q.838.929 1.304 2.109T21.577 12q0 1.342-.47 2.503q-.468 1.16-1.269 2.09L15.267 12zm-4.729-2.333q1.138.067 2.155.49q1.016.422 1.841 1.13l-3.996 4.155zM14.577 19q-2.927 0-4.973-2.037T7.558 12q0-2.786 1.887-4.796t4.632-2.192v7.202l5.067 5.092q-.91.8-2.08 1.247T14.578 19"/></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.692 19v-7.404q-.534-.098-.92-.479q-.388-.38-.388-1.086V6.384q0-.161.112-.273Q2.608 6 2.77 6t.273.112t.112.273V9.23h.596V6.385q0-.162.112-.273T4.134 6t.274.112t.111.273V9.23h.597V6.385q0-.162.111-.273T5.5 6t.273.112t.112.273v3.646q0 .706-.387 1.086t-.921.48V19zM19.806 7.35q.838.929 1.304 2.109T21.577 12q0 1.342-.47 2.503q-.468 1.16-1.269 2.09L15.267 12zm-4.729-2.333q1.138.067 2.155.49q1.016.422 1.841 1.13l-3.996 4.155zM14.577 19q-2.927 0-4.973-2.037T7.558 12q0-2.786 1.887-4.796t4.632-2.192v7.202l5.067 5.092q-.91.8-2.08 1.247T14.578 19"/></svg> </template>
CSS
.icon-fork-chart {
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.692%2019v-7.404q-.534-.098-.92-.479q-.388-.38-.388-1.086V6.384q0-.161.112-.273Q2.608%206%202.77%206t.273.112t.112.273V9.23h.596V6.385q0-.162.112-.273T4.134%206t.274.112t.111.273V9.23h.597V6.385q0-.162.111-.273T5.5%206t.273.112t.112.273v3.646q0%20.706-.387%201.086t-.921.48V19zM19.806%207.35q.838.929%201.304%202.109T21.577%2012q0%201.342-.47%202.503q-.468%201.16-1.269%202.09L15.267%2012zm-4.729-2.333q1.138.067%202.155.49q1.016.422%201.841%201.13l-3.996%204.155zM14.577%2019q-2.927%200-4.973-2.037T7.558%2012q0-2.786%201.887-4.796t4.632-2.192v7.202l5.067%205.092q-.91.8-2.08%201.247T14.578%2019%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.692%2019v-7.404q-.534-.098-.92-.479q-.388-.38-.388-1.086V6.384q0-.161.112-.273Q2.608%206%202.77%206t.273.112t.112.273V9.23h.596V6.385q0-.162.112-.273T4.134%206t.274.112t.111.273V9.23h.597V6.385q0-.162.111-.273T5.5%206t.273.112t.112.273v3.646q0%20.706-.387%201.086t-.921.48V19zM19.806%207.35q.838.929%201.304%202.109T21.577%2012q0%201.342-.47%202.503q-.468%201.16-1.269%202.09L15.267%2012zm-4.729-2.333q1.138.067%202.155.49q1.016.422%201.841%201.13l-3.996%204.155zM14.577%2019q-2.927%200-4.973-2.037T7.558%2012q0-2.786%201.887-4.796t4.632-2.192v7.202l5.067%205.092q-.91.8-2.08%201.247T14.578%2019%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-chart.svg?color=%231a73e8&size=48