Mundo Galp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mundo Galp 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/329671.svg" alt="Mundo Galp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329671.svg" alt="Mundo Galp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329671.svg" alt="Mundo Galp icon" :width="24" :height="24" />
CSS background
.icon-mundo-galp {
background-image: url('https://proicons.com/icon/329671.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="M23.1062,44.7094c-9.0469-1.2667-19.86-12.5735-19.86-20.7669C3.2462,15.3478,15.3701,3.2239,23.9648,3.2239c9.4794,0,22.4366,14.2085,20.6163,22.6074-1.9781,9.1274-14.2248,19.8931-21.4749,18.878ZM23.049,37.6744c-2.0636-.3202-2.5526-.6848-7.342-5.4741-7.6918-7.6918-7.6913-8.7826.0085-16.4994,4.7536-4.7641,4.1284-4.438,5.603-2.9224,2.3292,2.394,2.2809,3.2913-.3202,5.9493-4.2294,4.3218-3.5704,9.3188,1.4211,10.7758,5.9072,1.7243,10.3175-7.3978,4.9623-10.2639-.296-.1584-2.4179,1.8522-2.3626,2.2386.049.3424.4546.3465.7728.0078,1.0781-1.1476,2.3094,2.1531,1.4752,3.9546-1.6348,3.5302-6.8913,2.3889-6.9028-1.4988-.0044-1.4882.0338-1.5382,4.8503-6.3528,5.1074-5.1054,3.9966-4.9552,7.8634-1.0632,6.7146,6.7583,6.6369,8.1795-.8567,15.6731-5.3152,5.3152-6.3239,5.9173-9.1724,5.4753h0Z"/></svg>
Copied!