Printer Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Printer Svg 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/308882.svg" alt="Printer Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308882.svg" alt="Printer Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308882.svg" alt="Printer Svg icon" :width="24" :height="24" />
CSS background
.icon-printer---svg {
background-image: url('https://proicons.com/icon/308882.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 2C7.44772 2 7 2.44772 7 3V6H4C3.44772 6 3 6.44772 3 7V16C3 17.6569 4.34315 19 6 19H7V21C7 21.5523 7.44772 22 8 22H16C16.5523 22 17 21.5523 17 21V19H18C19.6569 19 21 17.6569 21 16V7C21 6.44772 20.5523 6 20 6H17V3C17 2.44772 16.5523 2 16 2H8ZM8 14C7.44772 14 7 14.4477 7 15V17H6C5.44772 17 5 16.5523 5 16V8H8H16H19V16C19 16.5523 18.5523 17 18 17H17V15C17 14.4477 16.5523 14 16 14H8ZM12 12C12.5523 12 13 11.5523 13 11C13 10.4477 12.5523 10 12 10H8C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12H12Z" fill="#292929"/> </svg>
Copied!