Connect Applications Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Connect Applications 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/319777.svg" alt="Connect Applications icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319777.svg" alt="Connect Applications icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319777.svg" alt="Connect Applications icon" :width="24" :height="24" />
CSS background
.icon-connect-applications {
background-image: url('https://proicons.com/icon/319777.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 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <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="connect--applications_00000169519122254612384450000000222989921016158370_" d="M30,29.36H20 c-0.199,0-0.36-0.161-0.36-0.36v-9c0-0.199,0.161-0.36,0.36-0.36h4.64v-3.28H7.36v3.28H12c0.199,0,0.36,0.161,0.36,0.36v9 c0,0.199-0.161,0.36-0.36,0.36H2c-0.199,0-0.36-0.161-0.36-0.36v-9c0-0.199,0.161-0.36,0.36-0.36h4.64V16 c0-0.199,0.161-0.36,0.36-0.36h8.64v-3.28H11c-0.199,0-0.36-0.161-0.36-0.36V3c0-0.199,0.161-0.36,0.36-0.36h10 c0.199,0,0.36,0.161,0.36,0.36v9c0,0.199-0.161,0.36-0.36,0.36h-4.64v3.28H25c0.199,0,0.36,0.161,0.36,0.36v3.64H30 c0.199,0,0.36,0.161,0.36,0.36v9C30.36,29.199,30.199,29.36,30,29.36z M20.36,28.64h9.279v-8.28H20.36V28.64z M2.36,28.64h9.28 v-8.28H2.36V28.64z M11.36,11.64h9.28V3.36h-9.28V11.64z M24,22.36h-2v-0.72h2V22.36z M6,22.36H4v-0.72h2V22.36z M15,5.36h-2V4.64h2 V5.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!