printer icon

printer-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
printer-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M214.67 76H196V40a4 4 0 0 0-4-4H64a4 4 0 0 0-4 4v36H41.33C29.57 76 20 85 20 96v80a4 4 0 0 0 4 4h36v36a4 4 0 0 0 4 4h128a4 4 0 0 0 4-4v-36h36a4 4 0 0 0 4-4V96c0-11-9.57-20-21.33-20M68 44h120v32H68Zm120 168H68v-56h120Zm40-40h-32v-20a4 4 0 0 0-4-4H64a4 4 0 0 0-4 4v20H28V96c0-6.62 6-12 13.33-12h173.34C222 84 228 89.38 228 96Zm-32-56a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>

React

import type { SVGProps } from "react";

export function PhPrinterThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M214.67 76H196V40a4 4 0 0 0-4-4H64a4 4 0 0 0-4 4v36H41.33C29.57 76 20 85 20 96v80a4 4 0 0 0 4 4h36v36a4 4 0 0 0 4 4h128a4 4 0 0 0 4-4v-36h36a4 4 0 0 0 4-4V96c0-11-9.57-20-21.33-20M68 44h120v32H68Zm120 168H68v-56h120Zm40-40h-32v-20a4 4 0 0 0-4-4H64a4 4 0 0 0-4 4v20H28V96c0-6.62 6-12 13.33-12h173.34C222 84 228 89.38 228 96Zm-32-56a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M214.67 76H196V40a4 4 0 0 0-4-4H64a4 4 0 0 0-4 4v36H41.33C29.57 76 20 85 20 96v80a4 4 0 0 0 4 4h36v36a4 4 0 0 0 4 4h128a4 4 0 0 0 4-4v-36h36a4 4 0 0 0 4-4V96c0-11-9.57-20-21.33-20M68 44h120v32H68Zm120 168H68v-56h120Zm40-40h-32v-20a4 4 0 0 0-4-4H64a4 4 0 0 0-4 4v20H28V96c0-6.62 6-12 13.33-12h173.34C222 84 228 89.38 228 96Zm-32-56a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>
</template>

CSS

.icon-printer-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M214.67%2076H196V40a4%204%200%200%200-4-4H64a4%204%200%200%200-4%204v36H41.33C29.57%2076%2020%2085%2020%2096v80a4%204%200%200%200%204%204h36v36a4%204%200%200%200%204%204h128a4%204%200%200%200%204-4v-36h36a4%204%200%200%200%204-4V96c0-11-9.57-20-21.33-20M68%2044h120v32H68Zm120%20168H68v-56h120Zm40-40h-32v-20a4%204%200%200%200-4-4H64a4%204%200%200%200-4%204v20H28V96c0-6.62%206-12%2013.33-12h173.34C222%2084%20228%2089.38%20228%2096Zm-32-56a8%208%200%201%201-8-8a8%208%200%200%201%208%208%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M214.67%2076H196V40a4%204%200%200%200-4-4H64a4%204%200%200%200-4%204v36H41.33C29.57%2076%2020%2085%2020%2096v80a4%204%200%200%200%204%204h36v36a4%204%200%200%200%204%204h128a4%204%200%200%200%204-4v-36h36a4%204%200%200%200%204-4V96c0-11-9.57-20-21.33-20M68%2044h120v32H68Zm120%20168H68v-56h120Zm40-40h-32v-20a4%204%200%200%200-4-4H64a4%204%200%200%200-4%204v20H28V96c0-6.62%206-12%2013.33-12h173.34C222%2084%20228%2089.38%20228%2096Zm-32-56a8%208%200%201%201-8-8a8%208%200%200%201%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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