Battlenet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Battlenet 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/336990.svg" alt="Battlenet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336990.svg" alt="Battlenet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336990.svg" alt="Battlenet icon" :width="24" :height="24" />
CSS background
.icon-battlenet {
background-image: url('https://proicons.com/icon/336990.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><path class="a" d="M12.3124,27.4945c-2.38,3.9662-2.89,9.8587-.4532,11.7284s8.3855,2.0964,19.264-10.6518A28.4084,28.4084,0,0,0,38.2056,8.2872"/><path class="a" d="M33.0806,32.942c4.6246.0778,9.9827-2.4268,10.3838-5.4716s-2.3773-8.31-18.8569-11.3572A28.4077,28.4077,0,0,0,3.5,20.1216"/><path class="a" d="M27.4142,12.2325c-2.2449-4.0439-7.093-7.4318-9.93-6.2567s-6.0083,6.2139-.4073,22.009A28.4079,28.4079,0,0,0,31.1017,44.26"/></svg>
Copied!