flow stream icon
flow-stream from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- flow-stream
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the flow stream icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 24h-8.137a4 4 0 0 0-.429-1.02L21.98 12.434A3.994 3.994 0 1 0 20.141 8H14v2h6.141a4 4 0 0 0 .425 1.02L10.02 21.566A3.994 3.994 0 1 0 11.859 26H20v3h8v-8h-8Zm4-17a2 2 0 1 1-2 2a2 2 0 0 1 2-2M8 27a2 2 0 1 1 2-2a2 2 0 0 1-2 2m14-4h4v4h-4ZM9.693 12.75a5 5 0 0 1 0-7.5l1.324 1.5a3 3 0 0 0 0 4.501Z"/><path fill="currentColor" d="M7.047 15.751a9 9 0 0 1 0-13.501l1.324 1.5a7 7 0 0 0 0 10.501Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonFlowStream(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 24h-8.137a4 4 0 0 0-.429-1.02L21.98 12.434A3.994 3.994 0 1 0 20.141 8H14v2h6.141a4 4 0 0 0 .425 1.02L10.02 21.566A3.994 3.994 0 1 0 11.859 26H20v3h8v-8h-8Zm4-17a2 2 0 1 1-2 2a2 2 0 0 1 2-2M8 27a2 2 0 1 1 2-2a2 2 0 0 1-2 2m14-4h4v4h-4ZM9.693 12.75a5 5 0 0 1 0-7.5l1.324 1.5a3 3 0 0 0 0 4.501Z"/><path fill="currentColor" d="M7.047 15.751a9 9 0 0 1 0-13.501l1.324 1.5a7 7 0 0 0 0 10.501Z"/></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 24h-8.137a4 4 0 0 0-.429-1.02L21.98 12.434A3.994 3.994 0 1 0 20.141 8H14v2h6.141a4 4 0 0 0 .425 1.02L10.02 21.566A3.994 3.994 0 1 0 11.859 26H20v3h8v-8h-8Zm4-17a2 2 0 1 1-2 2a2 2 0 0 1 2-2M8 27a2 2 0 1 1 2-2a2 2 0 0 1-2 2m14-4h4v4h-4ZM9.693 12.75a5 5 0 0 1 0-7.5l1.324 1.5a3 3 0 0 0 0 4.501Z"/><path fill="currentColor" d="M7.047 15.751a9 9 0 0 1 0-13.501l1.324 1.5a7 7 0 0 0 0 10.501Z"/></svg> </template>
CSS
.icon-flow-stream {
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%2024h-8.137a4%204%200%200%200-.429-1.02L21.98%2012.434A3.994%203.994%200%201%200%2020.141%208H14v2h6.141a4%204%200%200%200%20.425%201.02L10.02%2021.566A3.994%203.994%200%201%200%2011.859%2026H20v3h8v-8h-8Zm4-17a2%202%200%201%201-2%202a2%202%200%200%201%202-2M8%2027a2%202%200%201%201%202-2a2%202%200%200%201-2%202m14-4h4v4h-4ZM9.693%2012.75a5%205%200%200%201%200-7.5l1.324%201.5a3%203%200%200%200%200%204.501Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.047%2015.751a9%209%200%200%201%200-13.501l1.324%201.5a7%207%200%200%200%200%2010.501Z%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%2024h-8.137a4%204%200%200%200-.429-1.02L21.98%2012.434A3.994%203.994%200%201%200%2020.141%208H14v2h6.141a4%204%200%200%200%20.425%201.02L10.02%2021.566A3.994%203.994%200%201%200%2011.859%2026H20v3h8v-8h-8Zm4-17a2%202%200%201%201-2%202a2%202%200%200%201%202-2M8%2027a2%202%200%201%201%202-2a2%202%200%200%201-2%202m14-4h4v4h-4ZM9.693%2012.75a5%205%200%200%201%200-7.5l1.324%201.5a3%203%200%200%200%200%204.501Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.047%2015.751a9%209%200%200%201%200-13.501l1.324%201.5a7%207%200%200%200%200%2010.501Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/flow-stream.svg?color=%231a73e8&size=48