Hill Climb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hill Climb 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/341594.svg" alt="Hill Climb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341594.svg" alt="Hill Climb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341594.svg" alt="Hill Climb icon" :width="24" :height="24" />
CSS background
.icon-hill-climb {
background-image: url('https://proicons.com/icon/341594.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><g><circle class="c" cx="21.5921" cy="34.7992" r="5.373"/><circle class="c" cx="35.773" cy="20.6183" r="5.373"/><line class="c" x1="25.3913" y1="30.9999" x2="31.9738" y2="24.4175"/><polyline class="c" points="21.1339 10.8394 29.0157 13.4792 34.667 7.8279 37.6562 9.5849 42.2313 14.16 39.5723 16.819"/><polyline class="c" points="29.0157 13.4792 8.54 33.9549 16.8116 39.5796 17.7928 38.5984"/></g><path class="c" d="m15.6271,26.8678c-2.5687-2.4565-6.9986-4.2509-9.8584-4.1949"/><circle class="c" cx="35.773" cy="20.6183" r="1.4921"/><circle class="c" cx="21.5921" cy="34.7992" r="1.4921"/></svg>
Copied!