ibm engineering workflow mgmt icon
ibm-engineering-workflow-mgmt from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-engineering-workflow-mgmt
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the ibm engineering workflow mgmt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.324 11.261A14.27 14.27 0 0 0 22.25 8H22v2h.25c2.608 0 5.155.837 7.246 2.372a12.18 12.18 0 0 1-7.548 7.036q.052-.605.052-1.22C22 10.366 15.635 4 7.812 4c-.929 0-1.856.09-2.757.268l-.657.13l-.13.657A14.3 14.3 0 0 0 4 7.812c0 4.124 1.78 7.831 4.598 10.426A14.2 14.2 0 0 0 8 22.254l.001.001a14.27 14.27 0 0 0 3.261 9.07l.439.53l.652-.22a14.18 14.18 0 0 0 9.237-10.046a14.18 14.18 0 0 0 10.045-9.237l.22-.652zM12.372 29.496A12.27 12.27 0 0 1 10 22.251c0-.912.113-1.796.303-2.652a14.1 14.1 0 0 0 9.105 2.349a12.18 12.18 0 0 1-7.036 7.548m7.51-9.613q-.833.116-1.694.117c-2.715 0-5.218-.904-7.247-2.412a12.4 12.4 0 0 1 4.048-5.204l-1.28-1.53A14.3 14.3 0 0 0 9.37 16.2A12.14 12.14 0 0 1 6.117 6.117A12 12 0 0 1 7.812 6C14.532 6 20 11.468 20 18.188q0 .862-.117 1.695Z"/><circle cx="20" cy="2" r="2" fill="currentColor"/><circle cx="27" cy="26" r="2" fill="currentColor"/><circle cx="2" cy="20" r="2" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmEngineeringWorkflowMgmt(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="M31.324 11.261A14.27 14.27 0 0 0 22.25 8H22v2h.25c2.608 0 5.155.837 7.246 2.372a12.18 12.18 0 0 1-7.548 7.036q.052-.605.052-1.22C22 10.366 15.635 4 7.812 4c-.929 0-1.856.09-2.757.268l-.657.13l-.13.657A14.3 14.3 0 0 0 4 7.812c0 4.124 1.78 7.831 4.598 10.426A14.2 14.2 0 0 0 8 22.254l.001.001a14.27 14.27 0 0 0 3.261 9.07l.439.53l.652-.22a14.18 14.18 0 0 0 9.237-10.046a14.18 14.18 0 0 0 10.045-9.237l.22-.652zM12.372 29.496A12.27 12.27 0 0 1 10 22.251c0-.912.113-1.796.303-2.652a14.1 14.1 0 0 0 9.105 2.349a12.18 12.18 0 0 1-7.036 7.548m7.51-9.613q-.833.116-1.694.117c-2.715 0-5.218-.904-7.247-2.412a12.4 12.4 0 0 1 4.048-5.204l-1.28-1.53A14.3 14.3 0 0 0 9.37 16.2A12.14 12.14 0 0 1 6.117 6.117A12 12 0 0 1 7.812 6C14.532 6 20 11.468 20 18.188q0 .862-.117 1.695Z"/><circle cx="20" cy="2" r="2" fill="currentColor"/><circle cx="27" cy="26" r="2" fill="currentColor"/><circle cx="2" cy="20" r="2" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.324 11.261A14.27 14.27 0 0 0 22.25 8H22v2h.25c2.608 0 5.155.837 7.246 2.372a12.18 12.18 0 0 1-7.548 7.036q.052-.605.052-1.22C22 10.366 15.635 4 7.812 4c-.929 0-1.856.09-2.757.268l-.657.13l-.13.657A14.3 14.3 0 0 0 4 7.812c0 4.124 1.78 7.831 4.598 10.426A14.2 14.2 0 0 0 8 22.254l.001.001a14.27 14.27 0 0 0 3.261 9.07l.439.53l.652-.22a14.18 14.18 0 0 0 9.237-10.046a14.18 14.18 0 0 0 10.045-9.237l.22-.652zM12.372 29.496A12.27 12.27 0 0 1 10 22.251c0-.912.113-1.796.303-2.652a14.1 14.1 0 0 0 9.105 2.349a12.18 12.18 0 0 1-7.036 7.548m7.51-9.613q-.833.116-1.694.117c-2.715 0-5.218-.904-7.247-2.412a12.4 12.4 0 0 1 4.048-5.204l-1.28-1.53A14.3 14.3 0 0 0 9.37 16.2A12.14 12.14 0 0 1 6.117 6.117A12 12 0 0 1 7.812 6C14.532 6 20 11.468 20 18.188q0 .862-.117 1.695Z"/><circle cx="20" cy="2" r="2" fill="currentColor"/><circle cx="27" cy="26" r="2" fill="currentColor"/><circle cx="2" cy="20" r="2" fill="currentColor"/></svg> </template>
CSS
.icon-ibm-engineering-workflow-mgmt {
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%22M31.324%2011.261A14.27%2014.27%200%200%200%2022.25%208H22v2h.25c2.608%200%205.155.837%207.246%202.372a12.18%2012.18%200%200%201-7.548%207.036q.052-.605.052-1.22C22%2010.366%2015.635%204%207.812%204c-.929%200-1.856.09-2.757.268l-.657.13l-.13.657A14.3%2014.3%200%200%200%204%207.812c0%204.124%201.78%207.831%204.598%2010.426A14.2%2014.2%200%200%200%208%2022.254l.001.001a14.27%2014.27%200%200%200%203.261%209.07l.439.53l.652-.22a14.18%2014.18%200%200%200%209.237-10.046a14.18%2014.18%200%200%200%2010.045-9.237l.22-.652zM12.372%2029.496A12.27%2012.27%200%200%201%2010%2022.251c0-.912.113-1.796.303-2.652a14.1%2014.1%200%200%200%209.105%202.349a12.18%2012.18%200%200%201-7.036%207.548m7.51-9.613q-.833.116-1.694.117c-2.715%200-5.218-.904-7.247-2.412a12.4%2012.4%200%200%201%204.048-5.204l-1.28-1.53A14.3%2014.3%200%200%200%209.37%2016.2A12.14%2012.14%200%200%201%206.117%206.117A12%2012%200%200%201%207.812%206C14.532%206%2020%2011.468%2020%2018.188q0%20.862-.117%201.695Z%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%2220%22%20r%3D%222%22%20fill%3D%22currentColor%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%22M31.324%2011.261A14.27%2014.27%200%200%200%2022.25%208H22v2h.25c2.608%200%205.155.837%207.246%202.372a12.18%2012.18%200%200%201-7.548%207.036q.052-.605.052-1.22C22%2010.366%2015.635%204%207.812%204c-.929%200-1.856.09-2.757.268l-.657.13l-.13.657A14.3%2014.3%200%200%200%204%207.812c0%204.124%201.78%207.831%204.598%2010.426A14.2%2014.2%200%200%200%208%2022.254l.001.001a14.27%2014.27%200%200%200%203.261%209.07l.439.53l.652-.22a14.18%2014.18%200%200%200%209.237-10.046a14.18%2014.18%200%200%200%2010.045-9.237l.22-.652zM12.372%2029.496A12.27%2012.27%200%200%201%2010%2022.251c0-.912.113-1.796.303-2.652a14.1%2014.1%200%200%200%209.105%202.349a12.18%2012.18%200%200%201-7.036%207.548m7.51-9.613q-.833.116-1.694.117c-2.715%200-5.218-.904-7.247-2.412a12.4%2012.4%200%200%201%204.048-5.204l-1.28-1.53A14.3%2014.3%200%200%200%209.37%2016.2A12.14%2012.14%200%200%201%206.117%206.117A12%2012%200%200%201%207.812%206C14.532%206%2020%2011.468%2020%2018.188q0%20.862-.117%201.695Z%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%2220%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-engineering-workflow-mgmt.svg?color=%231a73e8&size=48