Arena Of Valor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Arena Of Valor 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/336588.svg" alt="Arena Of Valor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336588.svg" alt="Arena Of Valor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336588.svg" alt="Arena Of Valor icon" :width="24" :height="24" />
CSS background
.icon-arena-of-valor {
background-image: url('https://proicons.com/icon/336588.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><path class="c" d="m24,44.5c-2.1944-6.75-10.1667-20.2222-14.2222-20.5,4.0556-.2778,12.0278-13.75,14.2222-20.5,2.1944,6.75,10.1667,20.2222,14.2222,20.5-4.0556.2778-12.0278,13.75-14.2222,20.5Z"/><polygon class="c" points="26.7903 24 24 17.2467 21.2097 24 24 30.7533 26.7903 24"/><line class="c" x1="29.2361" y1="24" x2="26.7903" y2="24"/><line class="c" x1="24" y1="17.2467" x2="20.8354" y2="10.6473"/><line class="c" x1="18.7639" y1="24" x2="21.2097" y2="24"/><line class="c" x1="24" y1="30.7533" x2="27.1646" y2="37.3527"/></svg>
Copied!