Earth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Earth 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/324886.svg" alt="Earth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324886.svg" alt="Earth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324886.svg" alt="Earth icon" :width="24" :height="24" />
CSS background
.icon-earth {
background-image: url('https://proicons.com/icon/324886.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><circle class="c" cx="24" cy="24" r="21.5"/><polyline class="c" points="16.2375 3.9442 18.2733 5.559 22.5404 6.3789 21.8509 8.6149 19.4286 9.4534 17.2112 13.0311 13.5963 15.2671 8.528 15.9379 8.4161 17.9503 10.0373 19.7019 9.9255 22.6646 5.4161 19.5901 4.1139 15.8127"/><polygon class="c" points="8.4348 24.1925 12.1056 20.4286 13.6149 23.1118 18.7019 23.4658 21.087 27.0807 24.1242 27.0807 23.2857 30.8634 20.4161 33.5652 20.3789 35.7453 17.3789 38.0186 17.472 41.7826 14.9565 40.8509 13.6894 37.2547 13.7453 29.8758 9.9255 29.1863 8.4348 26.2609 8.4348 24.1925"/><polyline class="c" points="41.5292 36.4518 39.2919 34.9327 37.8385 31.9814 35.0248 27.0223 34.9317 23.7801 32.7516 22.389 29.6398 22.2174 24.5155 19.9878 23.6957 15.0621 25.8944 12.7329 30.4037 12.7329 32.0248 14.8012 38.3602 15.2857 42.8155 13.589"/><polyline class="c" points="39.6701 9.2795 37.3354 10.7391 33.646 10.0683 31.3913 8.9876 28.4099 9.9006 26.2484 9.2857 27.6832 6.118 30.2733 6.2484 33.3981 4.6576"/><polyline class="c" points="20.3396 45.1891 24.4596 42.9752 28.3106 42.7143 31.0683 42.0062 34.3674 42.8397"/></svg>
Copied!