Rusted Warfare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rusted Warfare 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/332291.svg" alt="Rusted Warfare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332291.svg" alt="Rusted Warfare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332291.svg" alt="Rusted Warfare icon" :width="24" :height="24" />
CSS background
.icon-rusted-warfare {
background-image: url('https://proicons.com/icon/332291.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><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="c" d="M10.5,29.7806v-11.5613h3.7849c2.1398,0,3.8744,1.7384,3.8744,3.8828s-1.7346,3.8828-3.8744,3.8828h-3.7849"/><line class="c" x1="14.2849" y1="25.9849" x2="18.0695" y2="29.7777"/><line class="c" x1="20.0894" y1="18.2194" x2="27.7487" y2="18.2194"/><line class="c" x1="23.919" y1="29.7806" x2="23.919" y2="18.2194"/><path class="c" d="M30.0696,28.5139c.7089.923,1.5979,1.2667,2.8347,1.2667h1.7116c1.5928,0,2.8841-1.2913,2.8841-2.8841v-.0124c0-1.5928-1.2913-2.8841-2.8841-2.8841h-1.888c-1.5946,0-2.8872-1.2926-2.8872-2.8872h0c0-1.598,1.2954-2.8934,2.8934-2.8934h1.7023c1.2368,0,2.1257.3438,2.8347,1.2667"/></svg>
Copied!