printer slash icon

printer-slash-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
printer-slash-filled
Set
Reicon
Style
Filled
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="currentColor"><path d="M6 7q-3 0-3 3v5q0 3 3 3l2-2v-1h1l8-8zm1 4.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75z"/><path d="m9 15l-1 1v-1zm8-10v2H7V5c0-1.66 1.34-3 3-3h4c1.66 0 3 1.34 3 3"/><path d="M22.53 1.471a.754.754 0 0 0-1.06 0l-20 20c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l20-20c.29-.29.29-.77 0-1.06M17 14.25h-4.043a.5.5 0 0 0-.353.146L12 15l-.75.75L8.8 18.2c-.64.64-.77 1.8-.25 2.54C9.09 21.5 9.99 22 11 22h2c1.66 0 3-1.34 3-3v-3.25h1c.41 0 .75-.34.75-.75s-.34-.75-.75-.75"/><path d="m19.02 7.98l-3.56 3.56c-.63.63-.18 1.71.71 1.71h.74c.87 0 1.68.59 1.82 1.45a1.76 1.76 0 0 1-1.237 1.979c-.265.077-.493.294-.493.57v.25a.5.5 0 0 0 .5.5h.5c1.66 0 3-1.34 3-3v-5c0-.79-.16-1.43-.47-1.91c-.34-.51-1.08-.54-1.51-.11"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPrinterSlashFilled(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 d="M6 7q-3 0-3 3v5q0 3 3 3l2-2v-1h1l8-8zm1 4.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75z"/><path d="m9 15l-1 1v-1zm8-10v2H7V5c0-1.66 1.34-3 3-3h4c1.66 0 3 1.34 3 3"/><path d="M22.53 1.471a.754.754 0 0 0-1.06 0l-20 20c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l20-20c.29-.29.29-.77 0-1.06M17 14.25h-4.043a.5.5 0 0 0-.353.146L12 15l-.75.75L8.8 18.2c-.64.64-.77 1.8-.25 2.54C9.09 21.5 9.99 22 11 22h2c1.66 0 3-1.34 3-3v-3.25h1c.41 0 .75-.34.75-.75s-.34-.75-.75-.75"/><path d="m19.02 7.98l-3.56 3.56c-.63.63-.18 1.71.71 1.71h.74c.87 0 1.68.59 1.82 1.45a1.76 1.76 0 0 1-1.237 1.979c-.265.077-.493.294-.493.57v.25a.5.5 0 0 0 .5.5h.5c1.66 0 3-1.34 3-3v-5c0-.79-.16-1.43-.47-1.91c-.34-.51-1.08-.54-1.51-.11"/></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 d="M6 7q-3 0-3 3v5q0 3 3 3l2-2v-1h1l8-8zm1 4.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75z"/><path d="m9 15l-1 1v-1zm8-10v2H7V5c0-1.66 1.34-3 3-3h4c1.66 0 3 1.34 3 3"/><path d="M22.53 1.471a.754.754 0 0 0-1.06 0l-20 20c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l20-20c.29-.29.29-.77 0-1.06M17 14.25h-4.043a.5.5 0 0 0-.353.146L12 15l-.75.75L8.8 18.2c-.64.64-.77 1.8-.25 2.54C9.09 21.5 9.99 22 11 22h2c1.66 0 3-1.34 3-3v-3.25h1c.41 0 .75-.34.75-.75s-.34-.75-.75-.75"/><path d="m19.02 7.98l-3.56 3.56c-.63.63-.18 1.71.71 1.71h.74c.87 0 1.68.59 1.82 1.45a1.76 1.76 0 0 1-1.237 1.979c-.265.077-.493.294-.493.57v.25a.5.5 0 0 0 .5.5h.5c1.66 0 3-1.34 3-3v-5c0-.79-.16-1.43-.47-1.91c-.34-.51-1.08-.54-1.51-.11"/></g></svg>
</template>

CSS

.icon-printer-slash-filled {
  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%20d%3D%22M6%207q-3%200-3%203v5q0%203%203%203l2-2v-1h1l8-8zm1%204.75c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.41%200%20.75.34.75.75s-.34.75-.75.75z%22%2F%3E%3Cpath%20d%3D%22m9%2015l-1%201v-1zm8-10v2H7V5c0-1.66%201.34-3%203-3h4c1.66%200%203%201.34%203%203%22%2F%3E%3Cpath%20d%3D%22M22.53%201.471a.754.754%200%200%200-1.06%200l-20%2020c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l20-20c.29-.29.29-.77%200-1.06M17%2014.25h-4.043a.5.5%200%200%200-.353.146L12%2015l-.75.75L8.8%2018.2c-.64.64-.77%201.8-.25%202.54C9.09%2021.5%209.99%2022%2011%2022h2c1.66%200%203-1.34%203-3v-3.25h1c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75%22%2F%3E%3Cpath%20d%3D%22m19.02%207.98l-3.56%203.56c-.63.63-.18%201.71.71%201.71h.74c.87%200%201.68.59%201.82%201.45a1.76%201.76%200%200%201-1.237%201.979c-.265.077-.493.294-.493.57v.25a.5.5%200%200%200%20.5.5h.5c1.66%200%203-1.34%203-3v-5c0-.79-.16-1.43-.47-1.91c-.34-.51-1.08-.54-1.51-.11%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%20d%3D%22M6%207q-3%200-3%203v5q0%203%203%203l2-2v-1h1l8-8zm1%204.75c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.41%200%20.75.34.75.75s-.34.75-.75.75z%22%2F%3E%3Cpath%20d%3D%22m9%2015l-1%201v-1zm8-10v2H7V5c0-1.66%201.34-3%203-3h4c1.66%200%203%201.34%203%203%22%2F%3E%3Cpath%20d%3D%22M22.53%201.471a.754.754%200%200%200-1.06%200l-20%2020c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l20-20c.29-.29.29-.77%200-1.06M17%2014.25h-4.043a.5.5%200%200%200-.353.146L12%2015l-.75.75L8.8%2018.2c-.64.64-.77%201.8-.25%202.54C9.09%2021.5%209.99%2022%2011%2022h2c1.66%200%203-1.34%203-3v-3.25h1c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75%22%2F%3E%3Cpath%20d%3D%22m19.02%207.98l-3.56%203.56c-.63.63-.18%201.71.71%201.71h.74c.87%200%201.68.59%201.82%201.45a1.76%201.76%200%200%201-1.237%201.979c-.265.077-.493.294-.493.57v.25a.5.5%200%200%200%20.5.5h.5c1.66%200%203-1.34%203-3v-5c0-.79-.16-1.43-.47-1.91c-.34-.51-1.08-.54-1.51-.11%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-filled.svg?color=%231a73e8&size=48