Cics Wui Region Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cics Wui Region 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/317343.svg" alt="Cics Wui Region icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317343.svg" alt="Cics Wui Region icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317343.svg" alt="Cics Wui Region icon" :width="24" :height="24" />
CSS background
.icon-cics-wui-region {
background-image: url('https://proicons.com/icon/317343.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>
<polygon points="22 22 24 22 24 28 22 28 22 30 28 30 28 28 26 28 26 22 28 22 28 20 22 20 22 22"/>
<path d="M18,28H16V20H14v8.6A1.4529,1.4529,0,0,0,15.5,30h3A1.4529,1.4529,0,0,0,20,28.6V20H18Z" transform="translate(0 0)"/>
<polygon points="10.2 20 10 28.5 9 22 7 22 6 28.5 5.8 20 4 20 4.72 30 7 30 8 23.5 9 30 11.28 30 12 20 10.2 20"/>
<polygon points="16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11"/>
<path d="M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!