Brawlhalla Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Brawlhalla 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/337499.svg" alt="Brawlhalla icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337499.svg" alt="Brawlhalla icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337499.svg" alt="Brawlhalla icon" :width="24" :height="24" />
CSS background
.icon-brawlhalla {
background-image: url('https://proicons.com/icon/337499.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="24" y1="24.3379" x2="13.7956" y2="29.1539"/><line class="c" x1="12.734" y1="28.6102" x2="6.2948" y2="31.504"/><line class="c" x1="14.8566" y1="23.2494" x2="8.287" y2="24.2348"/><line class="c" x1="17.4418" y1="19.4669" x2="23.746" y2="20.0111"/><polyline class="c" points="18.2037 14.5414 20.163 10.2146 14.3668 11.3303"/><polygon class="c" points="24 4.5 31.9188 7.0852 33.6332 11.3303 29.7963 14.5414 30.5582 19.4669 39.2934 22.9501 41.933 31.0322 41.552 31.8213 29.9595 37.8081 24 43.5 18.0405 37.8081 6.448 31.8213 6.067 31.0322 8.7066 22.9501 17.4418 19.4669 18.2037 14.5414 14.3668 11.3303 16.0812 7.0852 24 4.5"/><polygon class="c" points="24 34.3793 35.266 28.6102 33.1434 23.2494 24 20.0111 14.8566 23.2494 12.734 28.6102 24 34.3793"/><line class="c" x1="24" y1="24.3379" x2="34.2044" y2="29.1539"/><line class="c" x1="35.266" y1="28.6102" x2="41.7052" y2="31.504"/><line class="c" x1="33.1434" y1="23.2494" x2="39.713" y2="24.2348"/><line class="c" x1="30.5582" y1="19.4669" x2="24" y2="20.0111"/><polyline class="c" points="29.7963 14.5414 27.837 10.2146 33.6332 11.3303"/><line class="c" x1="24" y1="4.5" x2="24" y2="43.5"/></svg>
Copied!