Aha Games Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aha Games 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/336020.svg" alt="Aha Games icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336020.svg" alt="Aha Games icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336020.svg" alt="Aha Games icon" :width="24" :height="24" />
CSS background
.icon-aha-games {
background-image: url('https://proicons.com/icon/336020.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><polyline class="b" points="24 17.2559 22.4742 17.2559 22.4742 14.6315 18.385 13.0446 14.0516 12.007 11.7629 12.007 5.6901 17.8052 4.5 27.8756 7.6737 35.993 22.4742 17.2559"/><line class="b" x1="18.385" y1="13.0446" x2="18.385" y2="27.8146"/><polyline class="b" points="12.8138 29.4858 22.5047 27.2958 22.5047 25.1596 24 25.1596"/><circle class="b" cx="12.8138" cy="22.3852" r="2.4433"/><polyline class="b" points="15.257 22.3852 15.257 17.8662 11.2594 17.8662 11.2594 20.5006"/><polyline class="b" points="24 17.2559 25.5258 17.2559 25.5258 14.6315 29.615 13.0446 33.9484 12.007 36.2371 12.007 42.3099 17.8052 43.5 27.8756 40.3263 35.993 35.1862 29.4858"/><line class="b" x1="29.615" y1="13.0446" x2="29.615" y2="27.8146"/><polyline class="b" points="35.1862 29.4858 25.4953 27.2958 25.4953 25.1596 24 25.1596"/><circle class="b" cx="36.0254" cy="18.05" r="2.4433"/><polyline class="b" points="33.5822 18.05 33.5822 22.569 37.5798 22.569 37.5798 19.9345"/><line class="b" x1="35.1862" y1="29.4858" x2="42.3388" y2="18.05"/></svg>
Copied!