World Geography Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The World Geography 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/349828.svg" alt="World Geography icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349828.svg" alt="World Geography icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349828.svg" alt="World Geography icon" :width="24" :height="24" />
CSS background
.icon-world-geography {
background-image: url('https://proicons.com/icon/349828.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="m43.7355,24c0,10.8996-8.8359,19.7355-19.7355,19.7355S4.2645,34.8996,4.2645,24,13.1004,4.2645,24,4.2645s19.7355,8.8359,19.7355,19.7355Z"/><path id="d" class="e" d="m19.4495,18.3107c0-1.4636-1.1864-2.65-2.65-2.65h0c-1.4636,0-2.65,1.1864-2.65,2.65v2.7c0,1.4636,1.1864,2.65,2.65,2.65h0c1.4636,0,2.65-1.1864,2.65-2.65h-2.65m14.401-5.35c1.4681,0,2.65,1.1819,2.65,2.65v2.7c0,1.4681-1.1819,2.65-2.65,2.65s-2.65-1.1819-2.65-2.65v-2.7c0-1.4681,1.1819-2.65,2.65-2.65Zm-5.2005,8h-4v-8h4m-4,4h2.608"/><path class="e" d="m9.1966,20.5682c.5929.2537,1.1758.5046,1.7941.7187"/><path class="e" d="m12.4285,39.7226c-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.3682"/><path class="e" d="m18.7533,5.4529c-.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.2919"/><path class="e" d="m42.4741,30.1654c-2.0222-.1508-2.434,3.1245-2.024,4.5835"/><path class="e" d="m25.3156,11.9342c.1663-.0397.3438-.0781.4818-.1839.2535-.1534.2141-.5808.1862-.8501-.1189-.2065-.2197-.5677-.4582-.7142"/><path class="e" d="m26.2722,14.0223c.8098-1.6052,2.7861-3.2875,3.8495-3.6527,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.1082"/><path class="e" d="m42.1276,16.4231c-.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"/><path class="e" d="m21.0431,5.2285c-.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-.0118Z"/></svg>
Copied!