fork chart icon
fork-chart from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- fork-chart
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fork-chart-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.7V20zM21.325 7.1q.8 1.025 1.238 2.263T23 12t-.45 2.638T21.3 16.9L16.4 12zM16 4.075q1.1.125 2.088.538T19.9 5.675L16 9.6zM15 20q-3.35 0-5.675-2.325T7 12q0-3.075 2.012-5.325T14 4.05v8.375l5.875 5.9q-1.025.8-2.262 1.238T15 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsForkChart(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.7V20zM21.325 7.1q.8 1.025 1.238 2.263T23 12t-.45 2.638T21.3 16.9L16.4 12zM16 4.075q1.1.125 2.088.538T19.9 5.675L16 9.6zM15 20q-3.35 0-5.675-2.325T7 12q0-3.075 2.012-5.325T14 4.05v8.375l5.875 5.9q-1.025.8-2.262 1.238T15 20"/></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.7V20zM21.325 7.1q.8 1.025 1.238 2.263T23 12t-.45 2.638T21.3 16.9L16.4 12zM16 4.075q1.1.125 2.088.538T19.9 5.675L16 9.6zM15 20q-3.35 0-5.675-2.325T7 12q0-3.075 2.012-5.325T14 4.05v8.375l5.875 5.9q-1.025.8-2.262 1.238T15 20"/></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%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.7V20zM21.325%207.1q.8%201.025%201.238%202.263T23%2012t-.45%202.638T21.3%2016.9L16.4%2012zM16%204.075q1.1.125%202.088.538T19.9%205.675L16%209.6zM15%2020q-3.35%200-5.675-2.325T7%2012q0-3.075%202.012-5.325T14%204.05v8.375l5.875%205.9q-1.025.8-2.262%201.238T15%2020%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.7V20zM21.325%207.1q.8%201.025%201.238%202.263T23%2012t-.45%202.638T21.3%2016.9L16.4%2012zM16%204.075q1.1.125%202.088.538T19.9%205.675L16%209.6zM15%2020q-3.35%200-5.675-2.325T7%2012q0-3.075%202.012-5.325T14%204.05v8.375l5.875%205.9q-1.025.8-2.262%201.238T15%2020%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.svg?color=%231a73e8&size=48