pipelines icon
pipelines from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- pipelines
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the pipelines icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 12h6c1.103 0 2-.897 2-2V4c0-1.102-.897-2-2-2h-6c-1.103 0-2 .898-2 2v2h-9c-2.757 0-5 2.243-5 5H4c-1.103 0-2 .898-2 2v6c0 1.103.897 2 2 2h2c0 2.757 2.243 5 5 5h9v2c0 1.103.897 2 2 2h6c1.103 0 2-.897 2-2v-6c0-1.102-.897-2-2-2h-6c-1.103 0-2 .898-2 2v2h-9c-1.654 0-3-1.346-3-3h2c1.103 0 2-.897 2-2v-6c0-1.102-.897-2-2-2H8c0-1.654 1.346-3 3-3h9v2c0 1.103.897 2 2 2m0 10h6v6h-6l-.001-6zm-12-9v6H4l-.001-6zm12-9h6v6h-6l-.001-6z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPipelines(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="M22 12h6c1.103 0 2-.897 2-2V4c0-1.102-.897-2-2-2h-6c-1.103 0-2 .898-2 2v2h-9c-2.757 0-5 2.243-5 5H4c-1.103 0-2 .898-2 2v6c0 1.103.897 2 2 2h2c0 2.757 2.243 5 5 5h9v2c0 1.103.897 2 2 2h6c1.103 0 2-.897 2-2v-6c0-1.102-.897-2-2-2h-6c-1.103 0-2 .898-2 2v2h-9c-1.654 0-3-1.346-3-3h2c1.103 0 2-.897 2-2v-6c0-1.102-.897-2-2-2H8c0-1.654 1.346-3 3-3h9v2c0 1.103.897 2 2 2m0 10h6v6h-6l-.001-6zm-12-9v6H4l-.001-6zm12-9h6v6h-6l-.001-6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 12h6c1.103 0 2-.897 2-2V4c0-1.102-.897-2-2-2h-6c-1.103 0-2 .898-2 2v2h-9c-2.757 0-5 2.243-5 5H4c-1.103 0-2 .898-2 2v6c0 1.103.897 2 2 2h2c0 2.757 2.243 5 5 5h9v2c0 1.103.897 2 2 2h6c1.103 0 2-.897 2-2v-6c0-1.102-.897-2-2-2h-6c-1.103 0-2 .898-2 2v2h-9c-1.654 0-3-1.346-3-3h2c1.103 0 2-.897 2-2v-6c0-1.102-.897-2-2-2H8c0-1.654 1.346-3 3-3h9v2c0 1.103.897 2 2 2m0 10h6v6h-6l-.001-6zm-12-9v6H4l-.001-6zm12-9h6v6h-6l-.001-6z"/></svg> </template>
CSS
.icon-pipelines {
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%22M22%2012h6c1.103%200%202-.897%202-2V4c0-1.102-.897-2-2-2h-6c-1.103%200-2%20.898-2%202v2h-9c-2.757%200-5%202.243-5%205H4c-1.103%200-2%20.898-2%202v6c0%201.103.897%202%202%202h2c0%202.757%202.243%205%205%205h9v2c0%201.103.897%202%202%202h6c1.103%200%202-.897%202-2v-6c0-1.102-.897-2-2-2h-6c-1.103%200-2%20.898-2%202v2h-9c-1.654%200-3-1.346-3-3h2c1.103%200%202-.897%202-2v-6c0-1.102-.897-2-2-2H8c0-1.654%201.346-3%203-3h9v2c0%201.103.897%202%202%202m0%2010h6v6h-6l-.001-6zm-12-9v6H4l-.001-6zm12-9h6v6h-6l-.001-6z%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%22M22%2012h6c1.103%200%202-.897%202-2V4c0-1.102-.897-2-2-2h-6c-1.103%200-2%20.898-2%202v2h-9c-2.757%200-5%202.243-5%205H4c-1.103%200-2%20.898-2%202v6c0%201.103.897%202%202%202h2c0%202.757%202.243%205%205%205h9v2c0%201.103.897%202%202%202h6c1.103%200%202-.897%202-2v-6c0-1.102-.897-2-2-2h-6c-1.103%200-2%20.898-2%202v2h-9c-1.654%200-3-1.346-3-3h2c1.103%200%202-.897%202-2v-6c0-1.102-.897-2-2-2H8c0-1.654%201.346-3%203-3h9v2c0%201.103.897%202%202%202m0%2010h6v6h-6l-.001-6zm-12-9v6H4l-.001-6zm12-9h6v6h-6l-.001-6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/pipelines.svg?color=%231a73e8&size=48