Cod Warzone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cod Warzone 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/323863.svg" alt="Cod Warzone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323863.svg" alt="Cod Warzone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323863.svg" alt="Cod Warzone icon" :width="24" :height="24" />
CSS background
.icon-cod-warzone {
background-image: url('https://proicons.com/icon/323863.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><polyline class="c" points="25.3711 33.8245 25.3711 25.2274 31.0667 33.8245 31.0667 25.2274"/><polyline class="c" points="10.5 25.2274 16.1956 25.2274 10.5 33.8245 16.1956 33.8245"/><line class="c" x1="33.2014" y1="29.5259" x2="36.0041" y2="29.5259"/><polyline class="c" points="37.5 33.8245 33.2014 33.8245 33.2014 25.2274 37.5 25.2274"/><rect class="c" x="17.4503" y="25.2274" width="5.6956" height="8.5971" rx="2.8478" ry="2.8478"/><path class="c" d="M29.3286,22.7727v-8.5971h2.8145c1.5912,0,2.8811,1.2927,2.8811,2.8873s-1.2899,2.8873-2.8811,2.8873h-2.8145"/><line class="c" x1="32.1432" y1="19.9501" x2="34.9574" y2="22.7705"/><polyline class="c" points="21.5729 14.1756 19.4236 22.7727 17.2743 14.1756 15.1251 22.7727 12.9758 14.1756"/><line class="c" x1="26.3251" y1="19.9248" x2="22.5162" y2="19.9248"/><polyline class="c" points="21.5729 22.7727 24.4207 14.1755 27.2685 22.7727"/></svg>
Copied!