fork chart icon
fork-chart-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- fork-chart-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fork-chart-outline-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.38q0-.153.112-.267T2.77 6t.273.116t.112.269V9.23h.596V6.386q0-.163.116-.275Q3.98 6 4.134 6t.27.115t.115.27V9.23h.597V6.386q0-.163.111-.275T5.5 6t.273.114t.112.266v3.65q0 .707-.387 1.087t-.921.48V19zm10.893 0q-2.935 0-4.981-2.037t-2.046-4.971q0-2.913 2.046-4.953Q11.65 5 14.585 5q2.913 0 4.953 2.04q2.039 2.039 2.039 4.952q0 2.934-2.04 4.971T14.586 19M19.15 8.14L15.266 12l3.859 3.879q.679-.783 1.066-1.776q.386-.993.386-2.113q0-1.119-.373-2.088T19.15 8.14m-4.073-2.124v4.775l3.36-3.384q-.685-.592-1.54-.958t-1.82-.433M14.577 18q1.104 0 2.088-.365q.983-.364 1.766-1.043l-4.354-4.371V6.017q-2.323.177-3.921 1.89t-1.598 4.074q0 2.508 1.755 4.264Q12.07 18 14.577 18"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightForkChartOutline(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.38q0-.153.112-.267T2.77 6t.273.116t.112.269V9.23h.596V6.386q0-.163.116-.275Q3.98 6 4.134 6t.27.115t.115.27V9.23h.597V6.386q0-.163.111-.275T5.5 6t.273.114t.112.266v3.65q0 .707-.387 1.087t-.921.48V19zm10.893 0q-2.935 0-4.981-2.037t-2.046-4.971q0-2.913 2.046-4.953Q11.65 5 14.585 5q2.913 0 4.953 2.04q2.039 2.039 2.039 4.952q0 2.934-2.04 4.971T14.586 19M19.15 8.14L15.266 12l3.859 3.879q.679-.783 1.066-1.776q.386-.993.386-2.113q0-1.119-.373-2.088T19.15 8.14m-4.073-2.124v4.775l3.36-3.384q-.685-.592-1.54-.958t-1.82-.433M14.577 18q1.104 0 2.088-.365q.983-.364 1.766-1.043l-4.354-4.371V6.017q-2.323.177-3.921 1.89t-1.598 4.074q0 2.508 1.755 4.264Q12.07 18 14.577 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.692 19v-7.404q-.534-.098-.92-.479q-.388-.38-.388-1.086V6.38q0-.153.112-.267T2.77 6t.273.116t.112.269V9.23h.596V6.386q0-.163.116-.275Q3.98 6 4.134 6t.27.115t.115.27V9.23h.597V6.386q0-.163.111-.275T5.5 6t.273.114t.112.266v3.65q0 .707-.387 1.087t-.921.48V19zm10.893 0q-2.935 0-4.981-2.037t-2.046-4.971q0-2.913 2.046-4.953Q11.65 5 14.585 5q2.913 0 4.953 2.04q2.039 2.039 2.039 4.952q0 2.934-2.04 4.971T14.586 19M19.15 8.14L15.266 12l3.859 3.879q.679-.783 1.066-1.776q.386-.993.386-2.113q0-1.119-.373-2.088T19.15 8.14m-4.073-2.124v4.775l3.36-3.384q-.685-.592-1.54-.958t-1.82-.433M14.577 18q1.104 0 2.088-.365q.983-.364 1.766-1.043l-4.354-4.371V6.017q-2.323.177-3.921 1.89t-1.598 4.074q0 2.508 1.755 4.264Q12.07 18 14.577 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.692%2019v-7.404q-.534-.098-.92-.479q-.388-.38-.388-1.086V6.38q0-.153.112-.267T2.77%206t.273.116t.112.269V9.23h.596V6.386q0-.163.116-.275Q3.98%206%204.134%206t.27.115t.115.27V9.23h.597V6.386q0-.163.111-.275T5.5%206t.273.114t.112.266v3.65q0%20.707-.387%201.087t-.921.48V19zm10.893%200q-2.935%200-4.981-2.037t-2.046-4.971q0-2.913%202.046-4.953Q11.65%205%2014.585%205q2.913%200%204.953%202.04q2.039%202.039%202.039%204.952q0%202.934-2.04%204.971T14.586%2019M19.15%208.14L15.266%2012l3.859%203.879q.679-.783%201.066-1.776q.386-.993.386-2.113q0-1.119-.373-2.088T19.15%208.14m-4.073-2.124v4.775l3.36-3.384q-.685-.592-1.54-.958t-1.82-.433M14.577%2018q1.104%200%202.088-.365q.983-.364%201.766-1.043l-4.354-4.371V6.017q-2.323.177-3.921%201.89t-1.598%204.074q0%202.508%201.755%204.264Q12.07%2018%2014.577%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.692%2019v-7.404q-.534-.098-.92-.479q-.388-.38-.388-1.086V6.38q0-.153.112-.267T2.77%206t.273.116t.112.269V9.23h.596V6.386q0-.163.116-.275Q3.98%206%204.134%206t.27.115t.115.27V9.23h.597V6.386q0-.163.111-.275T5.5%206t.273.114t.112.266v3.65q0%20.707-.387%201.087t-.921.48V19zm10.893%200q-2.935%200-4.981-2.037t-2.046-4.971q0-2.913%202.046-4.953Q11.65%205%2014.585%205q2.913%200%204.953%202.04q2.039%202.039%202.039%204.952q0%202.934-2.04%204.971T14.586%2019M19.15%208.14L15.266%2012l3.859%203.879q.679-.783%201.066-1.776q.386-.993.386-2.113q0-1.119-.373-2.088T19.15%208.14m-4.073-2.124v4.775l3.36-3.384q-.685-.592-1.54-.958t-1.82-.433M14.577%2018q1.104%200%202.088-.365q.983-.364%201.766-1.043l-4.354-4.371V6.017q-2.323.177-3.921%201.89t-1.598%204.074q0%202.508%201.755%204.264Q12.07%2018%2014.577%2018%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-outline.svg?color=%231a73e8&size=48