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

Name
printer-check
Set
Material Design Icons
Style
Filled
Category
Printer
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More printer icons from Material Design Icons

Use the printer check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 7H6V3h12zM6 21v-4H2v-6c0-1.66 1.34-3 3-3h14c1.66 0 3 1.34 3 3v2.81c-.88-.51-1.9-.81-3-.81c-1.23 0-2.36.37-3.31 1H8v5h5c0 .7.13 1.37.35 2zm12-10c0 .55.45 1 1 1s1-.45 1-1s-.45-1-1-1s-1 .45-1 1m5.5 6L22 15.5L18.5 19l-2-2l-1.5 1.5l3.5 3.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPrinterCheck(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="M18 7H6V3h12zM6 21v-4H2v-6c0-1.66 1.34-3 3-3h14c1.66 0 3 1.34 3 3v2.81c-.88-.51-1.9-.81-3-.81c-1.23 0-2.36.37-3.31 1H8v5h5c0 .7.13 1.37.35 2zm12-10c0 .55.45 1 1 1s1-.45 1-1s-.45-1-1-1s-1 .45-1 1m5.5 6L22 15.5L18.5 19l-2-2l-1.5 1.5l3.5 3.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 7H6V3h12zM6 21v-4H2v-6c0-1.66 1.34-3 3-3h14c1.66 0 3 1.34 3 3v2.81c-.88-.51-1.9-.81-3-.81c-1.23 0-2.36.37-3.31 1H8v5h5c0 .7.13 1.37.35 2zm12-10c0 .55.45 1 1 1s1-.45 1-1s-.45-1-1-1s-1 .45-1 1m5.5 6L22 15.5L18.5 19l-2-2l-1.5 1.5l3.5 3.5z"/></svg>
</template>

CSS

.icon-printer-check {
  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%22M18%207H6V3h12zM6%2021v-4H2v-6c0-1.66%201.34-3%203-3h14c1.66%200%203%201.34%203%203v2.81c-.88-.51-1.9-.81-3-.81c-1.23%200-2.36.37-3.31%201H8v5h5c0%20.7.13%201.37.35%202zm12-10c0%20.55.45%201%201%201s1-.45%201-1s-.45-1-1-1s-1%20.45-1%201m5.5%206L22%2015.5L18.5%2019l-2-2l-1.5%201.5l3.5%203.5z%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%22M18%207H6V3h12zM6%2021v-4H2v-6c0-1.66%201.34-3%203-3h14c1.66%200%203%201.34%203%203v2.81c-.88-.51-1.9-.81-3-.81c-1.23%200-2.36.37-3.31%201H8v5h5c0%20.7.13%201.37.35%202zm12-10c0%20.55.45%201%201%201s1-.45%201-1s-.45-1-1-1s-1%20.45-1%201m5.5%206L22%2015.5L18.5%2019l-2-2l-1.5%201.5l3.5%203.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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