flow data icon
flow-data from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- flow-data
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the flow data icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 23h-8.14a4.2 4.2 0 0 0-.43-1L22 11.43a3.86 3.86 0 0 0 2 .57a4 4 0 1 0-3.86-5h-8.28a4 4 0 1 0 0 2h8.28a4.2 4.2 0 0 0 .43 1L10 20.57A3.86 3.86 0 0 0 8 20a4 4 0 1 0 3.86 5H20v3h8v-8h-8ZM8 10a2 2 0 1 1 2-2a2 2 0 0 1-2 2m16-4a2 2 0 1 1-2 2a2 2 0 0 1 2-2M8 26a2 2 0 1 1 2-2a2 2 0 0 1-2 2m14-4h4v4h-4Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonFlowData(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 23h-8.14a4.2 4.2 0 0 0-.43-1L22 11.43a3.86 3.86 0 0 0 2 .57a4 4 0 1 0-3.86-5h-8.28a4 4 0 1 0 0 2h8.28a4.2 4.2 0 0 0 .43 1L10 20.57A3.86 3.86 0 0 0 8 20a4 4 0 1 0 3.86 5H20v3h8v-8h-8ZM8 10a2 2 0 1 1 2-2a2 2 0 0 1-2 2m16-4a2 2 0 1 1-2 2a2 2 0 0 1 2-2M8 26a2 2 0 1 1 2-2a2 2 0 0 1-2 2m14-4h4v4h-4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 23h-8.14a4.2 4.2 0 0 0-.43-1L22 11.43a3.86 3.86 0 0 0 2 .57a4 4 0 1 0-3.86-5h-8.28a4 4 0 1 0 0 2h8.28a4.2 4.2 0 0 0 .43 1L10 20.57A3.86 3.86 0 0 0 8 20a4 4 0 1 0 3.86 5H20v3h8v-8h-8ZM8 10a2 2 0 1 1 2-2a2 2 0 0 1-2 2m16-4a2 2 0 1 1-2 2a2 2 0 0 1 2-2M8 26a2 2 0 1 1 2-2a2 2 0 0 1-2 2m14-4h4v4h-4Z"/></svg> </template>
CSS
.icon-flow-data {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2023h-8.14a4.2%204.2%200%200%200-.43-1L22%2011.43a3.86%203.86%200%200%200%202%20.57a4%204%200%201%200-3.86-5h-8.28a4%204%200%201%200%200%202h8.28a4.2%204.2%200%200%200%20.43%201L10%2020.57A3.86%203.86%200%200%200%208%2020a4%204%200%201%200%203.86%205H20v3h8v-8h-8ZM8%2010a2%202%200%201%201%202-2a2%202%200%200%201-2%202m16-4a2%202%200%201%201-2%202a2%202%200%200%201%202-2M8%2026a2%202%200%201%201%202-2a2%202%200%200%201-2%202m14-4h4v4h-4Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2023h-8.14a4.2%204.2%200%200%200-.43-1L22%2011.43a3.86%203.86%200%200%200%202%20.57a4%204%200%201%200-3.86-5h-8.28a4%204%200%201%200%200%202h8.28a4.2%204.2%200%200%200%20.43%201L10%2020.57A3.86%203.86%200%200%200%208%2020a4%204%200%201%200%203.86%205H20v3h8v-8h-8ZM8%2010a2%202%200%201%201%202-2a2%202%200%200%201-2%202m16-4a2%202%200%201%201-2%202a2%202%200%200%201%202-2M8%2026a2%202%200%201%201%202-2a2%202%200%200%201-2%202m14-4h4v4h-4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/flow-data.svg?color=%231a73e8&size=48