Call Of Duty Companion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Call Of Duty Companion 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/323376.svg" alt="Call Of Duty Companion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323376.svg" alt="Call Of Duty Companion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323376.svg" alt="Call Of Duty Companion icon" :width="24" :height="24" />
CSS background
.icon-call-of-duty-companion {
background-image: url('https://proicons.com/icon/323376.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M6.35,37.1942c11.7668,7.215,23.5328,6.9512,35.3,0L34.0482,32.64c-6.3706,3.9005-12.97,4.2117-20.0967,0Z"/><path class="a" d="M6.35,24.1018V16.4174l17.555-10.91L41.65,16.5121v7.59L23.9052,13.5712Z"/><path class="a" d="M6.35,37.1942V30.6483l17.555-10.3642L41.65,30.6483v6.5459L23.9052,26.4854Z"/></svg>
Copied!