Es Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Es 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/325504.svg" alt="Es icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325504.svg" alt="Es icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325504.svg" alt="Es icon" :width="24" :height="24" />
CSS background
.icon-es {
background-image: url('https://proicons.com/icon/325504.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M41.68,13H24.77c-2-.1-5.93-4.23-8.19-4.23H6.68A2.18,2.18,0,0,0,4.5,11h0v7.29h39V14.87A1.83,1.83,0,0,0,41.68,13Z"/><path class="cls-1" d="M43.5,18.28H4.5V37A2.18,2.18,0,0,0,6.67,39.2H41.32A2.18,2.18,0,0,0,43.5,37h0Z"/><line class="cls-1" x1="25.32" y1="33.82" x2="30.42" y2="33.82"/><line class="cls-1" x1="25.32" y1="23.62" x2="30.42" y2="23.62"/><line class="cls-1" x1="25.32" y1="28.72" x2="28.65" y2="28.72"/><line class="cls-1" x1="25.32" y1="23.62" x2="25.32" y2="33.82"/><path class="cls-1" d="M32.58,32.7a2.85,2.85,0,0,0,2.5,1.12h1.51a2.55,2.55,0,0,0,2.54-2.55h0a2.55,2.55,0,0,0-2.54-2.55H34.92a2.55,2.55,0,0,1-2.55-2.55h0a2.55,2.55,0,0,1,2.55-2.55h1.51a2.86,2.86,0,0,1,2.5,1.11"/></svg>
Copied!