Eapps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eapps 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/324876.svg" alt="Eapps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324876.svg" alt="Eapps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324876.svg" alt="Eapps icon" :width="24" :height="24" />
CSS background
.icon-eapps {
background-image: url('https://proicons.com/icon/324876.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M41.38,19.84H33.52l-7.77-13A2,2,0,0,0,23,6.06a2,2,0,0,0-.78.78l-7.77,13H6.62A3.13,3.13,0,0,0,3.51,23a3.09,3.09,0,0,0,.11.8L8,40.08a2.84,2.84,0,0,0,2.74,2.1h26.5A2.84,2.84,0,0,0,40,40.08l4.41-16.31A3.11,3.11,0,0,0,42.21,20,2.91,2.91,0,0,0,41.38,19.84ZM24,11.84l4.77,8H19.23Z"/><polyline class="a" points="30.51 37.01 24 25.01 17.49 37.01"/><line class="a" x1="19.67" y1="33" x2="28.29" y2="33"/></svg>
Copied!