Print Icon
Free SVG icon from the Skware 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/312528.svg" alt="Print icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312528.svg" alt="Print icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312528.svg" alt="Print icon" :width="24" :height="24" />
CSS background
.icon-print {
background-image: url('https://proicons.com/icon/312528.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> <path d="M21,8V7h-2V2H5v5H3v1H2v10h1v1h3v3h12v-3h3v-1h1V8H21z M20,16h-1v1h-1v-5H6v5H5v-1H4v-6h1V9h14v1h1V16z M16,20H8v-6h8V20z M7,4h10v3H7V4z"/> </svg>
Print in other icon packs
Copied!