Lexmark Print Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lexmark Print 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/328410.svg" alt="Lexmark Print icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328410.svg" alt="Lexmark Print icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328410.svg" alt="Lexmark Print icon" :width="24" :height="24" />
CSS background
.icon-lexmark-print {
background-image: url('https://proicons.com/icon/328410.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="18.9586" y1="5.5" x2="28.8631" y2="5.5"/><polygon class="a" points="37.144 11.172 24.36 11.172 18.959 5.5 8.066 5.5 8.066 11.172 8.066 38.719 11.577 42.5 37.414 42.5 39.934 38.719 39.934 14.232 37.144 11.172"/><line class="a" x1="39.9343" y1="14.2323" x2="8.0657" y2="14.2323"/><line class="a" x1="39.9343" y1="23.5949" x2="8.0657" y2="23.5949"/><polyline class="a" points="8.066 33.948 18.283 33.948 21.412 37.076 39.934 37.076"/><rect class="a" x="19.9039" y="16.8881" width="10.0827" height="3.601"/></svg>
Copied!