Globe Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Globe icon is commonly used in language selectors, international shipping and web apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/317861.svg" alt="Globe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317861.svg" alt="Globe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317861.svg" alt="Globe icon" :width="24" :height="24" />
CSS background
.icon-globe {
background-image: url('https://proicons.com/icon/317861.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>globe</title>
<path d="M14,4a7,7,0,1,1-7,7,7,7,0,0,1,7-7m0-2a9,9,0,1,0,9,9A9,9,0,0,0,14,2Z"/>
<path d="M28,11a13.9563,13.9563,0,0,0-4.1051-9.8949L22.4813,2.5187A11.9944,11.9944,0,0,1,5.5568,19.5194l-.0381-.0381L4.1051,20.8949A13.9563,13.9563,0,0,0,14,25v3H10v2H20V28H16V24.84A14.0094,14.0094,0,0,0,28,11Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Globe in other icon packs
Copied!