Print Master Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Print Master 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/346156.svg" alt="Print Master icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346156.svg" alt="Print Master icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346156.svg" alt="Print Master icon" :width="24" :height="24" />
CSS background
.icon-print-master {
background-image: url('https://proicons.com/icon/346156.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 id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.1022,40.9845c-9.7998-.0339-8.1064-11.342-8.1064-11.342-8.8271-.154-11.4959-2.7714-11.4959-2.7714C4.5,9.4937,17.056,7.0029,24.0191,7.0027c6.9563-.0002,19.4809,3.098,19.4809,19.8683,0,0-2.6687,2.6174-11.4959,2.7714,0,0,2.0872,11.2878-7.9572,11.355"/><circle class="b" cx="35.2057" cy="15.5411" r="1.2667"/><circle class="b" cx="36.9869" cy="21.5807" r="2.4966"/><path class="b" d="M16.0966,29.6573s7.7284,2.5883,15.769.0184"/></svg>
Copied!