Eapteka Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eapteka 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/324877.svg" alt="Eapteka icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324877.svg" alt="Eapteka icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324877.svg" alt="Eapteka icon" :width="24" :height="24" />
CSS background
.icon-eapteka {
background-image: url('https://proicons.com/icon/324877.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><path class="b" d="M32.5961,18.1401c-1.5111,0-2.7362-1.225-2.7362-2.7362v-6.0008c0-2.1467-1.7564-3.9031-3.9031-3.9031h-3.9134c-2.1468,0-3.9032,1.7565-3.9032,3.9032v6.0007c0,1.5111-1.225,2.7362-2.7362,2.7362h-6.0007c-2.1468,0-3.9032,1.7565-3.9032,3.9032v3.9133c0,2.1468,1.7565,3.9032,3.9032,3.9032h6.0007c1.5111,0,2.7362,1.225,2.7362,2.7362v6.0007c0,2.1468,1.7565,3.9032,3.9032,3.9032h3.9134c2.1467,0,3.9031-1.7564,3.9031-3.9031v-6.0008c0-1.5111,1.225-2.7362,2.7362-2.7362h6.0008c2.1467,0,3.9031-1.7564,3.9031-3.9031v-3.9135c0-2.1467-1.7564-3.9031-3.9031-3.9031"/></svg>
Copied!