printer icon
printer-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- printer-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
printer-filledAnt Design IconsprinterBootstrap IconsprinterBoxIcons v2printerBoxIcons v2 SolidprinterCarbonprinterEmoji One (Colored)printerElement Plusprinter-fillEva IconsprinterFramework7 IconsprinterFeather Iconsprinter-outlineFlowbite IconsprinterFluent EmojiprinterFluent Emoji FlatprinterFluent Emoji High ContrastprinterFirefox OS Emojiprintercss.ggprinterHeroIconsprinterHuge IconsprinterIconParkprinterIconPark OutlineprinterIconPark SolidprinterIconPark TwoToneprinterIconoirprinterIonIcons
Use the printer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.25 5v4.25H4A1.75 1.75 0 0 0 2.25 11v8c0 .966.784 1.75 1.75 1.75h16A1.75 1.75 0 0 0 21.75 19v-8A1.75 1.75 0 0 0 20 9.25h-.25V5A1.75 1.75 0 0 0 18 3.25H6A1.75 1.75 0 0 0 4.25 5m14 4.25H5.75V5A.25.25 0 0 1 6 4.75h12a.25.25 0 0 1 .25.25zm-1.5 10h-6V17a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25zM5.25 13a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75"/></svg>
React
import type { SVGProps } from "react";
export function MynauiPrinterSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.25 5v4.25H4A1.75 1.75 0 0 0 2.25 11v8c0 .966.784 1.75 1.75 1.75h16A1.75 1.75 0 0 0 21.75 19v-8A1.75 1.75 0 0 0 20 9.25h-.25V5A1.75 1.75 0 0 0 18 3.25H6A1.75 1.75 0 0 0 4.25 5m14 4.25H5.75V5A.25.25 0 0 1 6 4.75h12a.25.25 0 0 1 .25.25zm-1.5 10h-6V17a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25zM5.25 13a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.25 5v4.25H4A1.75 1.75 0 0 0 2.25 11v8c0 .966.784 1.75 1.75 1.75h16A1.75 1.75 0 0 0 21.75 19v-8A1.75 1.75 0 0 0 20 9.25h-.25V5A1.75 1.75 0 0 0 18 3.25H6A1.75 1.75 0 0 0 4.25 5m14 4.25H5.75V5A.25.25 0 0 1 6 4.75h12a.25.25 0 0 1 .25.25zm-1.5 10h-6V17a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25zM5.25 13a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75"/></svg> </template>
CSS
.icon-printer-solid {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.25%205v4.25H4A1.75%201.75%200%200%200%202.25%2011v8c0%20.966.784%201.75%201.75%201.75h16A1.75%201.75%200%200%200%2021.75%2019v-8A1.75%201.75%200%200%200%2020%209.25h-.25V5A1.75%201.75%200%200%200%2018%203.25H6A1.75%201.75%200%200%200%204.25%205m14%204.25H5.75V5A.25.25%200%200%201%206%204.75h12a.25.25%200%200%201%20.25.25zm-1.5%2010h-6V17a.25.25%200%200%201%20.25-.25h5.5a.25.25%200%200%201%20.25.25zM5.25%2013a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.25%205v4.25H4A1.75%201.75%200%200%200%202.25%2011v8c0%20.966.784%201.75%201.75%201.75h16A1.75%201.75%200%200%200%2021.75%2019v-8A1.75%201.75%200%200%200%2020%209.25h-.25V5A1.75%201.75%200%200%200%2018%203.25H6A1.75%201.75%200%200%200%204.25%205m14%204.25H5.75V5A.25.25%200%200%201%206%204.75h12a.25.25%200%200%201%20.25.25zm-1.5%2010h-6V17a.25.25%200%200%201%20.25-.25h5.5a.25.25%200%200%201%20.25.25zM5.25%2013a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/printer-solid.svg?color=%231a73e8&size=48