Ibm Z Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Ibm Z 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/320216.svg" alt="Ibm Z icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320216.svg" alt="Ibm Z icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320216.svg" alt="Ibm Z icon" :width="24" :height="24" />
CSS background
.icon-ibm-z {
background-image: url('https://proicons.com/icon/320216.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 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <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--z_00000098902891419312189180000016903666473215508131_" d="M29,31.36H3c-0.199,0-0.36-0.161-0.36-0.36v-7 c0-0.096,0.038-0.188,0.105-0.255L19.131,7.36H3V6.64h17c0.146,0,0.277,0.087,0.333,0.222c0.056,0.134,0.024,0.289-0.078,0.392 L3.36,24.149v6.49H29V31.36z M29,25.36H11c-0.146,0-0.277-0.088-0.333-0.223s-0.025-0.289,0.078-0.393L27.64,7.851V1.36H3V0.64h25 c0.199,0,0.36,0.161,0.36,0.36v7c0,0.096-0.038,0.187-0.105,0.254L11.869,24.64H29V25.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!