printer pos wrench icon

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

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

1 other variant in Material Design Icons

More printer icons from Material Design Icons

Use the printer pos wrench icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 9H7V4h10zm-6 7c0 1.13.39 2.16 1 3H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1.03A4.97 4.97 0 0 0 16 11c-2.76 0-5 2.24-5 5m-1-4H6v2h4zm12.87 9.19l-4.11-4.11c.41-1.04.18-2.26-.68-3.11c-.9-.91-2.25-1.09-3.34-.59l1.94 1.94l-1.35 1.36l-1.99-1.95c-.54 1.09-.29 2.44.59 3.35a2.91 2.91 0 0 0 3.12.68l4.11 4.1c.18.19.45.19.63 0l1.04-1.03c.22-.18.22-.5.04-.64"/></svg>

React

import type { SVGProps } from "react";

export function MdiPrinterPosWrench(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="M17 9H7V4h10zm-6 7c0 1.13.39 2.16 1 3H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1.03A4.97 4.97 0 0 0 16 11c-2.76 0-5 2.24-5 5m-1-4H6v2h4zm12.87 9.19l-4.11-4.11c.41-1.04.18-2.26-.68-3.11c-.9-.91-2.25-1.09-3.34-.59l1.94 1.94l-1.35 1.36l-1.99-1.95c-.54 1.09-.29 2.44.59 3.35a2.91 2.91 0 0 0 3.12.68l4.11 4.1c.18.19.45.19.63 0l1.04-1.03c.22-.18.22-.5.04-.64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 9H7V4h10zm-6 7c0 1.13.39 2.16 1 3H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1.03A4.97 4.97 0 0 0 16 11c-2.76 0-5 2.24-5 5m-1-4H6v2h4zm12.87 9.19l-4.11-4.11c.41-1.04.18-2.26-.68-3.11c-.9-.91-2.25-1.09-3.34-.59l1.94 1.94l-1.35 1.36l-1.99-1.95c-.54 1.09-.29 2.44.59 3.35a2.91 2.91 0 0 0 3.12.68l4.11 4.1c.18.19.45.19.63 0l1.04-1.03c.22-.18.22-.5.04-.64"/></svg>
</template>

CSS

.icon-printer-pos-wrench {
  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%22M17%209H7V4h10zm-6%207c0%201.13.39%202.16%201%203H4v-7a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v1.03A4.97%204.97%200%200%200%2016%2011c-2.76%200-5%202.24-5%205m-1-4H6v2h4zm12.87%209.19l-4.11-4.11c.41-1.04.18-2.26-.68-3.11c-.9-.91-2.25-1.09-3.34-.59l1.94%201.94l-1.35%201.36l-1.99-1.95c-.54%201.09-.29%202.44.59%203.35a2.91%202.91%200%200%200%203.12.68l4.11%204.1c.18.19.45.19.63%200l1.04-1.03c.22-.18.22-.5.04-.64%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%22M17%209H7V4h10zm-6%207c0%201.13.39%202.16%201%203H4v-7a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v1.03A4.97%204.97%200%200%200%2016%2011c-2.76%200-5%202.24-5%205m-1-4H6v2h4zm12.87%209.19l-4.11-4.11c.41-1.04.18-2.26-.68-3.11c-.9-.91-2.25-1.09-3.34-.59l1.94%201.94l-1.35%201.36l-1.99-1.95c-.54%201.09-.29%202.44.59%203.35a2.91%202.91%200%200%200%203.12.68l4.11%204.1c.18.19.45.19.63%200l1.04-1.03c.22-.18.22-.5.04-.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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