flowchart from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
flowchart
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the flowchart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M3 6.75h5.067v-3.5H3zm0 10.5h5v3.5H3zM21 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m0 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0M3 13.75h5v-3.5H3zM21 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M5.567 10.25v-3.5m0 0H3v-3.5h5.067V5m-2.5 1.75h2.5V5m0 0H17m0 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0ZM5.5 13.75v3.5M8 19v-1.75H3v3.5h5zm0 0h9m0 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0Zm-9-7v1.75H3v-3.5h5zm0 0h9m0 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignFlowchart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M3 6.75h5.067v-3.5H3zm0 10.5h5v3.5H3zM21 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m0 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0M3 13.75h5v-3.5H3zM21 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M5.567 10.25v-3.5m0 0H3v-3.5h5.067V5m-2.5 1.75h2.5V5m0 0H17m0 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0ZM5.5 13.75v3.5M8 19v-1.75H3v3.5h5zm0 0h9m0 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0Zm-9-7v1.75H3v-3.5h5zm0 0h9m0 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M3 6.75h5.067v-3.5H3zm0 10.5h5v3.5H3zM21 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m0 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0M3 13.75h5v-3.5H3zM21 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M5.567 10.25v-3.5m0 0H3v-3.5h5.067V5m-2.5 1.75h2.5V5m0 0H17m0 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0ZM5.5 13.75v3.5M8 19v-1.75H3v3.5h5zm0 0h9m0 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0Zm-9-7v1.75H3v-3.5h5zm0 0h9m0 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0Z"/></g></svg>
</template>

CSS

.icon-flowchart {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M3%206.75h5.067v-3.5H3zm0%2010.5h5v3.5H3zM21%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200m0%2014a2%202%200%201%201-4%200a2%202%200%200%201%204%200M3%2013.75h5v-3.5H3zM21%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M5.567%2010.25v-3.5m0%200H3v-3.5h5.067V5m-2.5%201.75h2.5V5m0%200H17m0%200a2%202%200%201%200%204%200a2%202%200%200%200-4%200ZM5.5%2013.75v3.5M8%2019v-1.75H3v3.5h5zm0%200h9m0%200a2%202%200%201%200%204%200a2%202%200%200%200-4%200Zm-9-7v1.75H3v-3.5h5zm0%200h9m0%200a2%202%200%201%200%204%200a2%202%200%200%200-4%200Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M3%206.75h5.067v-3.5H3zm0%2010.5h5v3.5H3zM21%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200m0%2014a2%202%200%201%201-4%200a2%202%200%200%201%204%200M3%2013.75h5v-3.5H3zM21%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M5.567%2010.25v-3.5m0%200H3v-3.5h5.067V5m-2.5%201.75h2.5V5m0%200H17m0%200a2%202%200%201%200%204%200a2%202%200%200%200-4%200ZM5.5%2013.75v3.5M8%2019v-1.75H3v3.5h5zm0%200h9m0%200a2%202%200%201%200%204%200a2%202%200%200%200-4%200Zm-9-7v1.75H3v-3.5h5zm0%200h9m0%200a2%202%200%201%200%204%200a2%202%200%200%200-4%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/flowchart.svg?color=%231a73e8&size=48