Epson Iprint Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Epson Iprint 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/325489.svg" alt="Epson Iprint icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325489.svg" alt="Epson Iprint icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325489.svg" alt="Epson Iprint icon" :width="24" :height="24" />
CSS background
.icon-epson-iprint {
background-image: url('https://proicons.com/icon/325489.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="j" d="m12.4947,20.7496l.0008,7.0294-5.8874-.0155c-1.1643,0-2.1081-.9438-2.1081-2.1081v-11.2784c0-1.1643.9438-2.1081,2.1081-2.1081h34.7838c1.1643,0,2.1081.9438,2.1081,2.1081v11.2784c0,1.1643-.9438,2.1081-2.1081,2.1081l-6.2778.0216-.0191-7.0354"/><path id="d" class="j" d="m30.6347,22.6277h-13.4288c-1.1643,0-2.1081.9438-2.1081,2.1081v8.8873c0,1.1643.9438,2.1081,2.1081,2.1081h13.4288c1.1643,0,2.1081-.9438,2.1081-2.1081v-8.8873c0-1.1643-.9438-2.1081-2.1081-2.1081Z"/><path id="e" class="j" d="m4.5271,20.6085h38.7507"/><path id="f" class="j" d="m17.8251,25.9627h12.0871"/><path id="g" class="j" d="m17.8251,29.1487h12.0871"/><path id="h" class="j" d="m17.8251,32.3346h12.0871"/><path id="i" class="j" d="m26.2525,13.8627h-4.6644c-1.1643,0-2.1081.9438-2.1081,2.1081v.9201c0,1.1643.9438,2.1081,2.1081,2.1081h4.6644c1.1643,0,2.1081-.9438,2.1081-2.1081v-.9201c0-1.1643-.9438-2.1081-2.1081-2.1081Z"/></g></svg>
Copied!