printer from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
printer
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

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 1024 1024"><path fill="currentColor" d="M256 768H105c-14.2 0-19.4-1.5-24.6-4.3a29 29 0 0 1-12.2-12c-2.7-5.3-4.2-10.5-4.2-24.7V379c0-42.7 4.5-58.2 12.8-74a88 88 0 0 1 36.3-36.2c15.7-8.3 31.2-12.8 74-12.8H256V64h512v192h69c42.7 0 58.2 4.5 74 12.8a88 88 0 0 1 36.2 36.3c8.3 15.7 12.8 31.2 12.8 74V727c0 14.2-1.5 19.4-4.3 24.6a29 29 0 0 1-12 12.2c-5.3 2.7-10.5 4.2-24.7 4.2H768v192H256zm64-192v320h384V576zm-64 128V512h512v192h128V379c0-29.3-1.4-36.4-5.2-43.7a23 23 0 0 0-10.1-10c-7.2-3.9-14.4-5.3-43.8-5.3H187.1c-29.4 0-36.5 1.4-43.8 5.2a23 23 0 0 0-10 10.1c-3.9 7.2-5.3 14.4-5.3 43.8V704zm64-448h384V128H320zm-64 128h64v64h-64zm128 0h64v64h-64z"/></svg>

React

import type { SVGProps } from "react";

export function EpPrinter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M256 768H105c-14.2 0-19.4-1.5-24.6-4.3a29 29 0 0 1-12.2-12c-2.7-5.3-4.2-10.5-4.2-24.7V379c0-42.7 4.5-58.2 12.8-74a88 88 0 0 1 36.3-36.2c15.7-8.3 31.2-12.8 74-12.8H256V64h512v192h69c42.7 0 58.2 4.5 74 12.8a88 88 0 0 1 36.2 36.3c8.3 15.7 12.8 31.2 12.8 74V727c0 14.2-1.5 19.4-4.3 24.6a29 29 0 0 1-12 12.2c-5.3 2.7-10.5 4.2-24.7 4.2H768v192H256zm64-192v320h384V576zm-64 128V512h512v192h128V379c0-29.3-1.4-36.4-5.2-43.7a23 23 0 0 0-10.1-10c-7.2-3.9-14.4-5.3-43.8-5.3H187.1c-29.4 0-36.5 1.4-43.8 5.2a23 23 0 0 0-10 10.1c-3.9 7.2-5.3 14.4-5.3 43.8V704zm64-448h384V128H320zm-64 128h64v64h-64zm128 0h64v64h-64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M256 768H105c-14.2 0-19.4-1.5-24.6-4.3a29 29 0 0 1-12.2-12c-2.7-5.3-4.2-10.5-4.2-24.7V379c0-42.7 4.5-58.2 12.8-74a88 88 0 0 1 36.3-36.2c15.7-8.3 31.2-12.8 74-12.8H256V64h512v192h69c42.7 0 58.2 4.5 74 12.8a88 88 0 0 1 36.2 36.3c8.3 15.7 12.8 31.2 12.8 74V727c0 14.2-1.5 19.4-4.3 24.6a29 29 0 0 1-12 12.2c-5.3 2.7-10.5 4.2-24.7 4.2H768v192H256zm64-192v320h384V576zm-64 128V512h512v192h128V379c0-29.3-1.4-36.4-5.2-43.7a23 23 0 0 0-10.1-10c-7.2-3.9-14.4-5.3-43.8-5.3H187.1c-29.4 0-36.5 1.4-43.8 5.2a23 23 0 0 0-10 10.1c-3.9 7.2-5.3 14.4-5.3 43.8V704zm64-448h384V128H320zm-64 128h64v64h-64zm128 0h64v64h-64z"/></svg>
</template>

CSS

.icon-printer {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20768H105c-14.2%200-19.4-1.5-24.6-4.3a29%2029%200%200%201-12.2-12c-2.7-5.3-4.2-10.5-4.2-24.7V379c0-42.7%204.5-58.2%2012.8-74a88%2088%200%200%201%2036.3-36.2c15.7-8.3%2031.2-12.8%2074-12.8H256V64h512v192h69c42.7%200%2058.2%204.5%2074%2012.8a88%2088%200%200%201%2036.2%2036.3c8.3%2015.7%2012.8%2031.2%2012.8%2074V727c0%2014.2-1.5%2019.4-4.3%2024.6a29%2029%200%200%201-12%2012.2c-5.3%202.7-10.5%204.2-24.7%204.2H768v192H256zm64-192v320h384V576zm-64%20128V512h512v192h128V379c0-29.3-1.4-36.4-5.2-43.7a23%2023%200%200%200-10.1-10c-7.2-3.9-14.4-5.3-43.8-5.3H187.1c-29.4%200-36.5%201.4-43.8%205.2a23%2023%200%200%200-10%2010.1c-3.9%207.2-5.3%2014.4-5.3%2043.8V704zm64-448h384V128H320zm-64%20128h64v64h-64zm128%200h64v64h-64z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20768H105c-14.2%200-19.4-1.5-24.6-4.3a29%2029%200%200%201-12.2-12c-2.7-5.3-4.2-10.5-4.2-24.7V379c0-42.7%204.5-58.2%2012.8-74a88%2088%200%200%201%2036.3-36.2c15.7-8.3%2031.2-12.8%2074-12.8H256V64h512v192h69c42.7%200%2058.2%204.5%2074%2012.8a88%2088%200%200%201%2036.2%2036.3c8.3%2015.7%2012.8%2031.2%2012.8%2074V727c0%2014.2-1.5%2019.4-4.3%2024.6a29%2029%200%200%201-12%2012.2c-5.3%202.7-10.5%204.2-24.7%204.2H768v192H256zm64-192v320h384V576zm-64%20128V512h512v192h128V379c0-29.3-1.4-36.4-5.2-43.7a23%2023%200%200%200-10.1-10c-7.2-3.9-14.4-5.3-43.8-5.3H187.1c-29.4%200-36.5%201.4-43.8%205.2a23%2023%200%200%200-10%2010.1c-3.9%207.2-5.3%2014.4-5.3%2043.8V704zm64-448h384V128H320zm-64%20128h64v64h-64zm128%200h64v64h-64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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