business processes icon
business-processes from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- business-processes
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the business processes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 31h-.028a1 1 0 0 1-.912-.658l-3.136-8.625l-2.005 4.677A1 1 0 0 1 16 27h-4v-2h3.34l2.74-6.394c.163-.377.549-.616.948-.606a1 1 0 0 1 .912.658l3.136 8.626l2.005-4.678A1 1 0 0 1 26 22h4v2h-3.34l-2.74 6.394A1 1 0 0 1 23 31"/><path fill="currentColor" d="M9 25H4V10h24v9h2v-9c0-1.103-.897-2-2-2h-6V4c0-1.103-.897-2-2-2h-8c-1.103 0-2 .897-2 2v4H4c-1.103 0-2 .897-2 2v15c0 1.103.897 2 2 2h5zm3-21h8v4h-8z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonBusinessProcesses(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="M23 31h-.028a1 1 0 0 1-.912-.658l-3.136-8.625l-2.005 4.677A1 1 0 0 1 16 27h-4v-2h3.34l2.74-6.394c.163-.377.549-.616.948-.606a1 1 0 0 1 .912.658l3.136 8.626l2.005-4.678A1 1 0 0 1 26 22h4v2h-3.34l-2.74 6.394A1 1 0 0 1 23 31"/><path fill="currentColor" d="M9 25H4V10h24v9h2v-9c0-1.103-.897-2-2-2h-6V4c0-1.103-.897-2-2-2h-8c-1.103 0-2 .897-2 2v4H4c-1.103 0-2 .897-2 2v15c0 1.103.897 2 2 2h5zm3-21h8v4h-8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 31h-.028a1 1 0 0 1-.912-.658l-3.136-8.625l-2.005 4.677A1 1 0 0 1 16 27h-4v-2h3.34l2.74-6.394c.163-.377.549-.616.948-.606a1 1 0 0 1 .912.658l3.136 8.626l2.005-4.678A1 1 0 0 1 26 22h4v2h-3.34l-2.74 6.394A1 1 0 0 1 23 31"/><path fill="currentColor" d="M9 25H4V10h24v9h2v-9c0-1.103-.897-2-2-2h-6V4c0-1.103-.897-2-2-2h-8c-1.103 0-2 .897-2 2v4H4c-1.103 0-2 .897-2 2v15c0 1.103.897 2 2 2h5zm3-21h8v4h-8z"/></svg> </template>
CSS
.icon-business-processes {
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%22M23%2031h-.028a1%201%200%200%201-.912-.658l-3.136-8.625l-2.005%204.677A1%201%200%200%201%2016%2027h-4v-2h3.34l2.74-6.394c.163-.377.549-.616.948-.606a1%201%200%200%201%20.912.658l3.136%208.626l2.005-4.678A1%201%200%200%201%2026%2022h4v2h-3.34l-2.74%206.394A1%201%200%200%201%2023%2031%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2025H4V10h24v9h2v-9c0-1.103-.897-2-2-2h-6V4c0-1.103-.897-2-2-2h-8c-1.103%200-2%20.897-2%202v4H4c-1.103%200-2%20.897-2%202v15c0%201.103.897%202%202%202h5zm3-21h8v4h-8z%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%22M23%2031h-.028a1%201%200%200%201-.912-.658l-3.136-8.625l-2.005%204.677A1%201%200%200%201%2016%2027h-4v-2h3.34l2.74-6.394c.163-.377.549-.616.948-.606a1%201%200%200%201%20.912.658l3.136%208.626l2.005-4.678A1%201%200%200%201%2026%2022h4v2h-3.34l-2.74%206.394A1%201%200%200%201%2023%2031%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2025H4V10h24v9h2v-9c0-1.103-.897-2-2-2h-6V4c0-1.103-.897-2-2-2h-8c-1.103%200-2%20.897-2%202v4H4c-1.103%200-2%20.897-2%202v15c0%201.103.897%202%202%202h5zm3-21h8v4h-8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/business-processes.svg?color=%231a73e8&size=48