flowsheet-outline-sharp from Material Symbols by Google · Outline Sharp · Business · Apache-2.0 Free for personal and commercial use.

Name
flowsheet-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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="M4 12v6V6zm10 9q.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 11M6 11h5V9H6zm0 4h5v-2H6zm-4 5V4h20v2H4v12h5v2zm9.875 2.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 MaterialSymbolsFlowsheetOutlineSharp(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="M4 12v6V6zm10 9q.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 11M6 11h5V9H6zm0 4h5v-2H6zm-4 5V4h20v2H4v12h5v2zm9.875 2.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="M4 12v6V6zm10 9q.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 11M6 11h5V9H6zm0 4h5v-2H6zm-4 5V4h20v2H4v12h5v2zm9.875 2.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-outline-sharp {
  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%22M4%2012v6V6zm10%209q.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%2011M6%2011h5V9H6zm0%204h5v-2H6zm-4%205V4h20v2H4v12h5v2zm9.875%202.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%22M4%2012v6V6zm10%209q.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%2011M6%2011h5V9H6zm0%204h5v-2H6zm-4%205V4h20v2H4v12h5v2zm9.875%202.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-outline-sharp.svg?color=%231a73e8&size=48