flowchart icon
flowchart-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- flowchart-fill
- Set
- Framework7 Icons
- Style
- Fill
- 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.344"/></svg>
React
import type { SVGProps } from "react";
export function F7FlowchartFill(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.344"/></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.344"/></svg> </template>
CSS
.icon-flowchart-fill {
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.344%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.344%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/flowchart-fill.svg?color=%231a73e8&size=48