printer 3d off icon
printer-3d-off from Material Design Icons by Pictogrammers · Filled · Printer · Apache-2.0 Free for personal and commercial use.
- Name
- printer-3d-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Printer
- Viewbox
- 24×24
- License
- Apache 2.0
More printer icons from Material Design Icons
printer-3d-nozzleprinter-3d-nozzle-heatprinter-3d-nozzle-offprinter-checkprinter-eyeprinter-offprinter-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 3d off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.3 2L1 3.3l1.1 1.1c-.1.2-.1.4-.1.6v6h4V8.3L8.7 11l-2.2 1.1c-.3.2-.5.5-.5.9v5.2c0 .4.2.7.5.9l4.9 2.7c.2.1.4.2.6.2s.4-.1.6-.2l4.5-2.5l3.7 3.7l1.3-1.3zm2.6 0h-.1l5 5H18v4h4V5c0-1.7-1.3-3-3-3zq.15 0 0 0M19 4c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1m-6.6 5.6l5.6 5.6V13c0-.4-.2-.7-.5-.9l-4.9-2.4c-.1 0-.1-.1-.2-.1m-2.2 2.9l2 2l-.2.1L9 13zM8 14.7l3 1.6v3l-3-1.6zm5.7 1.3l1.9 1.9l-2.6 1.4v-3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPrinter3dOff(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="M2.3 2L1 3.3l1.1 1.1c-.1.2-.1.4-.1.6v6h4V8.3L8.7 11l-2.2 1.1c-.3.2-.5.5-.5.9v5.2c0 .4.2.7.5.9l4.9 2.7c.2.1.4.2.6.2s.4-.1.6-.2l4.5-2.5l3.7 3.7l1.3-1.3zm2.6 0h-.1l5 5H18v4h4V5c0-1.7-1.3-3-3-3zq.15 0 0 0M19 4c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1m-6.6 5.6l5.6 5.6V13c0-.4-.2-.7-.5-.9l-4.9-2.4c-.1 0-.1-.1-.2-.1m-2.2 2.9l2 2l-.2.1L9 13zM8 14.7l3 1.6v3l-3-1.6zm5.7 1.3l1.9 1.9l-2.6 1.4v-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.3 2L1 3.3l1.1 1.1c-.1.2-.1.4-.1.6v6h4V8.3L8.7 11l-2.2 1.1c-.3.2-.5.5-.5.9v5.2c0 .4.2.7.5.9l4.9 2.7c.2.1.4.2.6.2s.4-.1.6-.2l4.5-2.5l3.7 3.7l1.3-1.3zm2.6 0h-.1l5 5H18v4h4V5c0-1.7-1.3-3-3-3zq.15 0 0 0M19 4c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1m-6.6 5.6l5.6 5.6V13c0-.4-.2-.7-.5-.9l-4.9-2.4c-.1 0-.1-.1-.2-.1m-2.2 2.9l2 2l-.2.1L9 13zM8 14.7l3 1.6v3l-3-1.6zm5.7 1.3l1.9 1.9l-2.6 1.4v-3z"/></svg> </template>
CSS
.icon-printer-3d-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%22M2.3%202L1%203.3l1.1%201.1c-.1.2-.1.4-.1.6v6h4V8.3L8.7%2011l-2.2%201.1c-.3.2-.5.5-.5.9v5.2c0%20.4.2.7.5.9l4.9%202.7c.2.1.4.2.6.2s.4-.1.6-.2l4.5-2.5l3.7%203.7l1.3-1.3zm2.6%200h-.1l5%205H18v4h4V5c0-1.7-1.3-3-3-3zq.15%200%200%200M19%204c.6%200%201%20.4%201%201s-.4%201-1%201s-1-.4-1-1s.4-1%201-1m-6.6%205.6l5.6%205.6V13c0-.4-.2-.7-.5-.9l-4.9-2.4c-.1%200-.1-.1-.2-.1m-2.2%202.9l2%202l-.2.1L9%2013zM8%2014.7l3%201.6v3l-3-1.6zm5.7%201.3l1.9%201.9l-2.6%201.4v-3z%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%22M2.3%202L1%203.3l1.1%201.1c-.1.2-.1.4-.1.6v6h4V8.3L8.7%2011l-2.2%201.1c-.3.2-.5.5-.5.9v5.2c0%20.4.2.7.5.9l4.9%202.7c.2.1.4.2.6.2s.4-.1.6-.2l4.5-2.5l3.7%203.7l1.3-1.3zm2.6%200h-.1l5%205H18v4h4V5c0-1.7-1.3-3-3-3zq.15%200%200%200M19%204c.6%200%201%20.4%201%201s-.4%201-1%201s-1-.4-1-1s.4-1%201-1m-6.6%205.6l5.6%205.6V13c0-.4-.2-.7-.5-.9l-4.9-2.4c-.1%200-.1-.1-.2-.1m-2.2%202.9l2%202l-.2.1L9%2013zM8%2014.7l3%201.6v3l-3-1.6zm5.7%201.3l1.9%201.9l-2.6%201.4v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/printer-3d-off.svg?color=%231a73e8&size=48