flowsheet icon
flowsheet-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- flowsheet-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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="M7 11h3q.425 0 .713-.288T11 10t-.288-.712T10 9H7q-.425 0-.712.288T6 10t.288.713T7 11m-3 9q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h17.025q.275 0 .45.15t.175.4q0 .275-.187.438t-.438.112q-.2-.05-.462-.075T20 5q-2.075 0-3.537 1.463T15 10q0 .55.1 1.05t.3.95H14q-1.25 0-2.125.875T11 15v1q-.7.5-1.175 1.213t-.675 1.562q-.125.5-.5.863T7.775 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.175V15q0-.425.288-.712T14 14h5v-1.175q-.875-.3-1.437-1.075T17 10q0-1.25.875-2.125T20 7t2.125.875T23 10q0 .975-.562 1.75T21 12.825V15q0 .425-.288.713T20 16h-5v1.175q.875.3 1.438 1.075T17 20q0 1.25-.875 2.125T14 23t-2.125-.875M10 15q.425 0 .713-.288T11 14t-.288-.712T10 13H7q-.425 0-.712.288T6 14t.288.713T7 15z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFlowsheetRounded(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="M7 11h3q.425 0 .713-.288T11 10t-.288-.712T10 9H7q-.425 0-.712.288T6 10t.288.713T7 11m-3 9q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h17.025q.275 0 .45.15t.175.4q0 .275-.187.438t-.438.112q-.2-.05-.462-.075T20 5q-2.075 0-3.537 1.463T15 10q0 .55.1 1.05t.3.95H14q-1.25 0-2.125.875T11 15v1q-.7.5-1.175 1.213t-.675 1.562q-.125.5-.5.863T7.775 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.175V15q0-.425.288-.712T14 14h5v-1.175q-.875-.3-1.437-1.075T17 10q0-1.25.875-2.125T20 7t2.125.875T23 10q0 .975-.562 1.75T21 12.825V15q0 .425-.288.713T20 16h-5v1.175q.875.3 1.438 1.075T17 20q0 1.25-.875 2.125T14 23t-2.125-.875M10 15q.425 0 .713-.288T11 14t-.288-.712T10 13H7q-.425 0-.712.288T6 14t.288.713T7 15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 11h3q.425 0 .713-.288T11 10t-.288-.712T10 9H7q-.425 0-.712.288T6 10t.288.713T7 11m-3 9q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h17.025q.275 0 .45.15t.175.4q0 .275-.187.438t-.438.112q-.2-.05-.462-.075T20 5q-2.075 0-3.537 1.463T15 10q0 .55.1 1.05t.3.95H14q-1.25 0-2.125.875T11 15v1q-.7.5-1.175 1.213t-.675 1.562q-.125.5-.5.863T7.775 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.175V15q0-.425.288-.712T14 14h5v-1.175q-.875-.3-1.437-1.075T17 10q0-1.25.875-2.125T20 7t2.125.875T23 10q0 .975-.562 1.75T21 12.825V15q0 .425-.288.713T20 16h-5v1.175q.875.3 1.438 1.075T17 20q0 1.25-.875 2.125T14 23t-2.125-.875M10 15q.425 0 .713-.288T11 14t-.288-.712T10 13H7q-.425 0-.712.288T6 14t.288.713T7 15z"/></svg> </template>
CSS
.icon-flowsheet-rounded {
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%22M7%2011h3q.425%200%20.713-.288T11%2010t-.288-.712T10%209H7q-.425%200-.712.288T6%2010t.288.713T7%2011m-3%209q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h17.025q.275%200%20.45.15t.175.4q0%20.275-.187.438t-.438.112q-.2-.05-.462-.075T20%205q-2.075%200-3.537%201.463T15%2010q0%20.55.1%201.05t.3.95H14q-1.25%200-2.125.875T11%2015v1q-.7.5-1.175%201.213t-.675%201.562q-.125.5-.5.863T7.775%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.175V15q0-.425.288-.712T14%2014h5v-1.175q-.875-.3-1.437-1.075T17%2010q0-1.25.875-2.125T20%207t2.125.875T23%2010q0%20.975-.562%201.75T21%2012.825V15q0%20.425-.288.713T20%2016h-5v1.175q.875.3%201.438%201.075T17%2020q0%201.25-.875%202.125T14%2023t-2.125-.875M10%2015q.425%200%20.713-.288T11%2014t-.288-.712T10%2013H7q-.425%200-.712.288T6%2014t.288.713T7%2015z%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%22M7%2011h3q.425%200%20.713-.288T11%2010t-.288-.712T10%209H7q-.425%200-.712.288T6%2010t.288.713T7%2011m-3%209q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h17.025q.275%200%20.45.15t.175.4q0%20.275-.187.438t-.438.112q-.2-.05-.462-.075T20%205q-2.075%200-3.537%201.463T15%2010q0%20.55.1%201.05t.3.95H14q-1.25%200-2.125.875T11%2015v1q-.7.5-1.175%201.213t-.675%201.562q-.125.5-.5.863T7.775%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.175V15q0-.425.288-.712T14%2014h5v-1.175q-.875-.3-1.437-1.075T17%2010q0-1.25.875-2.125T20%207t2.125.875T23%2010q0%20.975-.562%201.75T21%2012.825V15q0%20.425-.288.713T20%2016h-5v1.175q.875.3%201.438%201.075T17%2020q0%201.25-.875%202.125T14%2023t-2.125-.875M10%2015q.425%200%20.713-.288T11%2014t-.288-.712T10%2013H7q-.425%200-.712.288T6%2014t.288.713T7%2015z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/flowsheet-rounded.svg?color=%231a73e8&size=48