Orchestrate Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Orchestrate icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/318514.svg" alt="Orchestrate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318514.svg" alt="Orchestrate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318514.svg" alt="Orchestrate icon" :width="24" :height="24" />
CSS background
.icon-orchestrate {
background-image: url('https://proicons.com/icon/318514.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" viewBox="0 0 32 32">
<!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->
<defs>
<style>
.st0 {
fill: none;
}
</style>
</defs>
<path d="M26,20c-.9421,0-1.7739.4453-2.3243,1.1266l-14.4392-5.0535,14.3519-4.3056c.5466.7434,1.4202,1.2324,2.4116,1.2324,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.6034,0-2.9057,1.2674-2.985,2.8514l-14.1704,4.2511,5.1461-6.2897c.3169.1141.6535.1872,1.0093.1872,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.5677.1675,1.0934.4426,1.5466l-5.4332,6.6406c-.3169-.1141-.6536-.1871-1.0094-.1871-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.3558,0,.6924-.073,1.0094-.1872l5.4333,6.6404c-.2751.4532-.4427.9789-.4427,1.5468,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.3559,0-.6926.073-1.0096.1873l-4.9651-6.0688,13.9758,4.8918c.0056,1.6495,1.3481,2.9898,2.999,2.9898,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM26,9c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,4c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM16,27c0,.5518-.4487,1-1,1s-1-.4482-1-1,.4487-1,1-1,1,.4482,1,1ZM5,16c0-.5513.4487-1,1-1s1,.4487,1,1-.4487,1-1,1-1-.4487-1-1ZM26,24c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z"/>
<rect id="__x3C_Transparent_Rectangle_x3E_" class="st0" width="32" height="32"/>
</svg>
Copied!