World Geography Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The World Geography Alt 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/335270.svg" alt="World Geography Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335270.svg" alt="World Geography Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335270.svg" alt="World Geography Alt icon" :width="24" :height="24" />
CSS background
.icon-world-geography-alt {
background-image: url('https://proicons.com/icon/335270.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m9.1966,20.5682c.5929.2537,1.1758.5046,1.7941.7187m1.4379,18.4358c-2.1204-2.5737-1.7634-6.469-4.3663-8.7412-1.1584-1.3082-.9849-3.1913-.6712-4.7817.1767-2.6238-2.1614-4.7082-2.2528-7.3682m13.6151-13.3786c-.1879,3.4147-4.657,1.3397-5.3359,4.3787.8475.8884,1.9857.0173,2.7031-.3682,3.6328.1305,1.8913,3.4421-.7251,3.7094-1.7466.9252-3.921,1.8651-4.8524,3.7851-.6091.501-.5087,1.6451-1.6409,1.5724-.436-.6197-.3074-2.9167-1.4103-1.7801-2.4486,1.6859.4507,4.2218.5138,6.4766,4.2068-.3797,6.2809,3.4379,9.3045,5.6134,1.6142,1.296,4.9157,2.5368,2.3847,4.7456-1.3319,2.739-5.2193,4.9822-3.6646,8.2751-.0167.1509.1942.1211.1223.2919m26.3216-11.9875c-2.0222-.1508-2.434,3.1245-2.024,4.5835m-15.1346-22.8148c.1663-.0397.3438-.0781.4818-.1839.2535-.1534.2141-.5808.1862-.8501-.1189-.2065-.2197-.5677-.4582-.7142m16.6022,6.2371c-.8548.2388-3.0541-.9493-2.1631.4182.1422.9269.9396,1.1442,1.3854,1.4586.3328.6691.556,2.3612-.3579,2.7036-.5813.0207-3.6287-3.0831-2.7827-1.2596.1636,1.1818,1.0565,2.1249,1.778,2.8694.3774,1.0492,2.0367.4987,2.1006,1.3036-.623,2.0287-1.9449,3.4569-2.7702,5.3721.1451,2.1516.0696,4.3101-1.2068,6.1405-5.8111,6.3897-7.2205-.4568-5.1962-5.8821.738-6.4674-5.9956-1.0068-8.2805-4.2534-2.0591-2.1721-.2568-6.137,1.8492-7.6821.7789-.8531,2.1306-.8883,3.1898-.5349,2.1319.3465,5.1662.1798,7.03-.9087-.1246-.6568-1.2207-1.3545-1.966-1.4226-.123-.6881,1.6228-.9302.475-1.511-1.3031-.1121-1.3016,2.3961-2.5174,1.0778-.2846-.8693-2.1819-.8659-1.0655.0626.0494,1.0064.1368,1.6723-.5057.5899-1.7047-.91-3.3078,1.0796-4.8635,1.3178-1.5016-1.7397,2.2405-5.3566,3.8616-5.9134,1.0541-.8933-1.4874-2.2832-.8804-.6507-.4218,1.0617-2.6816.3189-1.6516-.719.2782-1.0033,1.0611-1.6932,1.9047-1.9977,1.0512.1069,1.4975.055,1.5085-1.1082m-9.9599-.6655c-.0863.6851.2747,1.336.2007,2.0209-.0009.6075-1.5167,1.6947-.6228,1.9758.9332.3151,1.6203-.048,2.1803-.7866,1.0171-.7828,1.9304-1.5886,1.7671-3.0303-.1313-.047-.3224-.0831-.2881-.1679-.9707-.7556-2.1683-.4256-3.2372-.0118Zm22.6925,18.7715c0,10.8996-8.8359,19.7355-19.7355,19.7355S4.2645,34.8996,4.2645,24C4.2645,13.1004,13.1004,4.2645,24,4.2645c10.8996,0,19.7355,8.8359,19.7355,19.7355Z"/></svg>
Copied!