Carbon For Cloud Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Carbon For Cloud 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/319637.svg" alt="Carbon For Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319637.svg" alt="Carbon For Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319637.svg" alt="Carbon For Cloud icon" :width="24" :height="24" />
CSS background
.icon-carbon-for-cloud {
background-image: url('https://proicons.com/icon/319637.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="carbon--for-cloud_00000039843920132228525840000017201190024632902815_" d="M23.5,31.36c-0.062,0-0.124-0.017-0.181-0.049 l-7.5-4.336c-0.111-0.064-0.18-0.183-0.18-0.312v-8.672c0-0.129,0.068-0.247,0.18-0.312l7.5-4.336c0.113-0.064,0.248-0.064,0.361,0 l7.5,4.336c0.11,0.064,0.18,0.183,0.18,0.312v8.672c0,0.129-0.069,0.247-0.18,0.312l-7.5,4.336 C23.624,31.344,23.562,31.36,23.5,31.36z M16.36,26.456l7.14,4.128l7.14-4.128V18.2l-7.14-4.128L16.36,18.2V26.456z M13,25.36H9 c-4.61,0-8.36-3.751-8.36-8.36c0-3.818,2.544-7.105,6.217-8.074C7.835,4.111,12.064,0.64,17,0.64c5.713,0,10.36,4.647,10.36,10.36 h-0.72c0-5.315-4.324-9.64-9.64-9.64c-4.666,0-8.651,3.332-9.478,7.923C7.497,9.424,7.39,9.537,7.25,9.57 C3.782,10.384,1.36,13.44,1.36,17c0,4.213,3.427,7.64,7.64,7.64h4V25.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!