printer-off-outline from Material Design Icons by Pictogrammers · Outline · Printer · Apache-2.0 Free for personal and commercial use.

Name
printer-off-outline
Set
Material Design Icons
Style
Outline
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

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="m1.41 1.6l20.95 20.95l-1.41 1.41L18 21H6v-4H2v-6c0-1.66 1.34-3 3-3L0 3zM6 15v-2h4l-3-3H5c-.55 0-1 .45-1 1v4zm2 4h8l-4-4H8zM8 5v.36l-2-2V3h12v5h1c1.66 0 3 1.34 3 3v6h-2.34l-4-4H18v2h2v-4c0-.55-.45-1-1-1h-6.34l-2-2H16V5zm11 6.5c0 .56-.45 1-1 1s-1-.44-1-1c0-.54.45-1 1-1s1 .46 1 1"/></svg>

React

import type { SVGProps } from "react";

export function MdiPrinterOffOutline(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="m1.41 1.6l20.95 20.95l-1.41 1.41L18 21H6v-4H2v-6c0-1.66 1.34-3 3-3L0 3zM6 15v-2h4l-3-3H5c-.55 0-1 .45-1 1v4zm2 4h8l-4-4H8zM8 5v.36l-2-2V3h12v5h1c1.66 0 3 1.34 3 3v6h-2.34l-4-4H18v2h2v-4c0-.55-.45-1-1-1h-6.34l-2-2H16V5zm11 6.5c0 .56-.45 1-1 1s-1-.44-1-1c0-.54.45-1 1-1s1 .46 1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m1.41 1.6l20.95 20.95l-1.41 1.41L18 21H6v-4H2v-6c0-1.66 1.34-3 3-3L0 3zM6 15v-2h4l-3-3H5c-.55 0-1 .45-1 1v4zm2 4h8l-4-4H8zM8 5v.36l-2-2V3h12v5h1c1.66 0 3 1.34 3 3v6h-2.34l-4-4H18v2h2v-4c0-.55-.45-1-1-1h-6.34l-2-2H16V5zm11 6.5c0 .56-.45 1-1 1s-1-.44-1-1c0-.54.45-1 1-1s1 .46 1 1"/></svg>
</template>

CSS

.icon-printer-off-outline {
  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%22m1.41%201.6l20.95%2020.95l-1.41%201.41L18%2021H6v-4H2v-6c0-1.66%201.34-3%203-3L0%203zM6%2015v-2h4l-3-3H5c-.55%200-1%20.45-1%201v4zm2%204h8l-4-4H8zM8%205v.36l-2-2V3h12v5h1c1.66%200%203%201.34%203%203v6h-2.34l-4-4H18v2h2v-4c0-.55-.45-1-1-1h-6.34l-2-2H16V5zm11%206.5c0%20.56-.45%201-1%201s-1-.44-1-1c0-.54.45-1%201-1s1%20.46%201%201%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%22m1.41%201.6l20.95%2020.95l-1.41%201.41L18%2021H6v-4H2v-6c0-1.66%201.34-3%203-3L0%203zM6%2015v-2h4l-3-3H5c-.55%200-1%20.45-1%201v4zm2%204h8l-4-4H8zM8%205v.36l-2-2V3h12v5h1c1.66%200%203%201.34%203%203v6h-2.34l-4-4H18v2h2v-4c0-.55-.45-1-1-1h-6.34l-2-2H16V5zm11%206.5c0%20.56-.45%201-1%201s-1-.44-1-1c0-.54.45-1%201-1s1%20.46%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/printer-off-outline.svg?color=%231a73e8&size=48