Epos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Epos 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/340046.svg" alt="Epos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340046.svg" alt="Epos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340046.svg" alt="Epos icon" :width="24" :height="24" />
CSS background
.icon-epos {
background-image: url('https://proicons.com/icon/340046.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="d" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><path class="d" d="m16.8 28v-8h2.619c1.4807 0 2.681 1.2029 2.681 2.6867s-1.2003 2.6867-2.681 2.6867h-2.619"/><path class="d" d="m32.558 27.124c.49056.63866 1.1057.87654 1.9615.87654l1.1844-1e-6c1.1022 0 1.9957-.8935 1.9957-2s-.89351-2-1.9957-2h-1.3065c-1.1034 0-1.9978-.89447-1.9978-1.999 0-1.1046.89639-2.001 2.0022-2.001h1.1779c.85581 0 1.471.23789 1.9615.87654"/><line class="d" x1="10.3" x2="12.9" y1="24" y2="24"/><path class="d" d="m14.3 28h-4v-8h4"/><rect class="d" x="24.6" y="20" width="5.3" height="8" rx="2.65" ry="2.65"/><circle class="c" cx="17.8" cy="17.5" r=".75"/><circle class="c" cx="21.1" cy="17.5" r=".75"/></svg>
Copied!