Metalstorm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Metalstorm 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/343675.svg" alt="Metalstorm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343675.svg" alt="Metalstorm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343675.svg" alt="Metalstorm icon" :width="24" :height="24" />
CSS background
.icon-metalstorm {
background-image: url('https://proicons.com/icon/343675.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M23.9999,14.183l15.0598-4.4931-6.7473,5.5184v14.0228s-4.157,6.9549-4.157,6.9549l.0003-17.5476-2.4413,1.9664.0006,19.6667-1.7151,2.8702-1.7151-2.8702.0006-19.6667-2.4413-1.9664.0003,17.5476-4.157-6.9549v-14.0228s-6.747-5.5181-6.747-5.5181l15.0594,4.4928Z"/><path class="f" d="M20.9227,10.6275l-14.3902-3.225v-.59h10.357l7.1105-1.954,7.1105,1.954h10.357v.59l-14.3902,3.225-3.0773-2.3139-3.0773,2.3139Z"/></svg>
Copied!