Ironwill Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ironwill 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/342108.svg" alt="Ironwill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342108.svg" alt="Ironwill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342108.svg" alt="Ironwill icon" :width="24" :height="24" />
CSS background
.icon-ironwill {
background-image: url('https://proicons.com/icon/342108.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="30.79 24.79 27.31 25.43 24.55 29.98 23.99 23.05 16.84 19.65 15.65 19.96 16.59 15.15 18.04 17.97 23.48 20.1 27.81 17.59 20.73 11.27 16.03 10.83 10.2 17.18 11.46 24.86 15.09 29.37 14.78 34.14 11.46 39.9 18.19 43.5 27.18 42.72 30.19 34.76 35.64 28.31 35.58 22.45"/><polyline class="a" points="22.92 13.23 23.11 4.81 18.04 4.5 16.03 10.83"/><polyline class="a" points="26.52 16.44 29.81 8.45 25.11 6.19 22.99 10.2"/><polyline class="a" points="29.21 9.92 34.14 13.96 32.44 17.47 28.25 21.79 24.45 19.54"/><polyline class="a" points="28.71 21.31 31.32 25.68 37.8 20.77 33.16 15.99"/></svg>
Copied!