Cics Region Target Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cics Region Target 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/317346.svg" alt="Cics Region Target icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317346.svg" alt="Cics Region Target icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317346.svg" alt="Cics Region Target icon" :width="24" :height="24" />
CSS background
.icon-cics-region-target {
background-image: url('https://proicons.com/icon/317346.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>
<rect x="26" y="7" width="2" height="3"/>
<rect x="29" y="4" width="3" height="2"/>
<rect x="26" width="2" height="3"/>
<rect x="22" y="4" width="3" height="2"/>
<polygon points="19 16 19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16"/>
<polygon points="13 16 13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16"/>
<path d="M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!