Cics Transaction Server Zos Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cics Transaction Server Zos 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/317342.svg" alt="Cics Transaction Server Zos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317342.svg" alt="Cics Transaction Server Zos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317342.svg" alt="Cics Transaction Server Zos icon" :width="24" :height="24" />
CSS background
.icon-cics-transaction-server-zos {
background-image: url('https://proicons.com/icon/317342.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>
<circle cx="28" cy="10" r="2"/>
<path d="M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"/>
<path d="M16,21c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5Zm0-8c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z"/>
<circle cx="4" cy="22" r="2"/>
<path d="M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!