printer5 icon
printer5-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- printer5-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the printer5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7 5c0-1.66 1.34-3 3-3h4c1.66 0 3 1.34 3 3c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1m10.75 10c0 .41-.34.75-.75.75h-1V19c0 1.66-1.34 3-3 3h-2c-1.66 0-3-1.34-3-3v-3.25H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75"/><path d="M18 7H6q-3 0-3 3v5q0 3 3 3h.375c.345 0 .625-.28.625-.625s-.289-.615-.612-.737A1.76 1.76 0 0 1 5.25 15c0-.96.79-1.75 1.75-1.75h10c.96 0 1.75.79 1.75 1.75a1.76 1.76 0 0 1-1.138 1.638c-.323.122-.612.392-.612.737s.28.625.625.625H18q3 0 3-3v-5q0-3-3-3m-8 4.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPrinter5Filled(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="M7 5c0-1.66 1.34-3 3-3h4c1.66 0 3 1.34 3 3c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1m10.75 10c0 .41-.34.75-.75.75h-1V19c0 1.66-1.34 3-3 3h-2c-1.66 0-3-1.34-3-3v-3.25H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75"/><path d="M18 7H6q-3 0-3 3v5q0 3 3 3h.375c.345 0 .625-.28.625-.625s-.289-.615-.612-.737A1.76 1.76 0 0 1 5.25 15c0-.96.79-1.75 1.75-1.75h10c.96 0 1.75.79 1.75 1.75a1.76 1.76 0 0 1-1.138 1.638c-.323.122-.612.392-.612.737s.28.625.625.625H18q3 0 3-3v-5q0-3-3-3m-8 4.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75"/></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="M7 5c0-1.66 1.34-3 3-3h4c1.66 0 3 1.34 3 3c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1m10.75 10c0 .41-.34.75-.75.75h-1V19c0 1.66-1.34 3-3 3h-2c-1.66 0-3-1.34-3-3v-3.25H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75"/><path d="M18 7H6q-3 0-3 3v5q0 3 3 3h.375c.345 0 .625-.28.625-.625s-.289-.615-.612-.737A1.76 1.76 0 0 1 5.25 15c0-.96.79-1.75 1.75-1.75h10c.96 0 1.75.79 1.75 1.75a1.76 1.76 0 0 1-1.138 1.638c-.323.122-.612.392-.612.737s.28.625.625.625H18q3 0 3-3v-5q0-3-3-3m-8 4.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg> </template>
CSS
.icon-printer5-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%22M7%205c0-1.66%201.34-3%203-3h4c1.66%200%203%201.34%203%203c0%20.55-.45%201-1%201H8c-.55%200-1-.45-1-1m10.75%2010c0%20.41-.34.75-.75.75h-1V19c0%201.66-1.34%203-3%203h-2c-1.66%200-3-1.34-3-3v-3.25H7c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h10c.41%200%20.75.34.75.75%22%2F%3E%3Cpath%20d%3D%22M18%207H6q-3%200-3%203v5q0%203%203%203h.375c.345%200%20.625-.28.625-.625s-.289-.615-.612-.737A1.76%201.76%200%200%201%205.25%2015c0-.96.79-1.75%201.75-1.75h10c.96%200%201.75.79%201.75%201.75a1.76%201.76%200%200%201-1.138%201.638c-.323.122-.612.392-.612.737s.28.625.625.625H18q3%200%203-3v-5q0-3-3-3m-8%204.75H7c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75%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%22M7%205c0-1.66%201.34-3%203-3h4c1.66%200%203%201.34%203%203c0%20.55-.45%201-1%201H8c-.55%200-1-.45-1-1m10.75%2010c0%20.41-.34.75-.75.75h-1V19c0%201.66-1.34%203-3%203h-2c-1.66%200-3-1.34-3-3v-3.25H7c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h10c.41%200%20.75.34.75.75%22%2F%3E%3Cpath%20d%3D%22M18%207H6q-3%200-3%203v5q0%203%203%203h.375c.345%200%20.625-.28.625-.625s-.289-.615-.612-.737A1.76%201.76%200%200%201%205.25%2015c0-.96.79-1.75%201.75-1.75h10c.96%200%201.75.79%201.75%201.75a1.76%201.76%200%200%201-1.138%201.638c-.323.122-.612.392-.612.737s.28.625.625.625H18q3%200%203-3v-5q0-3-3-3m-8%204.75H7c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75%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/printer5-filled.svg?color=%231a73e8&size=48