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

Name
printer-pos-off-outline
Set
Material Design Icons
Style
Outline
Category
Printer
Viewbox
24×24
License
Apache 2.0
Aliases
printer-point-of-sale-off-outline, printer-receipt-off-outline

1 other variant in Material Design Icons

More printer icons from Material Design Icons

Use the printer pos 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.39 1.73L1.11 3L7 8.89V10H6a2 2 0 0 0-2 2v7h13.11l3.73 3.73l1.27-1.27zM6 17v-5h4.11l5 5zM9.2 6l-2-2H17v6h1a2 2 0 0 1 2 2v4.8l-2-2V12h-2.8l-2-2H15V6zM7 13h4v2H7z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPrinterPosOffOutline(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.39 1.73L1.11 3L7 8.89V10H6a2 2 0 0 0-2 2v7h13.11l3.73 3.73l1.27-1.27zM6 17v-5h4.11l5 5zM9.2 6l-2-2H17v6h1a2 2 0 0 1 2 2v4.8l-2-2V12h-2.8l-2-2H15V6zM7 13h4v2H7z"/></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.39 1.73L1.11 3L7 8.89V10H6a2 2 0 0 0-2 2v7h13.11l3.73 3.73l1.27-1.27zM6 17v-5h4.11l5 5zM9.2 6l-2-2H17v6h1a2 2 0 0 1 2 2v4.8l-2-2V12h-2.8l-2-2H15V6zM7 13h4v2H7z"/></svg>
</template>

CSS

.icon-printer-pos-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%22M2.39%201.73L1.11%203L7%208.89V10H6a2%202%200%200%200-2%202v7h13.11l3.73%203.73l1.27-1.27zM6%2017v-5h4.11l5%205zM9.2%206l-2-2H17v6h1a2%202%200%200%201%202%202v4.8l-2-2V12h-2.8l-2-2H15V6zM7%2013h4v2H7z%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.39%201.73L1.11%203L7%208.89V10H6a2%202%200%200%200-2%202v7h13.11l3.73%203.73l1.27-1.27zM6%2017v-5h4.11l5%205zM9.2%206l-2-2H17v6h1a2%202%200%200%201%202%202v4.8l-2-2V12h-2.8l-2-2H15V6zM7%2013h4v2H7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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