Mindustry Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mindustry 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/343857.svg" alt="Mindustry icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343857.svg" alt="Mindustry icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343857.svg" alt="Mindustry icon" :width="24" :height="24" />
CSS background
.icon-mindustry {
background-image: url('https://proicons.com/icon/343857.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="15.3163 25.5102 10.7857 30.0408 5.5 30.0408 5.5 17.9592 10.7857 17.9592 15.3163 22.4898 15.3163 25.5102"/><polygon class="b" points="32.6837 22.4898 37.2143 17.9592 42.5 17.9592 42.5 30.0408 37.2143 30.0408 32.6837 25.5102 32.6837 22.4898"/><path class="b" d="M25.5102,15.3163h2.6429c1.7693,1.7693,2.7613,2.7613,4.5306,4.5306v8.3061c-1.7693,1.7693-2.7613,2.7613-4.5306,4.5306h-8.3061c-1.7693-1.7693-2.7613-2.7613-4.5306-4.5306v-8.3061c1.7693-1.7693,2.7613-2.7613,4.5306-4.5306h2.6429"/><polygon class="b" points="22.4898 15.3163 17.9592 10.7857 17.9592 5.5 30.0408 5.5 30.0408 10.7857 25.5102 15.3163 22.4898 15.3163"/><polygon class="b" points="25.5102 32.6837 30.0408 37.2143 30.0408 42.5 17.9592 42.5 17.9592 37.2143 22.4898 32.6837 25.5102 32.6837"/><path class="b" d="M26.0102,15.3163v6.3994l-.7879.7879h-2.4445l-.7879-.7879v-6.3994"/></svg>
Copied!