Earth Icon
Free SVG icon from the Mage Icons 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/310688.svg" alt="Earth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310688.svg" alt="Earth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310688.svg" alt="Earth icon" :width="24" :height="24" />
CSS background
.icon-earth {
background-image: url('https://proicons.com/icon/310688.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.7533 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.7533 21.5 12 21.5Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.37 5.19C9.61 6.19 7.62 9.91 7.56 13.69C7.56 17.79 10.92 15.31 10.77 17.25C10.8069 18.6999 11.0875 20.1332 11.6 21.49" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14.74 2.91C14.74 4.29 14.74 5.48 14 5.69C12.89 6 13.72 9.92 13 11.78C12.28 13.64 15.53 14.28 17 12.78C18.47 11.28 17.39 10 19 10C19.57 10 20.44 10.1 21.32 10.13" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!