Flashinvaders 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flashinvaders 2 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/325952.svg" alt="Flashinvaders 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325952.svg" alt="Flashinvaders 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325952.svg" alt="Flashinvaders 2 icon" :width="24" :height="24" />
CSS background
.icon-flashinvaders-2 {
background-image: url('https://proicons.com/icon/325952.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><rect class="c" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><path class="c" d="M7.5053,26.2345h3.0202v-5.4651l3.0921-.0359.0719-2.8764h3.0202l-.0359-5.573h-3.0561v2.8045h5.9685s0,2.6966,0,2.6966h8.7729l.0719-2.7685,5.8965.036v-2.6247l-3.0202-.0359v5.3932s3.0921.036,3.0921.036v2.9483h2.8764l.0719,5.6089,3.0202.0719.0359,5.6449-2.9123.0359v-2.7326h-3.0921l.0719,5.7527h3.0921l-.0359-2.9842-9.0965.036.036,2.9842,3.0561-.036-.1438-5.9685-14.9571.0719.0359,5.8246h3.2v-3.0202l-6.1842.0719v-2.8045s-3.0921,0-3.0921,0v5.7887h3.0921v-2.9483h-5.9685v-5.9325Z"/><path class="c" d="M16.5299,20.7694l3.0921.0359v5.6808l-3.0921.0359v-5.7527Z"/><path class="c" d="M28.1828,20.8449l3.0921.0359v5.6808l-3.0921.0359v-5.7527Z"/></svg>
Copied!