printer2 icon

printer2 from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.

Name
printer2
Set
Reicon
Style
Outline
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

More devices icons from Reicon

Use the printer2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.945 1.25h.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.74.74.968 1.727 1.05 2.951q.366.025.69.068c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v.11c0 1.367 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26c-.74.74-1.727.968-2.951 1.05q-.024.366-.067.69c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26q-.044-.324-.068-.69c-1.224-.082-2.21-.31-2.95-1.05c-.603-.602-.861-1.36-.982-2.26c-.117-.867-.117-1.97-.117-3.337v-.11c0-1.367 0-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602 1.36-.86 2.26-.981a10 10 0 0 1 .69-.068c.082-1.224.31-2.21 1.05-2.95c.602-.603 1.36-.861 2.26-.982c.867-.117 1.97-.117 3.337-.117M6.807 5.253q.535-.004 1.138-.003h8.11q.602 0 1.138.003c-.082-1.02-.267-1.508-.602-1.844c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103s-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.335.336-.52.823-.602 1.844m-1.554 11.94q-.004-.535-.003-1.138v-.305H5a.75.75 0 0 1 0-1.5h14a.75.75 0 0 1 0 1.5h-.25v.305q0 .602-.003 1.138c1.02-.082 1.509-.267 1.844-.602c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191s-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435 0-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556 1.4c-.101.754-.103 1.756-.103 3.191s.002 2.437.103 3.192c.099.734.28 1.122.556 1.399c.336.335.823.52 1.844.602M17.25 15.75H6.75V16c0 1.435.002 2.436.103 3.192c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103s2.437-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191zM5.25 10A.75.75 0 0 1 6 9.25h3a.75.75 0 1 1 0 1.5H6a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/><path d="M18 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPrinter2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M11.945 1.25h.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.74.74.968 1.727 1.05 2.951q.366.025.69.068c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v.11c0 1.367 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26c-.74.74-1.727.968-2.951 1.05q-.024.366-.067.69c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26q-.044-.324-.068-.69c-1.224-.082-2.21-.31-2.95-1.05c-.603-.602-.861-1.36-.982-2.26c-.117-.867-.117-1.97-.117-3.337v-.11c0-1.367 0-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602 1.36-.86 2.26-.981a10 10 0 0 1 .69-.068c.082-1.224.31-2.21 1.05-2.95c.602-.603 1.36-.861 2.26-.982c.867-.117 1.97-.117 3.337-.117M6.807 5.253q.535-.004 1.138-.003h8.11q.602 0 1.138.003c-.082-1.02-.267-1.508-.602-1.844c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103s-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.335.336-.52.823-.602 1.844m-1.554 11.94q-.004-.535-.003-1.138v-.305H5a.75.75 0 0 1 0-1.5h14a.75.75 0 0 1 0 1.5h-.25v.305q0 .602-.003 1.138c1.02-.082 1.509-.267 1.844-.602c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191s-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435 0-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556 1.4c-.101.754-.103 1.756-.103 3.191s.002 2.437.103 3.192c.099.734.28 1.122.556 1.399c.336.335.823.52 1.844.602M17.25 15.75H6.75V16c0 1.435.002 2.436.103 3.192c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103s2.437-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191zM5.25 10A.75.75 0 0 1 6 9.25h3a.75.75 0 1 1 0 1.5H6a.75.75 0 0 1-.75-.75" clipRule="evenodd"/><path d="M18 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.945 1.25h.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.74.74.968 1.727 1.05 2.951q.366.025.69.068c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v.11c0 1.367 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26c-.74.74-1.727.968-2.951 1.05q-.024.366-.067.69c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26q-.044-.324-.068-.69c-1.224-.082-2.21-.31-2.95-1.05c-.603-.602-.861-1.36-.982-2.26c-.117-.867-.117-1.97-.117-3.337v-.11c0-1.367 0-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602 1.36-.86 2.26-.981a10 10 0 0 1 .69-.068c.082-1.224.31-2.21 1.05-2.95c.602-.603 1.36-.861 2.26-.982c.867-.117 1.97-.117 3.337-.117M6.807 5.253q.535-.004 1.138-.003h8.11q.602 0 1.138.003c-.082-1.02-.267-1.508-.602-1.844c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103s-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.335.336-.52.823-.602 1.844m-1.554 11.94q-.004-.535-.003-1.138v-.305H5a.75.75 0 0 1 0-1.5h14a.75.75 0 0 1 0 1.5h-.25v.305q0 .602-.003 1.138c1.02-.082 1.509-.267 1.844-.602c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191s-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435 0-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556 1.4c-.101.754-.103 1.756-.103 3.191s.002 2.437.103 3.192c.099.734.28 1.122.556 1.399c.336.335.823.52 1.844.602M17.25 15.75H6.75V16c0 1.435.002 2.436.103 3.192c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103s2.437-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191zM5.25 10A.75.75 0 0 1 6 9.25h3a.75.75 0 1 1 0 1.5H6a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/><path d="M18 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
</template>

CSS

.icon-printer2 {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.945%201.25h.11c1.367%200%202.47%200%203.337.117c.9.12%201.658.38%202.26.981c.74.74.968%201.727%201.05%202.951q.366.025.69.068c.9.12%201.658.38%202.26.981c.602.602.86%201.36.982%202.26c.116.867.116%201.97.116%203.337v.11c0%201.367%200%202.47-.116%203.337c-.122.9-.38%201.658-.982%202.26c-.74.74-1.727.968-2.951%201.05q-.024.366-.067.69c-.122.9-.38%201.658-.982%202.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-.11c-1.367%200-2.47%200-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26q-.044-.324-.068-.69c-1.224-.082-2.21-.31-2.95-1.05c-.603-.602-.861-1.36-.982-2.26c-.117-.867-.117-1.97-.117-3.337v-.11c0-1.367%200-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602%201.36-.86%202.26-.981a10%2010%200%200%201%20.69-.068c.082-1.224.31-2.21%201.05-2.95c.602-.603%201.36-.861%202.26-.982c.867-.117%201.97-.117%203.337-.117M6.807%205.253q.535-.004%201.138-.003h8.11q.602%200%201.138.003c-.082-1.02-.267-1.508-.602-1.844c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103s-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.335.336-.52.823-.602%201.844m-1.554%2011.94q-.004-.535-.003-1.138v-.305H5a.75.75%200%200%201%200-1.5h14a.75.75%200%200%201%200%201.5h-.25v.305q0%20.602-.003%201.138c1.02-.082%201.509-.267%201.844-.602c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191s-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435%200-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556%201.4c-.101.754-.103%201.756-.103%203.191s.002%202.437.103%203.192c.099.734.28%201.122.556%201.399c.336.335.823.52%201.844.602M17.25%2015.75H6.75V16c0%201.435.002%202.436.103%203.192c.099.734.28%201.122.556%201.399c.277.277.665.457%201.4.556c.754.101%201.756.103%203.191.103s2.437-.002%203.192-.103c.734-.099%201.122-.28%201.399-.556c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191zM5.25%2010A.75.75%200%200%201%206%209.25h3a.75.75%200%201%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18%2010a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.945%201.25h.11c1.367%200%202.47%200%203.337.117c.9.12%201.658.38%202.26.981c.74.74.968%201.727%201.05%202.951q.366.025.69.068c.9.12%201.658.38%202.26.981c.602.602.86%201.36.982%202.26c.116.867.116%201.97.116%203.337v.11c0%201.367%200%202.47-.116%203.337c-.122.9-.38%201.658-.982%202.26c-.74.74-1.727.968-2.951%201.05q-.024.366-.067.69c-.122.9-.38%201.658-.982%202.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-.11c-1.367%200-2.47%200-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26q-.044-.324-.068-.69c-1.224-.082-2.21-.31-2.95-1.05c-.603-.602-.861-1.36-.982-2.26c-.117-.867-.117-1.97-.117-3.337v-.11c0-1.367%200-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602%201.36-.86%202.26-.981a10%2010%200%200%201%20.69-.068c.082-1.224.31-2.21%201.05-2.95c.602-.603%201.36-.861%202.26-.982c.867-.117%201.97-.117%203.337-.117M6.807%205.253q.535-.004%201.138-.003h8.11q.602%200%201.138.003c-.082-1.02-.267-1.508-.602-1.844c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103s-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.335.336-.52.823-.602%201.844m-1.554%2011.94q-.004-.535-.003-1.138v-.305H5a.75.75%200%200%201%200-1.5h14a.75.75%200%200%201%200%201.5h-.25v.305q0%20.602-.003%201.138c1.02-.082%201.509-.267%201.844-.602c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191s-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435%200-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556%201.4c-.101.754-.103%201.756-.103%203.191s.002%202.437.103%203.192c.099.734.28%201.122.556%201.399c.336.335.823.52%201.844.602M17.25%2015.75H6.75V16c0%201.435.002%202.436.103%203.192c.099.734.28%201.122.556%201.399c.277.277.665.457%201.4.556c.754.101%201.756.103%203.191.103s2.437-.002%203.192-.103c.734-.099%201.122-.28%201.399-.556c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191zM5.25%2010A.75.75%200%200%201%206%209.25h3a.75.75%200%201%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18%2010a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Printer2 outline icon — Reicon · IconsDB