Globe Locations Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Globe Locations 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/320101.svg" alt="Globe Locations icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320101.svg" alt="Globe Locations icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320101.svg" alt="Globe Locations icon" :width="24" :height="24" />
CSS background
.icon-globe-locations {
background-image: url('https://proicons.com/icon/320101.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="globe--locations_1_" d="M14.5,31.222c-2.581,0-5.12-0.649-7.368-1.88l-0.82,1.422l-0.624-0.359l2.324-4.026 C4.491,24.199,2.14,20.3,2.14,15.862c0-6.815,5.544-12.36,12.36-12.36c2.121,0,4.118,0.537,5.864,1.482l2.324-4.025l0.623,0.36 L22.49,2.741c4.555,2.781,7.37,7.774,7.37,13.121C29.86,24.331,22.97,31.222,14.5,31.222z M7.493,28.719 c2.138,1.167,4.553,1.782,7.007,1.782c8.072,0,14.64-6.567,14.64-14.64c0-5.09-2.676-9.845-7.009-12.497l-1.144,1.979 c3.521,2.181,5.873,6.08,5.873,10.517c0,6.815-5.545,12.36-12.36,12.36c-2.121,0-4.119-0.537-5.865-1.482L7.493,28.719z M14.5,4.221 c-6.418,0-11.64,5.222-11.64,11.64s5.222,11.64,11.64,11.64s11.64-5.222,11.64-11.64S20.918,4.221,14.5,4.221z M9.75,8 c0,0.414-0.336,0.75-0.75,0.75S8.25,8.414,8.25,8c0-0.414,0.336-0.75,0.75-0.75S9.75,7.586,9.75,8z M8,12.25 c-0.414,0-0.75,0.336-0.75,0.75S7.586,13.75,8,13.75c0.414,0,0.75-0.336,0.75-0.75S8.414,12.25,8,12.25z M22.5,12.25 c-0.414,0-0.75,0.336-0.75,0.75s0.336,0.75,0.75,0.75s0.75-0.336,0.75-0.75S22.914,12.25,22.5,12.25z M22.5,15.25 c-0.414,0-0.75,0.336-0.75,0.75s0.336,0.75,0.75,0.75s0.75-0.336,0.75-0.75S22.914,15.25,22.5,15.25z M14.5,14.25 c-0.414,0-0.75,0.336-0.75,0.75s0.336,0.75,0.75,0.75s0.75-0.336,0.75-0.75S14.914,14.25,14.5,14.25z M18.5,21.25 c-0.414,0-0.75,0.336-0.75,0.75s0.336,0.75,0.75,0.75s0.75-0.336,0.75-0.75S18.914,21.25,18.5,21.25z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!