Print Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/346155.svg" alt="Print icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346155.svg" alt="Print icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346155.svg" alt="Print icon" :width="24" :height="24" />
CSS background
.icon-print {
background-image: url('https://proicons.com/icon/346155.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 xmlns="http://www.w3.org/2000/svg" id="b" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="m14.517,35.415H6.403c-.4987,0-.903-.4043-.903-.903v-13.504c0-.498.404-.902.903-.902h35.194c.499,0,.903.404.903.902v13.504c0,.4987-.4043.903-.903.903h-8.114"/><path class="c" d="m14.517,31.437h18.966v10.13H14.517v-10.13Zm0-11.331V6.433h14.966l4,4v9.673"/><path class="c" d="m29.483,6.433v4h4"/><circle class="d" cx="39.852" cy="22.898" r=".75"/><circle class="d" cx="36.835" cy="22.898" r=".75"/><circle class="d" cx="33.819" cy="22.898" r=".75"/></svg>
Print in other icon packs
Copied!