Gametree Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gametree 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/340939.svg" alt="Gametree icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340939.svg" alt="Gametree icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340939.svg" alt="Gametree icon" :width="24" :height="24" />
CSS background
.icon-gametree {
background-image: url('https://proicons.com/icon/340939.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="M24.0152,28.1932c7.0647.0718,8.62,10.6443,16.1734,7.6038,6.3671-2.5628,1.8993-14.0563.181-17.828-2.0731-4.5511-5.4238-6.1232-8.0836-6.15-3.1794-.0324-5.3475,2.73-8.1319,2.7021s-4.8962-2.8344-8.0754-2.8667c-2.66-.027-6.0412,1.476-8.2071,5.9849C6.077,21.3752,1.3768,32.7756,7.6905,35.4672,15.1807,38.66,16.95,28.1215,24.0152,28.1932Z"/><circle class="a" cx="15.608" cy="21.167" r="4.344"/><circle class="a" cx="31.0049" cy="19.2869" r="1.4961"/><circle class="a" cx="34.9108" cy="23.2729" r="1.4961"/><line class="a" x1="15.608" y1="23.4928" x2="15.608" y2="18.8411"/><line class="a" x1="13.2822" y1="21.167" x2="17.9339" y2="21.167"/></svg>
Copied!