Application Integration Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Application 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/319537.svg" alt="Application Integration icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319537.svg" alt="Application Integration icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319537.svg" alt="Application Integration icon" :width="24" :height="24" />
CSS background
.icon-application-integration {
background-image: url('https://proicons.com/icon/319537.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 27.5.0, 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="application--integration_00000181782860863861080250000005718889720783954616_" d="M16,31.36 C7.53,31.36,0.64,24.47,0.64,16S7.53,0.64,16,0.64S31.36,7.53,31.36,16S24.47,31.36,16,31.36z M8.022,28.271 C10.319,29.769,13.06,30.64,16,30.64c8.072,0,14.64-6.567,14.64-14.64S24.073,1.36,16,1.36C7.927,1.36,1.36,7.927,1.36,16 c0,2.94,0.871,5.681,2.37,7.978C3.67,23.66,3.64,23.334,3.64,23c0-2.955,2.404-5.36,5.36-5.36c0.729,0,1.424,0.146,2.059,0.411 l3.132-6.221c-0.932-0.598-1.55-1.643-1.55-2.83c0-1.853,1.507-3.36,3.36-3.36S19.36,7.147,19.36,9c0,1.181-0.612,2.221-1.535,2.82 l4.67,9.39c0.16-0.046,0.33-0.07,0.505-0.07c1.025,0,1.86,0.835,1.86,1.86s-0.835,1.86-1.86,1.86s-1.86-0.835-1.86-1.86 c0-0.594,0.279-1.123,0.714-1.464l-4.671-9.391c-0.731,0.276-1.616,0.278-2.348,0.007l-3.132,6.221 c1.588,0.931,2.657,2.656,2.657,4.627c0,2.955-2.404,5.36-5.36,5.36C8.667,28.36,8.34,28.329,8.022,28.271z M9,18.36 c-2.559,0-4.64,2.081-4.64,4.64S6.441,27.64,9,27.64s4.64-2.081,4.64-4.64c0-1.689-0.908-3.172-2.262-3.983l-1.258,2.499 c0.449,0.34,0.74,0.879,0.74,1.484c0,1.025-0.834,1.86-1.86,1.86S7.14,24.025,7.14,23S7.975,21.14,9,21.14 c0.163,0,0.322,0.021,0.473,0.062l1.261-2.505C10.198,18.479,9.613,18.36,9,18.36z M23,21.86c-0.629,0-1.14,0.511-1.14,1.14 s0.511,1.14,1.14,1.14s1.14-0.511,1.14-1.14S23.629,21.86,23,21.86z M9,21.86c-0.628,0-1.14,0.511-1.14,1.14S8.372,24.14,9,24.14 s1.14-0.511,1.14-1.14S9.628,21.86,9,21.86z M16,6.36c-1.456,0-2.64,1.185-2.64,2.64s1.185,2.64,2.64,2.64 c1.456,0,2.64-1.185,2.64-2.64S17.456,6.36,16,6.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!