Openarena Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openarena 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/345235.svg" alt="Openarena icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345235.svg" alt="Openarena icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345235.svg" alt="Openarena icon" :width="24" :height="24" />
CSS background
.icon-openarena {
background-image: url('https://proicons.com/icon/345235.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="35.275 41.255 24.284 7.436 12.87 41.255"/><line class="a" x1="16.6746" y1="29.8413" x2="31.4703" y2="29.8413"/><path class="a" d="M16.8253,28.8913c-8.09-2.1986-12.6744-7.6255-10.9725-12.99s9.2211-9.19,17.9984-9.156S40.2468,10.6621,42.087,16.04s-2.6045,10.77-10.6392,12.9072"/></svg>
Copied!