Globeone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Globeone 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/341099.svg" alt="Globeone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341099.svg" alt="Globeone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341099.svg" alt="Globeone icon" :width="24" :height="24" />
CSS background
.icon-globeone {
background-image: url('https://proicons.com/icon/341099.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="g" cx="22.5416" cy="25.5433" r="7.9823"/><path id="c" class="g" d="M40.7722,33.66c-3.6036,8.0938-12.1122,12.8426-20.8928,11.6607S4.1487,37.309,2.8137,28.5503,6.0782,11.2015,14.1079,7.4572"/><path id="d" class="g" d="M30.339,7.1738c4.6501,1.9738,8.3785,5.6378,10.4332,10.2527"/><circle id="e" class="g" cx="22.3437" cy="5.826" r="3.326"/><circle id="f" class="g" cx="42.0893" cy="25.5433" r="3.326"/></svg>
Copied!