Printbot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Printbot icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/346157.svg" alt="Printbot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346157.svg" alt="Printbot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346157.svg" alt="Printbot icon" :width="24" :height="24" />
CSS background
.icon-printbot {
background-image: url('https://proicons.com/icon/346157.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><path class="a" d="M16.42,15.1251H31.58"/><path class="a" d="M16.42,18.72H31.58"/><path class="a" d="M16.42,11.2712H31.58"/><path class="a" d="M13.8622,6.342v14.8H7.8409a2.4612,2.4612,0,0,0-2.467,2.4664V39.1916a2.4612,2.4612,0,0,0,2.467,2.4664H40.1591a2.4612,2.4612,0,0,0,2.467-2.4664V23.6082a2.4612,2.4612,0,0,0-2.467-2.4664H34.1378V6.342Z"/><rect class="a" x="13.8624" y="6.342" width="20.2752" height="17.3796"/><path class="a" d="M10.6306,21.3023V32.2072a1.546,1.546,0,0,0,1.6735,1.5578c.8271-.0064,1.6735,0,1.6735,0H34.06s.7694.0256,1.6735,0a1.7169,1.7169,0,0,0,1.6734-1.5732V21.1794"/><circle class="b" cx="40.1559" cy="35.763" r="0.7502"/><path class="a" d="M12.3817,41.658V38.4009c.0578-.1889.17-.4652.3673-.4652H35.52a.5793.5793,0,0,1,.3672.4653v3.257"/></svg>
Copied!