Eneco Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eneco 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/325439.svg" alt="Eneco icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325439.svg" alt="Eneco icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325439.svg" alt="Eneco icon" :width="24" :height="24" />
CSS background
.icon-eneco {
background-image: url('https://proicons.com/icon/325439.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><circle class="b" cx="19.5373" cy="28.5677" r="7.347"/><circle class="b" cx="31.8212" cy="39.5114" r="3.9886"/><path class="b" d="m26.8645,28.2687c.63.3,1.33.46,2.07.46,2.71,0,4.91-2.2,4.91-4.91s-2.2-4.91-4.91-4.91c-2.38,0-4.35,1.68-4.81,3.92"/><circle class="b" cx="19.5373" cy="15.0325" r="3.1918"/><circle class="b" cx="25.9209" cy="7.1267" r="2.6267"/></svg>
Copied!