graph 2 icon
graph-2 from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- graph-2
- Set
- Material Symbols
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- graph-2-outline, graph-2-outline-rounded, graph-2-outline-sharp, graph-2-rounded, graph-2-sharp
The same icon in other sets
More business icons from Material Symbols
Use the graph 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 22q-1.25 0-2.125-.875T2 19q0-.975.563-1.75T4 16.175V14q0-1.25.875-2.125T7 11h4V7.825q-.875-.3-1.437-1.075T9 5q0-1.25.875-2.125T12 2t2.125.875T15 5q0 .975-.562 1.75T13 7.825V11h4q1.25 0 2.125.875T20 14v2.175q.875.3 1.438 1.075T22 19q0 1.25-.875 2.125T19 22t-2.125-.875T16 19q0-.975.563-1.75T18 16.175V14q0-.425-.288-.712T17 13h-4v3.175q.875.3 1.438 1.075T15 19q0 1.25-.875 2.125T12 22t-2.125-.875T9 19q0-.975.563-1.75T11 16.175V13H7q-.425 0-.712.288T6 14v2.175q.875.3 1.438 1.075T8 19q0 1.25-.875 2.125T5 22m0-2q.425 0 .713-.288T6 19t-.288-.712T5 18t-.712.288T4 19t.288.713T5 20m7 0q.425 0 .713-.288T13 19t-.288-.712T12 18t-.712.288T11 19t.288.713T12 20m7 0q.425 0 .713-.288T20 19t-.288-.712T19 18t-.712.288T18 19t.288.713T19 20M12 6q.425 0 .713-.288T13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGraph2(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="M5 22q-1.25 0-2.125-.875T2 19q0-.975.563-1.75T4 16.175V14q0-1.25.875-2.125T7 11h4V7.825q-.875-.3-1.437-1.075T9 5q0-1.25.875-2.125T12 2t2.125.875T15 5q0 .975-.562 1.75T13 7.825V11h4q1.25 0 2.125.875T20 14v2.175q.875.3 1.438 1.075T22 19q0 1.25-.875 2.125T19 22t-2.125-.875T16 19q0-.975.563-1.75T18 16.175V14q0-.425-.288-.712T17 13h-4v3.175q.875.3 1.438 1.075T15 19q0 1.25-.875 2.125T12 22t-2.125-.875T9 19q0-.975.563-1.75T11 16.175V13H7q-.425 0-.712.288T6 14v2.175q.875.3 1.438 1.075T8 19q0 1.25-.875 2.125T5 22m0-2q.425 0 .713-.288T6 19t-.288-.712T5 18t-.712.288T4 19t.288.713T5 20m7 0q.425 0 .713-.288T13 19t-.288-.712T12 18t-.712.288T11 19t.288.713T12 20m7 0q.425 0 .713-.288T20 19t-.288-.712T19 18t-.712.288T18 19t.288.713T19 20M12 6q.425 0 .713-.288T13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 22q-1.25 0-2.125-.875T2 19q0-.975.563-1.75T4 16.175V14q0-1.25.875-2.125T7 11h4V7.825q-.875-.3-1.437-1.075T9 5q0-1.25.875-2.125T12 2t2.125.875T15 5q0 .975-.562 1.75T13 7.825V11h4q1.25 0 2.125.875T20 14v2.175q.875.3 1.438 1.075T22 19q0 1.25-.875 2.125T19 22t-2.125-.875T16 19q0-.975.563-1.75T18 16.175V14q0-.425-.288-.712T17 13h-4v3.175q.875.3 1.438 1.075T15 19q0 1.25-.875 2.125T12 22t-2.125-.875T9 19q0-.975.563-1.75T11 16.175V13H7q-.425 0-.712.288T6 14v2.175q.875.3 1.438 1.075T8 19q0 1.25-.875 2.125T5 22m0-2q.425 0 .713-.288T6 19t-.288-.712T5 18t-.712.288T4 19t.288.713T5 20m7 0q.425 0 .713-.288T13 19t-.288-.712T12 18t-.712.288T11 19t.288.713T12 20m7 0q.425 0 .713-.288T20 19t-.288-.712T19 18t-.712.288T18 19t.288.713T19 20M12 6q.425 0 .713-.288T13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6"/></svg> </template>
CSS
.icon-graph-2 {
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%22M5%2022q-1.25%200-2.125-.875T2%2019q0-.975.563-1.75T4%2016.175V14q0-1.25.875-2.125T7%2011h4V7.825q-.875-.3-1.437-1.075T9%205q0-1.25.875-2.125T12%202t2.125.875T15%205q0%20.975-.562%201.75T13%207.825V11h4q1.25%200%202.125.875T20%2014v2.175q.875.3%201.438%201.075T22%2019q0%201.25-.875%202.125T19%2022t-2.125-.875T16%2019q0-.975.563-1.75T18%2016.175V14q0-.425-.288-.712T17%2013h-4v3.175q.875.3%201.438%201.075T15%2019q0%201.25-.875%202.125T12%2022t-2.125-.875T9%2019q0-.975.563-1.75T11%2016.175V13H7q-.425%200-.712.288T6%2014v2.175q.875.3%201.438%201.075T8%2019q0%201.25-.875%202.125T5%2022m0-2q.425%200%20.713-.288T6%2019t-.288-.712T5%2018t-.712.288T4%2019t.288.713T5%2020m7%200q.425%200%20.713-.288T13%2019t-.288-.712T12%2018t-.712.288T11%2019t.288.713T12%2020m7%200q.425%200%20.713-.288T20%2019t-.288-.712T19%2018t-.712.288T18%2019t.288.713T19%2020M12%206q.425%200%20.713-.288T13%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206%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%22M5%2022q-1.25%200-2.125-.875T2%2019q0-.975.563-1.75T4%2016.175V14q0-1.25.875-2.125T7%2011h4V7.825q-.875-.3-1.437-1.075T9%205q0-1.25.875-2.125T12%202t2.125.875T15%205q0%20.975-.562%201.75T13%207.825V11h4q1.25%200%202.125.875T20%2014v2.175q.875.3%201.438%201.075T22%2019q0%201.25-.875%202.125T19%2022t-2.125-.875T16%2019q0-.975.563-1.75T18%2016.175V14q0-.425-.288-.712T17%2013h-4v3.175q.875.3%201.438%201.075T15%2019q0%201.25-.875%202.125T12%2022t-2.125-.875T9%2019q0-.975.563-1.75T11%2016.175V13H7q-.425%200-.712.288T6%2014v2.175q.875.3%201.438%201.075T8%2019q0%201.25-.875%202.125T5%2022m0-2q.425%200%20.713-.288T6%2019t-.288-.712T5%2018t-.712.288T4%2019t.288.713T5%2020m7%200q.425%200%20.713-.288T13%2019t-.288-.712T12%2018t-.712.288T11%2019t.288.713T12%2020m7%200q.425%200%20.713-.288T20%2019t-.288-.712T19%2018t-.712.288T18%2019t.288.713T19%2020M12%206q.425%200%20.713-.288T13%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/graph-2.svg?color=%231a73e8&size=48