flowchart icon
flowchart from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- flowchart
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 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 56 56"><path fill="currentColor" d="M8.195 41.746h18.117v3.563h-3.68c-1.71 0-2.367 1.664-1.288 2.976l5.414 6.633c.703.867 1.875.867 2.601 0l5.368-6.633c1.007-1.289.375-2.976-1.266-2.976h-3.727v-3.563h18.07c3.587 0 5.391-1.734 5.391-5.344v-8.226c0-3.586-1.804-5.32-5.39-5.32h-18.07v-3.727h18.07c3.586 0 5.39-1.758 5.39-5.344v-8.25c0-3.586-1.804-5.32-5.39-5.32H8.194c-3.586 0-5.39 1.734-5.39 5.32v8.25c0 3.586 1.804 5.344 5.39 5.344h18.117v3.726H8.195c-3.586 0-5.39 1.735-5.39 5.32v8.227c0 3.61 1.804 5.344 5.39 5.344m.281-26.156c-1.382 0-2.132-.727-2.132-2.18V5.934c0-1.477.75-2.18 2.132-2.18h39.047c1.383 0 2.133.703 2.133 2.18v7.476c0 1.453-.75 2.18-2.133 2.18Zm0 22.64c-1.382 0-2.132-.726-2.132-2.18v-7.476c0-1.476.75-2.18 2.132-2.18h39.047c1.383 0 2.133.704 2.133 2.18v7.477c0 1.453-.75 2.18-2.133 2.18Z"/></svg>
React
import type { SVGProps } from "react";
export function F7Flowchart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.195 41.746h18.117v3.563h-3.68c-1.71 0-2.367 1.664-1.288 2.976l5.414 6.633c.703.867 1.875.867 2.601 0l5.368-6.633c1.007-1.289.375-2.976-1.266-2.976h-3.727v-3.563h18.07c3.587 0 5.391-1.734 5.391-5.344v-8.226c0-3.586-1.804-5.32-5.39-5.32h-18.07v-3.727h18.07c3.586 0 5.39-1.758 5.39-5.344v-8.25c0-3.586-1.804-5.32-5.39-5.32H8.194c-3.586 0-5.39 1.734-5.39 5.32v8.25c0 3.586 1.804 5.344 5.39 5.344h18.117v3.726H8.195c-3.586 0-5.39 1.735-5.39 5.32v8.227c0 3.61 1.804 5.344 5.39 5.344m.281-26.156c-1.382 0-2.132-.727-2.132-2.18V5.934c0-1.477.75-2.18 2.132-2.18h39.047c1.383 0 2.133.703 2.133 2.18v7.476c0 1.453-.75 2.18-2.133 2.18Zm0 22.64c-1.382 0-2.132-.726-2.132-2.18v-7.476c0-1.476.75-2.18 2.132-2.18h39.047c1.383 0 2.133.704 2.133 2.18v7.477c0 1.453-.75 2.18-2.133 2.18Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.195 41.746h18.117v3.563h-3.68c-1.71 0-2.367 1.664-1.288 2.976l5.414 6.633c.703.867 1.875.867 2.601 0l5.368-6.633c1.007-1.289.375-2.976-1.266-2.976h-3.727v-3.563h18.07c3.587 0 5.391-1.734 5.391-5.344v-8.226c0-3.586-1.804-5.32-5.39-5.32h-18.07v-3.727h18.07c3.586 0 5.39-1.758 5.39-5.344v-8.25c0-3.586-1.804-5.32-5.39-5.32H8.194c-3.586 0-5.39 1.734-5.39 5.32v8.25c0 3.586 1.804 5.344 5.39 5.344h18.117v3.726H8.195c-3.586 0-5.39 1.735-5.39 5.32v8.227c0 3.61 1.804 5.344 5.39 5.344m.281-26.156c-1.382 0-2.132-.727-2.132-2.18V5.934c0-1.477.75-2.18 2.132-2.18h39.047c1.383 0 2.133.703 2.133 2.18v7.476c0 1.453-.75 2.18-2.133 2.18Zm0 22.64c-1.382 0-2.132-.726-2.132-2.18v-7.476c0-1.476.75-2.18 2.132-2.18h39.047c1.383 0 2.133.704 2.133 2.18v7.477c0 1.453-.75 2.18-2.133 2.18Z"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.195%2041.746h18.117v3.563h-3.68c-1.71%200-2.367%201.664-1.288%202.976l5.414%206.633c.703.867%201.875.867%202.601%200l5.368-6.633c1.007-1.289.375-2.976-1.266-2.976h-3.727v-3.563h18.07c3.587%200%205.391-1.734%205.391-5.344v-8.226c0-3.586-1.804-5.32-5.39-5.32h-18.07v-3.727h18.07c3.586%200%205.39-1.758%205.39-5.344v-8.25c0-3.586-1.804-5.32-5.39-5.32H8.194c-3.586%200-5.39%201.734-5.39%205.32v8.25c0%203.586%201.804%205.344%205.39%205.344h18.117v3.726H8.195c-3.586%200-5.39%201.735-5.39%205.32v8.227c0%203.61%201.804%205.344%205.39%205.344m.281-26.156c-1.382%200-2.132-.727-2.132-2.18V5.934c0-1.477.75-2.18%202.132-2.18h39.047c1.383%200%202.133.703%202.133%202.18v7.476c0%201.453-.75%202.18-2.133%202.18Zm0%2022.64c-1.382%200-2.132-.726-2.132-2.18v-7.476c0-1.476.75-2.18%202.132-2.18h39.047c1.383%200%202.133.704%202.133%202.18v7.477c0%201.453-.75%202.18-2.133%202.18Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.195%2041.746h18.117v3.563h-3.68c-1.71%200-2.367%201.664-1.288%202.976l5.414%206.633c.703.867%201.875.867%202.601%200l5.368-6.633c1.007-1.289.375-2.976-1.266-2.976h-3.727v-3.563h18.07c3.587%200%205.391-1.734%205.391-5.344v-8.226c0-3.586-1.804-5.32-5.39-5.32h-18.07v-3.727h18.07c3.586%200%205.39-1.758%205.39-5.344v-8.25c0-3.586-1.804-5.32-5.39-5.32H8.194c-3.586%200-5.39%201.734-5.39%205.32v8.25c0%203.586%201.804%205.344%205.39%205.344h18.117v3.726H8.195c-3.586%200-5.39%201.735-5.39%205.32v8.227c0%203.61%201.804%205.344%205.39%205.344m.281-26.156c-1.382%200-2.132-.727-2.132-2.18V5.934c0-1.477.75-2.18%202.132-2.18h39.047c1.383%200%202.133.703%202.133%202.18v7.476c0%201.453-.75%202.18-2.133%202.18Zm0%2022.64c-1.382%200-2.132-.726-2.132-2.18v-7.476c0-1.476.75-2.18%202.132-2.18h39.047c1.383%200%202.133.704%202.133%202.18v7.477c0%201.453-.75%202.18-2.133%202.18Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/flowchart.svg?color=%231a73e8&size=48