Ibm Security Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Ibm Security icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/318072.svg" alt="Ibm Security icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318072.svg" alt="Ibm Security icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318072.svg" alt="Ibm Security icon" :width="24" :height="24" />
CSS background
.icon-ibm-security {
background-image: url('https://proicons.com/icon/318072.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<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><title>ibm-security</title><path id="IBM_Security_Shield" data-name="IBM Security Shield" d="M16,.0005,4,5.9784V20.0443a12,12,0,0,0,24,0V5.9784Zm6.83,27.3138L16,23.9119V26.14l5.0361,2.5088A10.0025,10.0025,0,0,1,6,20.0443V7.21L16,2.2284,26,7.21v3.75L16,5.9783V8.2062l10,4.9816v3.75L16,11.9562v2.2279l10,4.9815v.8787a9.9045,9.9045,0,0,1-.37,2.6871L16,17.934v2.2279l8.8952,4.4313A10.0252,10.0252,0,0,1,22.83,27.3143Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!