Mobile Print Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobile 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/343982.svg" alt="Mobile Print icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343982.svg" alt="Mobile Print icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343982.svg" alt="Mobile Print icon" :width="24" :height="24" />
CSS background
.icon-mobile-print {
background-image: url('https://proicons.com/icon/343982.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><rect class="a" x="4.5" y="20.8313" width="39" height="20.475"/><polyline class="a" points="37.163 41.306 37.163 31.069 10.81 31.069 10.81 41.306"/><polygon class="a" points="29.293 12.892 29.293 6.694 11.604 6.694 11.604 20.831 36.396 20.831 36.396 12.892 29.293 12.892"/><line class="a" x1="29.2929" y1="6.6937" x2="36.3964" y2="12.8919"/><line class="a" x1="25.8804" y1="12.8919" x2="15.5732" y2="12.8919"/><line class="a" x1="32.2875" y1="16.5134" x2="15.5732" y2="16.5134"/><circle class="b" cx="39.4607" cy="25.0795" r="0.75"/></svg>
Copied!