Zoom Earth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zoom Earth 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/350205.svg" alt="Zoom Earth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350205.svg" alt="Zoom Earth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350205.svg" alt="Zoom Earth icon" :width="24" :height="24" />
CSS background
.icon-zoom-earth {
background-image: url('https://proicons.com/icon/350205.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="i" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/><path id="d" class="i" d="M19.4633,22.5273c-1.6629,5.2818,4.4394,10.826,12.3258,9.5515,5.4491-.8806,12.9375-7.561,11.3594-17.8513"/><path id="e" class="i" d="M28.5367,25.4727c1.6629-5.2818-4.4394-10.826-12.3258-9.5515-5.4278.8772-12.8791,7.5089-11.3774,17.7309"/><path id="f" class="i" d="M24.9931,19.3336c-5.1312-1.1625-10.3078,4.8076-9.0718,12.4555.8772,5.4278,7.5089,12.8791,17.7309,11.3774"/><path id="g" class="i" d="M22.5273,28.5367c5.2818,1.6629,10.826-4.4394,9.5515-12.3258-.8772-5.4278-7.5089-12.8791-17.7309-11.3774"/><path id="h" class="i" d="M28.7678,24c0,2.6332-2.1346,4.7678-4.7678,4.7678s-4.7678-2.1346-4.7678-4.7678,2.1346-4.7678,4.7678-4.7678,4.7678,2.1346,4.7678,4.7678Z"/></g></svg>
Copied!