Ibm Cloud Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Ibm 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/320186.svg" alt="Ibm Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320186.svg" alt="Ibm Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320186.svg" alt="Ibm Cloud icon" :width="24" :height="24" />
CSS background
.icon-ibm-cloud {
background-image: url('https://proicons.com/icon/320186.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="ibm--cloud_1_" d="M23,30.36H7.5c-3.783,0-6.86-3.078-6.86-6.86c0-3.156,2.184-5.922,5.228-6.665 C6.866,12.159,11.03,8.64,16,8.64c3.727,0,7.169,2.007,9.011,5.244c3.642,0.903,6.35,4.199,6.35,8.116 C31.36,26.609,27.609,30.36,23,30.36z M5.732,17.618C3.169,18.388,1.36,20.782,1.36,23.5c0,3.386,2.754,6.14,6.14,6.14H23 c4.213,0,7.64-3.427,7.64-7.64s-3.427-7.64-7.64-7.64c-2.27,0-4.406,0.999-5.863,2.741c-0.128,0.154-0.355,0.172-0.507,0.046 c-0.152-0.128-0.173-0.355-0.045-0.507c1.594-1.906,3.932-2.999,6.416-2.999c0.358,0,0.711,0.022,1.058,0.066 C22.282,11.008,19.258,9.36,16,9.36c-5.315,0-9.64,4.325-9.64,9.64c0,1.691,0.445,3.356,1.286,4.813 c0.099,0.172,0.04,0.393-0.132,0.491c-0.174,0.101-0.393,0.042-0.492-0.132C6.118,22.606,5.64,20.818,5.64,19 C5.64,18.531,5.671,18.07,5.732,17.618z M28.027,12.735c-0.124,0-0.245-0.064-0.312-0.18c-0.1-0.172-0.041-0.393,0.132-0.492 l2.973-1.716c0.172-0.097,0.393-0.041,0.491,0.132c0.1,0.172,0.041,0.393-0.132,0.492l-2.973,1.716 C28.15,12.72,28.089,12.735,28.027,12.735z M3.972,12.735c-0.061,0-0.123-0.015-0.18-0.048L0.82,10.972 c-0.172-0.1-0.231-0.32-0.132-0.492c0.1-0.171,0.318-0.232,0.492-0.132l2.973,1.716c0.172,0.1,0.231,0.32,0.132,0.492 C4.218,12.671,4.097,12.735,3.972,12.735z M9.057,7.653c-0.125,0-0.246-0.064-0.312-0.18L7.028,4.5 C6.929,4.328,6.988,4.108,7.16,4.009c0.172-0.101,0.393-0.04,0.492,0.131l1.716,2.973c0.099,0.172,0.04,0.393-0.132,0.492 C9.18,7.638,9.118,7.653,9.057,7.653z M22.943,7.653c-0.062,0-0.123-0.015-0.18-0.048c-0.173-0.1-0.231-0.32-0.132-0.492 l1.716-2.973c0.1-0.172,0.321-0.229,0.491-0.132c0.173,0.1,0.231,0.32,0.132,0.492l-1.716,2.973 C23.188,7.588,23.067,7.653,22.943,7.653z M16,5.792c-0.199,0-0.36-0.161-0.36-0.36V2c0-0.199,0.161-0.36,0.36-0.36 S16.36,1.801,16.36,2v3.433C16.36,5.631,16.199,5.792,16,5.792z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!