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

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

More printer icons from Material Design Icons

Use the printer search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.3 18.9c.4-.7.7-1.5.7-2.4c0-2.5-2-4.5-4.5-4.5S12 14 12 16.5s2 4.5 4.5 4.5c.9 0 1.7-.2 2.4-.7l3.1 3.1l1.4-1.4zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5M18 7H6V3h12zM6 21v-4H2v-6c0-1.7 1.3-3 3-3h14c1.7 0 3 1.3 3 3v2c-1.2-1.8-3.2-3-5.5-3c-2.7 0-5 1.7-6 4H8v5h2.5c.3.7.8 1.4 1.3 2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPrinterSearch(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="M20.3 18.9c.4-.7.7-1.5.7-2.4c0-2.5-2-4.5-4.5-4.5S12 14 12 16.5s2 4.5 4.5 4.5c.9 0 1.7-.2 2.4-.7l3.1 3.1l1.4-1.4zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5M18 7H6V3h12zM6 21v-4H2v-6c0-1.7 1.3-3 3-3h14c1.7 0 3 1.3 3 3v2c-1.2-1.8-3.2-3-5.5-3c-2.7 0-5 1.7-6 4H8v5h2.5c.3.7.8 1.4 1.3 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.3 18.9c.4-.7.7-1.5.7-2.4c0-2.5-2-4.5-4.5-4.5S12 14 12 16.5s2 4.5 4.5 4.5c.9 0 1.7-.2 2.4-.7l3.1 3.1l1.4-1.4zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5M18 7H6V3h12zM6 21v-4H2v-6c0-1.7 1.3-3 3-3h14c1.7 0 3 1.3 3 3v2c-1.2-1.8-3.2-3-5.5-3c-2.7 0-5 1.7-6 4H8v5h2.5c.3.7.8 1.4 1.3 2z"/></svg>
</template>

CSS

.icon-printer-search {
  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%22M20.3%2018.9c.4-.7.7-1.5.7-2.4c0-2.5-2-4.5-4.5-4.5S12%2014%2012%2016.5s2%204.5%204.5%204.5c.9%200%201.7-.2%202.4-.7l3.1%203.1l1.4-1.4zm-3.8.1c-1.4%200-2.5-1.1-2.5-2.5s1.1-2.5%202.5-2.5s2.5%201.1%202.5%202.5s-1.1%202.5-2.5%202.5M18%207H6V3h12zM6%2021v-4H2v-6c0-1.7%201.3-3%203-3h14c1.7%200%203%201.3%203%203v2c-1.2-1.8-3.2-3-5.5-3c-2.7%200-5%201.7-6%204H8v5h2.5c.3.7.8%201.4%201.3%202z%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%22M20.3%2018.9c.4-.7.7-1.5.7-2.4c0-2.5-2-4.5-4.5-4.5S12%2014%2012%2016.5s2%204.5%204.5%204.5c.9%200%201.7-.2%202.4-.7l3.1%203.1l1.4-1.4zm-3.8.1c-1.4%200-2.5-1.1-2.5-2.5s1.1-2.5%202.5-2.5s2.5%201.1%202.5%202.5s-1.1%202.5-2.5%202.5M18%207H6V3h12zM6%2021v-4H2v-6c0-1.7%201.3-3%203-3h14c1.7%200%203%201.3%203%203v2c-1.2-1.8-3.2-3-5.5-3c-2.7%200-5%201.7-6%204H8v5h2.5c.3.7.8%201.4%201.3%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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