Eve Of The Genesis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eve Of The Genesis 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/340135.svg" alt="Eve Of The Genesis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340135.svg" alt="Eve Of The Genesis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340135.svg" alt="Eve Of The Genesis icon" :width="24" :height="24" />
CSS background
.icon-eve-of-the-genesis {
background-image: url('https://proicons.com/icon/340135.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m25.1776,42.2268c-3.9252,0-6-8.3204-6-18.2268,0-8.9348.9252-16.1751,5.5514-16.1751,3.5327,0,3.8759,5.6459,3.8759,5.6459l3.0421-.6452-2.27-8.294c-.0219,2.7046-2.4611,3.2934-4.648,3.2934s-9.729-.1773-9.729,17.1543,5.2991,17.2475,10.1776,17.2475c2.2009,0,5.972-3.0214,7.8224,1.2417v-17.752h-4.822c0,11.6665-.1056,16.5103-3.0004,16.5103"/></svg>
Copied!