Hill Climb 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hill Climb 2 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/327036.svg" alt="Hill Climb 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327036.svg" alt="Hill Climb 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327036.svg" alt="Hill Climb 2 icon" :width="24" :height="24" />
CSS background
.icon-hill-climb-2 {
background-image: url('https://proicons.com/icon/327036.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><g><circle class="c" cx="21.8608" cy="34.7992" r="5.373"/><circle class="c" cx="36.0417" cy="20.6183" r="5.373"/><line class="c" x1="25.66" y1="30.9999" x2="32.2424" y2="24.4175"/><polyline class="c" points="18.0615 38.5984 17.0803 39.5796 8.8087 33.9549 5.5 20.2867 16.5669 9.2198 29.2844 13.4792 34.9357 7.8279 37.9249 9.5849 42.5 14.16 39.841 16.819"/><line class="c" x1="29.2844" y1="13.4792" x2="8.8087" y2="33.9549"/><line class="c" x1="5.5" y1="20.2867" x2="12.5965" y2="30.167"/></g><circle class="c" cx="21.8608" cy="34.7992" r="1.4921"/><circle class="c" cx="36.0417" cy="20.6183" r="1.4921"/></g><path class="c" d="m37.2,34.8221c0-1.6355,1.4816-2.925,3.1759-2.5994,1.1113.2136,1.9988,1.1747,2.1094,2.301.0823.8378-.1828,1.6644-.7615,2.1722-1.072.9408-4.5238,3.4762-4.5238,3.4762h5.3"/></svg>
Copied!