Earth Hero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Earth Hero 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/339446.svg" alt="Earth Hero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339446.svg" alt="Earth Hero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339446.svg" alt="Earth Hero icon" :width="24" :height="24" />
CSS background
.icon-earth-hero {
background-image: url('https://proicons.com/icon/339446.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m42.4999,23.9358c.0378,10.9111-9.3778,19.6487-20.5425,18.4548-8.4861-.9075-15.3671-7.741-16.3334-16.2206C4.3527,15.0138,13.0249,5.5378,23.9359,5.5h18.564v18.4359Z"/><path id="d" class="e" d="m32.6016,23.9708c.018,5.3147-4.7879,9.52-10.2987,8.4687-3.356-.6402-6.0678-3.3337-6.7308-6.6853-1.0886-5.5036,3.084-10.3379,8.3987-10.3559h8.6307v8.5725Z"/></svg>
Copied!