Epson Print Enabler Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Epson Print Enabler icon is commonly used in document viewers, invoice pages and report exports. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/340050.svg" alt="Epson Print Enabler icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340050.svg" alt="Epson Print Enabler icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340050.svg" alt="Epson Print Enabler icon" :width="24" :height="24" />
CSS background
.icon-epson-print-enabler {
background-image: url('https://proicons.com/icon/340050.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="6.7649" y="11.6205" width="26.3406" height="10.27" rx="1.5359" ry="1.5359"/><path class="c" d="m27.9832,23.246v-1.3555H11.8871v9.3188c0,.8482.6876,1.5359,1.5359,1.5359h7.4033"/><path class="c" d="m13.423,5.5h13.0243c.8477,0,1.5359.6882,1.5359,1.5359v4.5846H11.8871v-4.5846c0-.8477.6882-1.5359,1.5359-1.5359Z"/><line class="c" x1="15.5855" y1="25.7439" x2="24.2848" y2="25.7439"/><line class="c" x1="15.5855" y1="29.6154" x2="20.7728" y2="29.6154"/><path class="c" d="m38.6011,32.7269h-.8625v-4.505h-4.505v-.878c0-1.4548-1.1793-2.6341-2.6341-2.6341s-2.6341,1.1793-2.6341,2.6341v.878h-4.505v4.505h.8626c1.4548,0,2.6341,1.1793,2.6341,2.6341s-1.1793,2.6341-2.6341,2.6341h-.8626v4.5049h4.505v-.878c0-1.4548,1.1793-2.6341,2.6341-2.6341s2.6341,1.1793,2.6341,2.6341v.878h4.505v-4.5049h.8625c1.4548,0,2.6341-1.1793,2.6341-2.6341s-1.1793-2.6341-2.6341-2.6341Z"/></svg>
Copied!