Cloud Integration Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cloud Integration icon is commonly used in storage apps, sync indicators and cloud service dashboards. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/319712.svg" alt="Cloud Integration icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319712.svg" alt="Cloud Integration icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319712.svg" alt="Cloud Integration icon" :width="24" :height="24" />
CSS background
.icon-cloud-integration {
background-image: url('https://proicons.com/icon/319712.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="cloud--integration_00000139277121879107451590000001178218696937865384_" d="M24,31.36c-1.938,0-3.768-0.747-5.151-2.104 l-9.102-9.001l0.506-0.512l9.101,9c1.247,1.222,2.898,1.896,4.646,1.896c3.661,0,6.64-2.979,6.64-6.64 c0-1.799-0.707-3.483-1.992-4.743l0.504-0.514C30.575,20.14,31.36,22.006,31.36,24C31.36,28.059,28.059,31.36,24,31.36z M8,31.36 c-4.058,0-7.36-3.302-7.36-7.36c0-1.938,0.747-3.768,2.103-5.151l6.035-6.102l0.512,0.506l-6.033,6.101 C2.034,20.601,1.36,22.252,1.36,24c0,3.661,2.979,6.64,6.64,6.64c1.799,0,3.483-0.707,4.743-1.992l0.514,0.504 C11.861,30.575,9.994,31.36,8,31.36z M25,26.86c-1.025,0-1.86-0.835-1.86-1.86c0-0.383,0.116-0.739,0.315-1.035l-5.349-5.349 C17.53,19.081,16.797,19.36,16,19.36c-1.853,0-3.36-1.508-3.36-3.36c0-0.797,0.279-1.53,0.744-2.106l-5.35-5.35 C7.739,8.743,7.382,8.859,7,8.859c-1.025,0-1.86-0.834-1.86-1.86S5.974,5.14,7,5.14S8.859,5.974,8.859,7 c0,0.383-0.116,0.739-0.315,1.035l5.35,5.35c0.577-0.465,1.31-0.744,2.106-0.744c1.853,0,3.36,1.507,3.36,3.36 c0,0.797-0.279,1.53-0.744,2.106l5.349,5.349c0.296-0.199,0.652-0.315,1.035-0.315c1.025,0,1.86,0.835,1.86,1.86 S26.025,26.86,25,26.86z M25,23.86c-0.629,0-1.14,0.511-1.14,1.14s0.511,1.14,1.14,1.14s1.14-0.511,1.14-1.14S25.629,23.86,25,23.86 z M16,13.36c-1.456,0-2.64,1.185-2.64,2.64c0,1.456,1.185,2.64,2.64,2.64c1.456,0,2.64-1.184,2.64-2.64S17.456,13.36,16,13.36z M7,5.859c-0.628,0-1.14,0.512-1.14,1.14S6.371,8.14,7,8.14S8.14,7.628,8.14,7S7.628,5.859,7,5.859z M23.223,19.253l-0.512-0.506 l6.033-6.101C29.966,11.398,30.64,9.748,30.64,8c0-3.661-2.979-6.64-6.64-6.64c-1.799,0-3.483,0.708-4.743,1.993l-0.514-0.504 C20.139,1.424,22.006,0.64,24,0.64c4.059,0,7.36,3.302,7.36,7.36c0,1.938-0.747,3.767-2.104,5.151L23.223,19.253z M2.849,13.257 C1.424,11.861,0.64,9.994,0.64,8c0-4.058,3.302-7.36,7.36-7.36c1.938,0,3.767,0.747,5.151,2.103l9.102,9.001l-0.506,0.512l-9.101-9 C11.398,2.034,9.748,1.36,8,1.36C4.339,1.36,1.36,4.339,1.36,8c0,1.799,0.708,3.483,1.993,4.743L2.849,13.257z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!