Ibm Cloud Security Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Ibm Cloud Security 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/318037.svg" alt="Ibm Cloud Security icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318037.svg" alt="Ibm Cloud Security icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318037.svg" alt="Ibm Cloud Security icon" :width="24" :height="24" />
CSS background
.icon-ibm-cloud-security {
background-image: url('https://proicons.com/icon/318037.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M26,23h-8c-2.21,0-4-1.79-4-4,0-1.85,1.28-3.46,3.08-3.89.42-2.33,2.47-4.11,4.92-4.11s4.5,1.77,4.92,4.11c1.8.43,3.08,2.04,3.08,3.89,0,2.21-1.79,4-4,4ZM18,21h8c1.1,0,2-.9,2-2s-.9-2-2-2h-1v-1c0-1.65-1.35-3-3-3s-3,1.35-3,3v1h-1c-1.1,0-2,.9-2,2s.9,2,2,2ZM24,2H6c-1.1,0-2,.9-2,2v14.3c0,3.9,2.1,7.5,5.5,9.5l5.5,3.2,5.4-3.2c.5-.29.97-.62,1.42-.98l-1.37-1.37c-.3.23-.62.45-.94.66l-4.5,2.7-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2v-5c0-1.1-.9-2-2-2h-.01Z"/>
<rect id="_x3C_Transparent_Rectangle_x3E_" class="cls-1" width="32" height="32"/>
</svg>
Copied!