Enki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Enki 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/325453.svg" alt="Enki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325453.svg" alt="Enki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325453.svg" alt="Enki icon" :width="24" :height="24" />
CSS background
.icon-enki {
background-image: url('https://proicons.com/icon/325453.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m10.3367,21.8776l-5.8367,3.7143,5.8367,3.7143"/><path class="b" d="m37.6633,21.8776l5.8367,3.7143-5.8367,3.7143"/><path class="b" d="m29.4388,32.4898l5.8367-16.9796"/><path class="b" d="m24.728,29.0692c-.8543,1.4951-2.4643,2.503-4.3096,2.503h0c-2.7393,0-4.9599-2.2205-4.9599-4.9599v-3.2239c0-2.7393,2.2205-4.9599,4.9599-4.9599h0c2.7393,0,4.9599,2.2205,4.9599,4.9599v1.612h-9.9197"/></svg>
Copied!