Earth Americas Filled Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Earth Americas Filled 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/317688.svg" alt="Earth Americas Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317688.svg" alt="Earth Americas Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317688.svg" alt="Earth Americas Filled icon" :width="24" :height="24" />
CSS background
.icon-earth-americas-filled {
background-image: url('https://proicons.com/icon/317688.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>earth--americas--filled</title><path d="M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16a11.915,11.915,0,0,1,.7-4H10l5,4-2.8,3.6929A1,1,0,0,0,12.293,21L15,24v3.9492A12.01,12.01,0,0,1,4,16ZM21.4348,26.6846l2.5457-7.6992A1,1,0,0,0,23.614,18L15,11l2-2h5.2793a1,1,0,0,0,.9487-.6836L23.7234,6.83a11.9742,11.9742,0,0,1-2.2886,19.855Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!