Geo Gods Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geo Gods 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/341009.svg" alt="Geo Gods icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341009.svg" alt="Geo Gods icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341009.svg" alt="Geo Gods icon" :width="24" :height="24" />
CSS background
.icon-geo-gods {
background-image: url('https://proicons.com/icon/341009.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="e"><path id="f" class="k" d="M33.6954,40.7778c-10.9154,6.2963-8.4754,6.2963-19.3908,0-10.9154-6.2963-9.6954-4.1851-9.6954-16.7778,0-12.5926-1.22-10.4814,9.6954-16.7778,10.9154-6.2963,8.4754-6.2963,19.3908,0,10.9154,6.2963,9.6954,4.1851,9.6954,16.7778,0,12.5926,1.22,10.4814-9.6954,16.7778Z"/><g id="g"><path id="h" class="k" d="M21.9005,21.0554c0-3.1923-2.5501-5.7801-5.6958-5.7801h0c-3.1457,0-5.6958,2.5878-5.6958,5.7801v5.8892c0,3.1923,2.5501,5.7801,5.6958,5.7801h0c3.1457,0,5.6958-2.5878,5.6958-5.7801h-5.6958"/><path id="i" class="k" d="M37.4911,21.0554c0-3.1923-2.5501-5.7801-5.6958-5.7801h0c-3.1457,0-5.6958,2.5878-5.6958,5.7801v5.8892c0,3.1923,2.5501,5.7801,5.6958,5.7801h0c3.1457,0,5.6958-2.5878,5.6958-5.7801h-5.6958"/></g></g></svg>
Copied!