flowsheet icon
flowsheet from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- flowsheet
- Set
- Material Symbols
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the flowsheet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 11h5V9H6zm-2 9q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.65 0 1.175.388t.725.987q-.425-.2-.912-.288T20 5q-2.075 0-3.537 1.463T15 10q0 .55.1 1.05t.3.95H11v1H6v2h5v1q-.95.675-1.475 1.713T9 20zm10 1q.425 0 .713-.288T15 20t-.288-.712T14 19t-.712.288T13 20t.288.713T14 21m6-10q.425 0 .713-.288T21 10t-.288-.712T20 9t-.712.288T19 10t.288.713T20 11m-8.125 11.125Q11 21.25 11 20q0-.975.563-1.75T13 17.175V14h6v-1.175q-.875-.3-1.437-1.075T17 10q0-1.25.875-2.125T20 7t2.125.875T23 10q0 .975-.562 1.75T21 12.825V16h-6v1.175q.875.3 1.438 1.075T17 20q0 1.25-.875 2.125T14 23t-2.125-.875"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFlowsheet(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="M6 11h5V9H6zm-2 9q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.65 0 1.175.388t.725.987q-.425-.2-.912-.288T20 5q-2.075 0-3.537 1.463T15 10q0 .55.1 1.05t.3.95H11v1H6v2h5v1q-.95.675-1.475 1.713T9 20zm10 1q.425 0 .713-.288T15 20t-.288-.712T14 19t-.712.288T13 20t.288.713T14 21m6-10q.425 0 .713-.288T21 10t-.288-.712T20 9t-.712.288T19 10t.288.713T20 11m-8.125 11.125Q11 21.25 11 20q0-.975.563-1.75T13 17.175V14h6v-1.175q-.875-.3-1.437-1.075T17 10q0-1.25.875-2.125T20 7t2.125.875T23 10q0 .975-.562 1.75T21 12.825V16h-6v1.175q.875.3 1.438 1.075T17 20q0 1.25-.875 2.125T14 23t-2.125-.875"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 11h5V9H6zm-2 9q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.65 0 1.175.388t.725.987q-.425-.2-.912-.288T20 5q-2.075 0-3.537 1.463T15 10q0 .55.1 1.05t.3.95H11v1H6v2h5v1q-.95.675-1.475 1.713T9 20zm10 1q.425 0 .713-.288T15 20t-.288-.712T14 19t-.712.288T13 20t.288.713T14 21m6-10q.425 0 .713-.288T21 10t-.288-.712T20 9t-.712.288T19 10t.288.713T20 11m-8.125 11.125Q11 21.25 11 20q0-.975.563-1.75T13 17.175V14h6v-1.175q-.875-.3-1.437-1.075T17 10q0-1.25.875-2.125T20 7t2.125.875T23 10q0 .975-.562 1.75T21 12.825V16h-6v1.175q.875.3 1.438 1.075T17 20q0 1.25-.875 2.125T14 23t-2.125-.875"/></svg> </template>
CSS
.icon-flowsheet {
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%22M6%2011h5V9H6zm-2%209q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h16q.65%200%201.175.388t.725.987q-.425-.2-.912-.288T20%205q-2.075%200-3.537%201.463T15%2010q0%20.55.1%201.05t.3.95H11v1H6v2h5v1q-.95.675-1.475%201.713T9%2020zm10%201q.425%200%20.713-.288T15%2020t-.288-.712T14%2019t-.712.288T13%2020t.288.713T14%2021m6-10q.425%200%20.713-.288T21%2010t-.288-.712T20%209t-.712.288T19%2010t.288.713T20%2011m-8.125%2011.125Q11%2021.25%2011%2020q0-.975.563-1.75T13%2017.175V14h6v-1.175q-.875-.3-1.437-1.075T17%2010q0-1.25.875-2.125T20%207t2.125.875T23%2010q0%20.975-.562%201.75T21%2012.825V16h-6v1.175q.875.3%201.438%201.075T17%2020q0%201.25-.875%202.125T14%2023t-2.125-.875%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%22M6%2011h5V9H6zm-2%209q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h16q.65%200%201.175.388t.725.987q-.425-.2-.912-.288T20%205q-2.075%200-3.537%201.463T15%2010q0%20.55.1%201.05t.3.95H11v1H6v2h5v1q-.95.675-1.475%201.713T9%2020zm10%201q.425%200%20.713-.288T15%2020t-.288-.712T14%2019t-.712.288T13%2020t.288.713T14%2021m6-10q.425%200%20.713-.288T21%2010t-.288-.712T20%209t-.712.288T19%2010t.288.713T20%2011m-8.125%2011.125Q11%2021.25%2011%2020q0-.975.563-1.75T13%2017.175V14h6v-1.175q-.875-.3-1.437-1.075T17%2010q0-1.25.875-2.125T20%207t2.125.875T23%2010q0%20.975-.562%201.75T21%2012.825V16h-6v1.175q.875.3%201.438%201.075T17%2020q0%201.25-.875%202.125T14%2023t-2.125-.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/flowsheet.svg?color=%231a73e8&size=48