Bonfire Peaks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bonfire Peaks 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/337407.svg" alt="Bonfire Peaks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337407.svg" alt="Bonfire Peaks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337407.svg" alt="Bonfire Peaks icon" :width="24" :height="24" />
CSS background
.icon-bonfire-peaks {
background-image: url('https://proicons.com/icon/337407.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="5.5 41.4239 14.1913 41.4239 14.1913 38.2785 17.0056 38.2785 19.3233 31.4911 21.0615 33.2293 23.7931 24.0414 26.6074 32.7327 27.9318 31.3255 30.5805 38.7752 33.3949 38.7752 33.3949 41.9206 41.4239 41.9206 38.5268 35.6298 42.5 28.8423 34.8848 13.943 31.16 21.5582 24 6.0794 18.2472 17.0884 14.7707 9.8043 7.2383 24.6208 10.9631 31.7394 5.5 41.4239"/></svg>
Copied!