Epson Smart Panel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Epson Smart Panel 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/340051.svg" alt="Epson Smart Panel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340051.svg" alt="Epson Smart Panel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340051.svg" alt="Epson Smart Panel icon" :width="24" :height="24" />
CSS background
.icon-epson-smart-panel {
background-image: url('https://proicons.com/icon/340051.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="4.5" y="13.5736" width="12.0785" height="20.8527" rx="1.3441" ry="1.3441"/><rect class="c" x="26.3499" y="19.5524" width="17.1501" height="6.6867" rx="1" ry="1"/><path class="c" d="m29.685,26.2391h10.48v6.0673c0,.5519-.4481,1-1,1h-8.48c-.5519,0-1-.4481-1-1v-6.0673h0Z"/><path class="c" d="m30.685,15.5674h8.48c.5519,0,1,.4481,1,1v2.985h-10.48v-2.985c0-.5519.4481-1,1-1Z"/><line class="c" x1="32.0929" y1="28.748" x2="37.757" y2="28.748"/><line class="c" x1="32.0929" y1="31.2687" x2="37.757" y2="31.2687"/><circle class="c" cx="21.6514" cy="22.8958" r="1.5"/><line class="c" x1="9.3869" y1="32.4393" x2="11.6916" y2="32.4393"/></svg>
Copied!