Squad Busters Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Squad Busters 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/333236.svg" alt="Squad Busters icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333236.svg" alt="Squad Busters icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333236.svg" alt="Squad Busters icon" :width="24" :height="24" />
CSS background
.icon-squad-busters {
background-image: url('https://proicons.com/icon/333236.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><rect class="b" x="21.5676" y="21.5676" width="4.8649" height="4.8649" transform="translate(35.6085 -7.8942) rotate(65)"/><line class="b" x1="22.8235" y1="27.2325" x2="5.5" y2="35.3106"/><line class="b" x1="27.2325" y1="25.1765" x2="35.3106" y2="42.5"/><line class="b" x1="25.1765" y1="20.7675" x2="42.5" y2="12.6894"/><line class="b" x1="20.7675" y1="22.8235" x2="12.6894" y2="5.5"/></svg>
Copied!