Cloud Services Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cloud Services 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/319725.svg" alt="Cloud Services icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319725.svg" alt="Cloud Services icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319725.svg" alt="Cloud Services icon" :width="24" :height="24" />
CSS background
.icon-cloud-services {
background-image: url('https://proicons.com/icon/319725.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 24.1.2, 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--services_1_" d="M26.385,31.36H7.923c-4.016,0-7.283-3.268-7.283-7.283c0-4.364,3.916-7.963,8.272-7.369 c2.01-3.457,4.635-5.068,8.242-5.068c5.604,0,9.41,5.111,9.584,10.01c2.658,0.162,4.622,2.144,4.622,4.734 C31.36,29.175,29.175,31.36,26.385,31.36z M24.86,30.64h1.524c2.386,0,4.255-1.869,4.255-4.255c0-2.332-1.789-4.024-4.255-4.024 c-0.199,0-0.36-0.161-0.36-0.36c0-4.655-3.564-9.64-8.87-9.64c-3.395,0-5.853,1.563-7.738,4.918 c-0.075,0.132-0.224,0.205-0.375,0.178c-4.014-0.679-7.682,2.604-7.682,6.621c0,3.619,2.944,6.562,6.563,6.562H9.14V28 c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36v2.64h8.28V28c0-0.199,0.161-0.36,0.36-0.36h3 c0.199,0,0.36,0.161,0.36,0.36V30.64z M21.86,30.64h2.279v-2.28H21.86V30.64z M9.86,30.64h2.28v-2.28H9.86V30.64z M18,24.36h-3 c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36v3 C18.36,24.199,18.199,24.36,18,24.36z M15.36,23.64h2.28v-2.28h-2.28V23.64z M12.5,24.36h-3c-0.199,0-0.36-0.161-0.36-0.36v-3 c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36v3C12.86,24.199,12.699,24.36,12.5,24.36z M9.86,23.64h2.28v-2.28 H9.86V23.64z M31,16.36h-3c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36v3 C31.36,16.199,31.199,16.36,31,16.36z M28.36,15.64h2.279v-2.28H28.36V15.64z M24,10.36h-3c-0.199,0-0.36-0.161-0.36-0.36V7 c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36v3C24.36,10.199,24.199,10.36,24,10.36z M21.36,9.64h2.279V7.36H21.36 V9.64z M4,10.36H1c-0.199,0-0.36-0.161-0.36-0.36V7c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36v3 C4.36,10.199,4.199,10.36,4,10.36z M1.36,9.64h2.28V7.36H1.36V9.64z M31,4.36h-3c-0.199,0-0.36-0.161-0.36-0.36V1 c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36v3C31.36,4.199,31.199,4.36,31,4.36z M28.36,3.64h2.279V1.36H28.36 V3.64z M12,4.36H9C8.801,4.36,8.64,4.199,8.64,4V1c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36v3 C12.36,4.199,12.199,4.36,12,4.36z M9.36,3.64h2.28V1.36H9.36V3.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!