flow sequence icon

flow-sequence from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
flow-sequence
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the flow sequence 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.1c0-.4-.2-.7-.4-1L22 11.5c.6.4 1.3.6 2 .6c2.2 0 4-1.8 4-4s-1.8-4-4-4s-3.4 1.3-3.9 3H13v2h7.1c0 .4.2.7.4 1L10 20.6c-.6-.4-1.3-.6-2-.6c-2.2 0-4 1.8-4 4s1.8 4 4 4s3.4-1.3 3.9-3H20v3h8v-8h-8zm4-17c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2M8 26c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m14-4h4v4h-4zM4 12V4l7 4z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFlowSequence(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.1c0-.4-.2-.7-.4-1L22 11.5c.6.4 1.3.6 2 .6c2.2 0 4-1.8 4-4s-1.8-4-4-4s-3.4 1.3-3.9 3H13v2h7.1c0 .4.2.7.4 1L10 20.6c-.6-.4-1.3-.6-2-.6c-2.2 0-4 1.8-4 4s1.8 4 4 4s3.4-1.3 3.9-3H20v3h8v-8h-8zm4-17c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2M8 26c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m14-4h4v4h-4zM4 12V4l7 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.1c0-.4-.2-.7-.4-1L22 11.5c.6.4 1.3.6 2 .6c2.2 0 4-1.8 4-4s-1.8-4-4-4s-3.4 1.3-3.9 3H13v2h7.1c0 .4.2.7.4 1L10 20.6c-.6-.4-1.3-.6-2-.6c-2.2 0-4 1.8-4 4s1.8 4 4 4s3.4-1.3 3.9-3H20v3h8v-8h-8zm4-17c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2M8 26c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m14-4h4v4h-4zM4 12V4l7 4z"/></svg>
</template>

CSS

.icon-flow-sequence {
  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.1c0-.4-.2-.7-.4-1L22%2011.5c.6.4%201.3.6%202%20.6c2.2%200%204-1.8%204-4s-1.8-4-4-4s-3.4%201.3-3.9%203H13v2h7.1c0%20.4.2.7.4%201L10%2020.6c-.6-.4-1.3-.6-2-.6c-2.2%200-4%201.8-4%204s1.8%204%204%204s3.4-1.3%203.9-3H20v3h8v-8h-8zm4-17c1.1%200%202%20.9%202%202s-.9%202-2%202s-2-.9-2-2s.9-2%202-2M8%2026c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202m14-4h4v4h-4zM4%2012V4l7%204z%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.1c0-.4-.2-.7-.4-1L22%2011.5c.6.4%201.3.6%202%20.6c2.2%200%204-1.8%204-4s-1.8-4-4-4s-3.4%201.3-3.9%203H13v2h7.1c0%20.4.2.7.4%201L10%2020.6c-.6-.4-1.3-.6-2-.6c-2.2%200-4%201.8-4%204s1.8%204%204%204s3.4-1.3%203.9-3H20v3h8v-8h-8zm4-17c1.1%200%202%20.9%202%202s-.9%202-2%202s-2-.9-2-2s.9-2%202-2M8%2026c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202m14-4h4v4h-4zM4%2012V4l7%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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