Magicearth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magicearth 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/343352.svg" alt="Magicearth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343352.svg" alt="Magicearth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343352.svg" alt="Magicearth icon" :width="24" :height="24" />
CSS background
.icon-magicearth {
background-image: url('https://proicons.com/icon/343352.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.07,36.17a17.59,17.59,0,0,1-9.3-6.73,11.68,11.68,0,0,1-1.88-9.91C6.71,12.57,14.94,7.78,24,7.78h0c9.07,0,17.29,4.79,19.11,11.75a11.68,11.68,0,0,1-1.89,9.91,17.56,17.56,0,0,1-9.29,6.73M24,26.09l.79,2.41,2.41.79-2.41.79L24,32.49l-.79-2.41-2.41-.79,2.41-.79Zm0,6.4,1.09,2.77,2.77,1.1-2.77,1.09L24,40.22l-1.09-2.77-2.78-1.09,2.78-1.1Z"/><path class="a" d="M23,24.38a2,2,0,0,1,2,0L29.7,27a1.89,1.89,0,0,0,1.73.07h0a1.88,1.88,0,0,0,.8-2.72L24.85,12.71a1,1,0,0,0-1.7,0L15.77,24.39a1.88,1.88,0,0,0,.8,2.72h0A1.89,1.89,0,0,0,18.3,27Z"/></svg>
Copied!