printer-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
printer-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

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="M19.36 7H18V5a1.92 1.92 0 0 0-1.83-2H7.83A1.92 1.92 0 0 0 6 5v2H4.64A2.66 2.66 0 0 0 2 9.67v6.66A2.66 2.66 0 0 0 4.64 19h.86a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2h.86A2.66 2.66 0 0 0 22 16.33V9.67A2.66 2.66 0 0 0 19.36 7M8 5h8v2H8Zm-.5 14v-4h9v4Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaPrinterFill(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="M19.36 7H18V5a1.92 1.92 0 0 0-1.83-2H7.83A1.92 1.92 0 0 0 6 5v2H4.64A2.66 2.66 0 0 0 2 9.67v6.66A2.66 2.66 0 0 0 4.64 19h.86a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2h.86A2.66 2.66 0 0 0 22 16.33V9.67A2.66 2.66 0 0 0 19.36 7M8 5h8v2H8Zm-.5 14v-4h9v4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.36 7H18V5a1.92 1.92 0 0 0-1.83-2H7.83A1.92 1.92 0 0 0 6 5v2H4.64A2.66 2.66 0 0 0 2 9.67v6.66A2.66 2.66 0 0 0 4.64 19h.86a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2h.86A2.66 2.66 0 0 0 22 16.33V9.67A2.66 2.66 0 0 0 19.36 7M8 5h8v2H8Zm-.5 14v-4h9v4Z"/></svg>
</template>

CSS

.icon-printer-fill {
  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%22M19.36%207H18V5a1.92%201.92%200%200%200-1.83-2H7.83A1.92%201.92%200%200%200%206%205v2H4.64A2.66%202.66%200%200%200%202%209.67v6.66A2.66%202.66%200%200%200%204.64%2019h.86a2%202%200%200%200%202%202h9a2%202%200%200%200%202-2h.86A2.66%202.66%200%200%200%2022%2016.33V9.67A2.66%202.66%200%200%200%2019.36%207M8%205h8v2H8Zm-.5%2014v-4h9v4Z%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%22M19.36%207H18V5a1.92%201.92%200%200%200-1.83-2H7.83A1.92%201.92%200%200%200%206%205v2H4.64A2.66%202.66%200%200%200%202%209.67v6.66A2.66%202.66%200%200%200%204.64%2019h.86a2%202%200%200%200%202%202h9a2%202%200%200%200%202-2h.86A2.66%202.66%200%200%200%2022%2016.33V9.67A2.66%202.66%200%200%200%2019.36%207M8%205h8v2H8Zm-.5%2014v-4h9v4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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