printer off icon
printer-off from Material Design Icons by Pictogrammers · Filled · Printer · Apache-2.0 Free for personal and commercial use.
- Name
- printer-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Printer
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More printer icons from Material Design Icons
printer-3d-nozzleprinter-3d-nozzle-heatprinter-3d-nozzle-offprinter-3d-offprinter-checkprinter-eyeprinter-outlineprinter-posprinter-pos-cancelprinter-pos-checkprinter-pos-cogprinter-pos-editprinter-pos-minusprinter-pos-networkprinter-pos-offprinter-pos-pauseprinter-pos-playprinter-pos-plusprinter-pos-refreshprinter-pos-removeprinter-pos-starprinter-pos-stopprinter-pos-syncprinter-pos-wrench
Use the printer off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 3v1.18L8.82 7H18V3zM2.28 3L1 4.27L4.75 8A3.02 3.02 0 0 0 2 11v6h4v4h11.73l2 2L21 21.72zm7.54 5l9 9H22v-6a3 3 0 0 0-3-3zM19 10a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M8 14h2.73l5 5H8z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPrinterOff(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="M6 3v1.18L8.82 7H18V3zM2.28 3L1 4.27L4.75 8A3.02 3.02 0 0 0 2 11v6h4v4h11.73l2 2L21 21.72zm7.54 5l9 9H22v-6a3 3 0 0 0-3-3zM19 10a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M8 14h2.73l5 5H8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 3v1.18L8.82 7H18V3zM2.28 3L1 4.27L4.75 8A3.02 3.02 0 0 0 2 11v6h4v4h11.73l2 2L21 21.72zm7.54 5l9 9H22v-6a3 3 0 0 0-3-3zM19 10a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M8 14h2.73l5 5H8z"/></svg> </template>
CSS
.icon-printer-off {
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%22M6%203v1.18L8.82%207H18V3zM2.28%203L1%204.27L4.75%208A3.02%203.02%200%200%200%202%2011v6h4v4h11.73l2%202L21%2021.72zm7.54%205l9%209H22v-6a3%203%200%200%200-3-3zM19%2010a1%201%200%200%201%201%201a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1M8%2014h2.73l5%205H8z%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%22M6%203v1.18L8.82%207H18V3zM2.28%203L1%204.27L4.75%208A3.02%203.02%200%200%200%202%2011v6h4v4h11.73l2%202L21%2021.72zm7.54%205l9%209H22v-6a3%203%200%200%200-3-3zM19%2010a1%201%200%200%201%201%201a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1M8%2014h2.73l5%205H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/printer-off.svg?color=%231a73e8&size=48