Cyberpunk Red Companion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cyberpunk Red 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/324213.svg" alt="Cyberpunk Red Companion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324213.svg" alt="Cyberpunk Red Companion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324213.svg" alt="Cyberpunk Red Companion icon" :width="24" :height="24" />
CSS background
.icon-cyberpunk-red-companion {
background-image: url('https://proicons.com/icon/324213.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="4.5 11.3 4.5 32.1 9.5 36.7 43.5 36.7 43.5 15.9 38.5 11.3 4.5 11.3"/><line class="b" x1="20.8" y1="29.5" x2="26.7" y2="29.5"/><line class="b" x1="20.8" y1="17.6" x2="26.7" y2="17.6"/><line class="b" x1="20.8" y1="23.6" x2="24.6" y2="23.6"/><line class="b" x1="20.8" y1="17.6" x2="20.8" y2="29.5"/><path class="b" d="M30.4,29.5v-11.9h1.9c3.3,0,5.9,2.7,5.9,5.9h0c0,3.3-2.7,5.9-5.9,5.9h-1.9v.1Z"/><path class="b" d="M9.8,29.5v-11.9h3.8c2.2,0,4,1.8,4,4s-1.8,4-4,4h-3.8"/><line class="b" x1="13.8" y1="25.5" x2="17.6" y2="29.5"/></svg>
Copied!