Evoland Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Evoland 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/340161.svg" alt="Evoland icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340161.svg" alt="Evoland icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340161.svg" alt="Evoland icon" :width="24" :height="24" />
CSS background
.icon-evoland {
background-image: url('https://proicons.com/icon/340161.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m24,29.8226c-.7803,0-1.8052.3924-1.8052,1.3526,0,.8112.8082,1.4688,1.8052,1.4688h.0001c.997,0,1.8051-.6577,1.8051-1.4688,0-.9602-1.0295-1.3526-1.8052-1.3526m-1.9039,10.997v-5.0601c-2.1456-.3259-4.0177-1.1893-5.2247-2.4096l.9331-2.38h1.8358V11.4613c0-1.6644,2.6449-6.3034,4.3597-6.9613,1.7148.6579,4.3597,5.2968,4.3597,6.9613v19.5086h1.8358l.9331,2.3799c-1.2069,1.2202-3.0791,2.0837-5.2247,2.4096v5.0601s.5604,0,.5604,0c-.0264,1.022-.3104,1.9859-.7897,2.6803h-3.3494c-.4793-.6946-.7632-1.6584-.7897-2.6803h.5605Z"/><line class="c" x1="24" y1="29.8226" x2="24" y2="12.4685"/></svg>
Copied!