Evidea Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Evidea 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/340155.svg" alt="Evidea icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340155.svg" alt="Evidea icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340155.svg" alt="Evidea icon" :width="24" :height="24" />
CSS background
.icon-evidea {
background-image: url('https://proicons.com/icon/340155.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m42.5,22.2155H5.5L24,5.77l18.5,16.4454Z"/><path class="b" d="m37.9773,34.7848l-27.2754-9.9765c-.9369-.3427-1.8062.8087-1.8062,1.8062v13.8093c0,.9976.8087,1.8062,1.8062,1.8062h27.2754c.9976,0,1.8062-.8087,1.8062-1.8062v-3.8326c0-.9976-.8694-1.4636-1.8062-1.8062v-.0002Z"/><path class="b" d="m42.5,22.2155l-9.87,10.6132"/><path class="b" d="m10.7021,24.8083l4.5366-2.5923"/></svg>
Copied!