printer slash icon
printer-slash from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- printer-slash
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the printer slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M7.25 7h9.5V5c0-2-.75-3-3-3h-3.5c-2.25 0-3 1-3 3zm5.72 8H16v4q0 3-3 3h-2c-1.69 0-2.67-.71-2.93-2.14"/><path stroke-miterlimit="10" d="M6 18q-3 0-3-3v-5q0-3 3-3h10.59m3.38.52C20.66 8 21 8.83 21 10v5q0 3-3 3h-2v-3h-3m4 0h-1.21M7 11h2"/><path d="M22 2L2 22"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPrinterSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path strokeMiterlimit="10" d="M7.25 7h9.5V5c0-2-.75-3-3-3h-3.5c-2.25 0-3 1-3 3zm5.72 8H16v4q0 3-3 3h-2c-1.69 0-2.67-.71-2.93-2.14"/><path strokeMiterlimit="10" d="M6 18q-3 0-3-3v-5q0-3 3-3h10.59m3.38.52C20.66 8 21 8.83 21 10v5q0 3-3 3h-2v-3h-3m4 0h-1.21M7 11h2"/><path d="M22 2L2 22"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M7.25 7h9.5V5c0-2-.75-3-3-3h-3.5c-2.25 0-3 1-3 3zm5.72 8H16v4q0 3-3 3h-2c-1.69 0-2.67-.71-2.93-2.14"/><path stroke-miterlimit="10" d="M6 18q-3 0-3-3v-5q0-3 3-3h10.59m3.38.52C20.66 8 21 8.83 21 10v5q0 3-3 3h-2v-3h-3m4 0h-1.21M7 11h2"/><path d="M22 2L2 22"/></g></svg> </template>
CSS
.icon-printer-slash {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M7.25%207h9.5V5c0-2-.75-3-3-3h-3.5c-2.25%200-3%201-3%203zm5.72%208H16v4q0%203-3%203h-2c-1.69%200-2.67-.71-2.93-2.14%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2018q-3%200-3-3v-5q0-3%203-3h10.59m3.38.52C20.66%208%2021%208.83%2021%2010v5q0%203-3%203h-2v-3h-3m4%200h-1.21M7%2011h2%22%2F%3E%3Cpath%20d%3D%22M22%202L2%2022%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M7.25%207h9.5V5c0-2-.75-3-3-3h-3.5c-2.25%200-3%201-3%203zm5.72%208H16v4q0%203-3%203h-2c-1.69%200-2.67-.71-2.93-2.14%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2018q-3%200-3-3v-5q0-3%203-3h10.59m3.38.52C20.66%208%2021%208.83%2021%2010v5q0%203-3%203h-2v-3h-3m4%200h-1.21M7%2011h2%22%2F%3E%3Cpath%20d%3D%22M22%202L2%2022%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/printer-slash.svg?color=%231a73e8&size=48