Print Icon
Free SVG icon from the IcoFont 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/306289.svg" alt="Print icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306289.svg" alt="Print icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306289.svg" alt="Print icon" :width="24" :height="24" />
CSS background
.icon-print {
background-image: url('https://proicons.com/icon/306289.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M732 232c0-27-10-53-30-72l-67-67c-19-20-45-31-73-31H321c-29 0-53 25-53 54v172h464v-56zM118 797h92V611h580v186h92c30 0 54-24 54-54V404c0-29-24-53-54-53H118c-29 0-53 24-53 53v339c0 30 24 54 53 54zm85-373c31 0 56 25 56 56s-25 57-56 57-56-26-56-57 25-56 56-56zm533 487V664H264v247c0 14 12 27 27 27h418c15 0 27-12 27-27zM384 774h232c14 0 25 10 27 23v4c0 15-12 27-27 27H384c-15 0-27-12-27-27v-4c2-13 13-23 27-23z"/></svg>
Print in other icon packs
Copied!