orchestrate icon

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

Name
orchestrate
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the orchestrate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 20a2.98 2.98 0 0 0-2.324 1.127l-14.44-5.054l14.352-4.305A2.99 2.99 0 0 0 26 13c1.654 0 3-1.346 3-3s-1.346-3-3-3a2.996 2.996 0 0 0-2.985 2.851l-14.17 4.251l5.146-6.29c.317.115.653.188 1.009.188c1.654 0 3-1.346 3-3s-1.346-3-3-3s-3 1.346-3 3c0 .568.168 1.093.443 1.546l-5.434 6.641A3 3 0 0 0 6 13c-1.654 0-3 1.346-3 3s1.346 3 3 3c.356 0 .692-.073 1.01-.187l5.433 6.64A2.97 2.97 0 0 0 12 27c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3c-.356 0-.693.073-1.01.187l-4.965-6.069l13.976 4.892a3.003 3.003 0 0 0 3 2.99c1.653 0 3-1.346 3-3s-1.347-3-3-3m0-11a1 1 0 0 1 0 2a1 1 0 0 1 0-2M15 4c.551 0 1 .449 1 1s-.449 1-1 1s-1-.449-1-1s.449-1 1-1m1 23a1 1 0 0 1-2 0a1 1 0 0 1 2 0M5 16c0-.551.449-1 1-1s1 .449 1 1s-.449 1-1 1s-1-.449-1-1m21 8a1 1 0 1 1 .001-2.001A1 1 0 0 1 26 24"/></svg>

React

import type { SVGProps } from "react";

export function CarbonOrchestrate(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="M26 20a2.98 2.98 0 0 0-2.324 1.127l-14.44-5.054l14.352-4.305A2.99 2.99 0 0 0 26 13c1.654 0 3-1.346 3-3s-1.346-3-3-3a2.996 2.996 0 0 0-2.985 2.851l-14.17 4.251l5.146-6.29c.317.115.653.188 1.009.188c1.654 0 3-1.346 3-3s-1.346-3-3-3s-3 1.346-3 3c0 .568.168 1.093.443 1.546l-5.434 6.641A3 3 0 0 0 6 13c-1.654 0-3 1.346-3 3s1.346 3 3 3c.356 0 .692-.073 1.01-.187l5.433 6.64A2.97 2.97 0 0 0 12 27c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3c-.356 0-.693.073-1.01.187l-4.965-6.069l13.976 4.892a3.003 3.003 0 0 0 3 2.99c1.653 0 3-1.346 3-3s-1.347-3-3-3m0-11a1 1 0 0 1 0 2a1 1 0 0 1 0-2M15 4c.551 0 1 .449 1 1s-.449 1-1 1s-1-.449-1-1s.449-1 1-1m1 23a1 1 0 0 1-2 0a1 1 0 0 1 2 0M5 16c0-.551.449-1 1-1s1 .449 1 1s-.449 1-1 1s-1-.449-1-1m21 8a1 1 0 1 1 .001-2.001A1 1 0 0 1 26 24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 20a2.98 2.98 0 0 0-2.324 1.127l-14.44-5.054l14.352-4.305A2.99 2.99 0 0 0 26 13c1.654 0 3-1.346 3-3s-1.346-3-3-3a2.996 2.996 0 0 0-2.985 2.851l-14.17 4.251l5.146-6.29c.317.115.653.188 1.009.188c1.654 0 3-1.346 3-3s-1.346-3-3-3s-3 1.346-3 3c0 .568.168 1.093.443 1.546l-5.434 6.641A3 3 0 0 0 6 13c-1.654 0-3 1.346-3 3s1.346 3 3 3c.356 0 .692-.073 1.01-.187l5.433 6.64A2.97 2.97 0 0 0 12 27c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3c-.356 0-.693.073-1.01.187l-4.965-6.069l13.976 4.892a3.003 3.003 0 0 0 3 2.99c1.653 0 3-1.346 3-3s-1.347-3-3-3m0-11a1 1 0 0 1 0 2a1 1 0 0 1 0-2M15 4c.551 0 1 .449 1 1s-.449 1-1 1s-1-.449-1-1s.449-1 1-1m1 23a1 1 0 0 1-2 0a1 1 0 0 1 2 0M5 16c0-.551.449-1 1-1s1 .449 1 1s-.449 1-1 1s-1-.449-1-1m21 8a1 1 0 1 1 .001-2.001A1 1 0 0 1 26 24"/></svg>
</template>

CSS

.icon-orchestrate {
  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%22M26%2020a2.98%202.98%200%200%200-2.324%201.127l-14.44-5.054l14.352-4.305A2.99%202.99%200%200%200%2026%2013c1.654%200%203-1.346%203-3s-1.346-3-3-3a2.996%202.996%200%200%200-2.985%202.851l-14.17%204.251l5.146-6.29c.317.115.653.188%201.009.188c1.654%200%203-1.346%203-3s-1.346-3-3-3s-3%201.346-3%203c0%20.568.168%201.093.443%201.546l-5.434%206.641A3%203%200%200%200%206%2013c-1.654%200-3%201.346-3%203s1.346%203%203%203c.356%200%20.692-.073%201.01-.187l5.433%206.64A2.97%202.97%200%200%200%2012%2027c0%201.654%201.346%203%203%203s3-1.346%203-3s-1.346-3-3-3c-.356%200-.693.073-1.01.187l-4.965-6.069l13.976%204.892a3.003%203.003%200%200%200%203%202.99c1.653%200%203-1.346%203-3s-1.347-3-3-3m0-11a1%201%200%200%201%200%202a1%201%200%200%201%200-2M15%204c.551%200%201%20.449%201%201s-.449%201-1%201s-1-.449-1-1s.449-1%201-1m1%2023a1%201%200%200%201-2%200a1%201%200%200%201%202%200M5%2016c0-.551.449-1%201-1s1%20.449%201%201s-.449%201-1%201s-1-.449-1-1m21%208a1%201%200%201%201%20.001-2.001A1%201%200%200%201%2026%2024%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%22M26%2020a2.98%202.98%200%200%200-2.324%201.127l-14.44-5.054l14.352-4.305A2.99%202.99%200%200%200%2026%2013c1.654%200%203-1.346%203-3s-1.346-3-3-3a2.996%202.996%200%200%200-2.985%202.851l-14.17%204.251l5.146-6.29c.317.115.653.188%201.009.188c1.654%200%203-1.346%203-3s-1.346-3-3-3s-3%201.346-3%203c0%20.568.168%201.093.443%201.546l-5.434%206.641A3%203%200%200%200%206%2013c-1.654%200-3%201.346-3%203s1.346%203%203%203c.356%200%20.692-.073%201.01-.187l5.433%206.64A2.97%202.97%200%200%200%2012%2027c0%201.654%201.346%203%203%203s3-1.346%203-3s-1.346-3-3-3c-.356%200-.693.073-1.01.187l-4.965-6.069l13.976%204.892a3.003%203.003%200%200%200%203%202.99c1.653%200%203-1.346%203-3s-1.347-3-3-3m0-11a1%201%200%200%201%200%202a1%201%200%200%201%200-2M15%204c.551%200%201%20.449%201%201s-.449%201-1%201s-1-.449-1-1s.449-1%201-1m1%2023a1%201%200%200%201-2%200a1%201%200%200%201%202%200M5%2016c0-.551.449-1%201-1s1%20.449%201%201s-.449%201-1%201s-1-.449-1-1m21%208a1%201%200%201%201%20.001-2.001A1%201%200%200%201%2026%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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