Continuous Integration Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Continuous Integration 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/319800.svg" alt="Continuous Integration icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319800.svg" alt="Continuous Integration icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319800.svg" alt="Continuous Integration icon" :width="24" :height="24" />
CSS background
.icon-continuous-integration {
background-image: url('https://proicons.com/icon/319800.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="continuous--integration_00000055679883412403629700000004588247758254983353_" d="M13.116,28.305l-0.165,0.701 C6.88,27.572,2.64,22.225,2.64,16c0-7.088,5.552-12.887,12.533-13.318l-1.427-1.428l0.509-0.509L16.509,3l-2.255,2.254l-0.509-0.509 l1.339-1.339C8.542,3.878,3.36,9.339,3.36,16C3.36,21.889,7.372,26.949,13.116,28.305z M29.36,16 c0-6.227-4.213-11.571-10.244-12.996L18.95,3.706c5.705,1.347,9.69,6.402,9.69,12.294c0,6.66-5.181,12.121-11.724,12.593 l1.339-1.338l-0.51-0.51L15.491,29l2.254,2.255l0.51-0.51l-1.427-1.427C23.809,28.887,29.36,23.088,29.36,16z M11.5,7.64h9 c0.13,0,0.25,0.07,0.313,0.184l4.5,8c0.062,0.109,0.062,0.243,0,0.353l-4.5,8C20.75,24.29,20.63,24.36,20.5,24.36h-9 c-0.13,0-0.25-0.07-0.314-0.184l-4.5-8c-0.062-0.109-0.062-0.243,0-0.353l4.5-8C11.25,7.71,11.37,7.64,11.5,7.64z M7.616,15.64 h7.769L11.5,8.734L7.616,15.64z M11.5,23.266l3.884-6.906H7.616L11.5,23.266z M19.885,23.64L16,16.734l-3.884,6.905L19.885,23.64 L19.885,23.64z M24.385,16.36h-7.769l3.884,6.906L24.385,16.36z M20.5,8.734l-3.884,6.906h7.769L20.5,8.734z M12.116,8.36L16,15.266 l3.885-6.906H12.116z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!