printer icon
printer-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- printer-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
printer-filledAnt Design IconsprinterBootstrap IconsprinterBoxIcons v2printerBoxIcons v2 SolidprinterCarbonprinterEmoji One (Colored)printerElement Plusprinter-fillEva IconsprinterFeather Iconsprinter-outlineFlowbite IconsprinterFluent EmojiprinterFluent Emoji FlatprinterFluent Emoji High ContrastprinterFirefox OS Emojiprintercss.ggprinterHeroIconsprinterHuge IconsprinterIconParkprinterIconPark OutlineprinterIconPark SolidprinterIconPark TwoToneprinterIconoirprinterIonIconsprinterJam Icons
Use the printer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10.95 8.254h34.1v-.398c0-3.47-2.671-5.016-6.491-5.016H17.44c-3.609 0-6.492 1.547-6.492 5.016ZM8.651 44.207h1.618v4.5c0 3.117 1.523 4.453 4.476 4.453h26.508c2.976 0 4.476-1.336 4.476-4.453v-4.5h1.641c4.547 0 6.961-2.297 6.961-6.867V18.262c0-4.57-2.414-6.89-6.96-6.89H8.651c-4.336 0-6.984 2.32-6.984 6.89V37.34c0 4.57 2.414 6.867 6.984 6.867m7.266 5.438c-1.242 0-1.875-.61-1.875-1.875V29.418c0-1.242.633-1.852 1.875-1.852h24.188c1.265 0 1.851.61 1.851 1.852V47.77c0 1.265-.586 1.874-1.852 1.874Zm4.078-13.641H36.05a1.43 1.43 0 0 0 1.453-1.453c0-.797-.633-1.43-1.453-1.43H19.996c-.844 0-1.453.633-1.453 1.43c0 .82.61 1.453 1.453 1.453m0 8.18h16.055c.82 0 1.453-.61 1.453-1.407c0-.82-.633-1.476-1.453-1.476H19.996c-.844 0-1.453.656-1.453 1.476c0 .797.61 1.407 1.453 1.407"/></svg>
React
import type { SVGProps } from "react";
export function F7PrinterFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10.95 8.254h34.1v-.398c0-3.47-2.671-5.016-6.491-5.016H17.44c-3.609 0-6.492 1.547-6.492 5.016ZM8.651 44.207h1.618v4.5c0 3.117 1.523 4.453 4.476 4.453h26.508c2.976 0 4.476-1.336 4.476-4.453v-4.5h1.641c4.547 0 6.961-2.297 6.961-6.867V18.262c0-4.57-2.414-6.89-6.96-6.89H8.651c-4.336 0-6.984 2.32-6.984 6.89V37.34c0 4.57 2.414 6.867 6.984 6.867m7.266 5.438c-1.242 0-1.875-.61-1.875-1.875V29.418c0-1.242.633-1.852 1.875-1.852h24.188c1.265 0 1.851.61 1.851 1.852V47.77c0 1.265-.586 1.874-1.852 1.874Zm4.078-13.641H36.05a1.43 1.43 0 0 0 1.453-1.453c0-.797-.633-1.43-1.453-1.43H19.996c-.844 0-1.453.633-1.453 1.43c0 .82.61 1.453 1.453 1.453m0 8.18h16.055c.82 0 1.453-.61 1.453-1.407c0-.82-.633-1.476-1.453-1.476H19.996c-.844 0-1.453.656-1.453 1.476c0 .797.61 1.407 1.453 1.407"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10.95 8.254h34.1v-.398c0-3.47-2.671-5.016-6.491-5.016H17.44c-3.609 0-6.492 1.547-6.492 5.016ZM8.651 44.207h1.618v4.5c0 3.117 1.523 4.453 4.476 4.453h26.508c2.976 0 4.476-1.336 4.476-4.453v-4.5h1.641c4.547 0 6.961-2.297 6.961-6.867V18.262c0-4.57-2.414-6.89-6.96-6.89H8.651c-4.336 0-6.984 2.32-6.984 6.89V37.34c0 4.57 2.414 6.867 6.984 6.867m7.266 5.438c-1.242 0-1.875-.61-1.875-1.875V29.418c0-1.242.633-1.852 1.875-1.852h24.188c1.265 0 1.851.61 1.851 1.852V47.77c0 1.265-.586 1.874-1.852 1.874Zm4.078-13.641H36.05a1.43 1.43 0 0 0 1.453-1.453c0-.797-.633-1.43-1.453-1.43H19.996c-.844 0-1.453.633-1.453 1.43c0 .82.61 1.453 1.453 1.453m0 8.18h16.055c.82 0 1.453-.61 1.453-1.407c0-.82-.633-1.476-1.453-1.476H19.996c-.844 0-1.453.656-1.453 1.476c0 .797.61 1.407 1.453 1.407"/></svg> </template>
CSS
.icon-printer-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.95%208.254h34.1v-.398c0-3.47-2.671-5.016-6.491-5.016H17.44c-3.609%200-6.492%201.547-6.492%205.016ZM8.651%2044.207h1.618v4.5c0%203.117%201.523%204.453%204.476%204.453h26.508c2.976%200%204.476-1.336%204.476-4.453v-4.5h1.641c4.547%200%206.961-2.297%206.961-6.867V18.262c0-4.57-2.414-6.89-6.96-6.89H8.651c-4.336%200-6.984%202.32-6.984%206.89V37.34c0%204.57%202.414%206.867%206.984%206.867m7.266%205.438c-1.242%200-1.875-.61-1.875-1.875V29.418c0-1.242.633-1.852%201.875-1.852h24.188c1.265%200%201.851.61%201.851%201.852V47.77c0%201.265-.586%201.874-1.852%201.874Zm4.078-13.641H36.05a1.43%201.43%200%200%200%201.453-1.453c0-.797-.633-1.43-1.453-1.43H19.996c-.844%200-1.453.633-1.453%201.43c0%20.82.61%201.453%201.453%201.453m0%208.18h16.055c.82%200%201.453-.61%201.453-1.407c0-.82-.633-1.476-1.453-1.476H19.996c-.844%200-1.453.656-1.453%201.476c0%20.797.61%201.407%201.453%201.407%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.95%208.254h34.1v-.398c0-3.47-2.671-5.016-6.491-5.016H17.44c-3.609%200-6.492%201.547-6.492%205.016ZM8.651%2044.207h1.618v4.5c0%203.117%201.523%204.453%204.476%204.453h26.508c2.976%200%204.476-1.336%204.476-4.453v-4.5h1.641c4.547%200%206.961-2.297%206.961-6.867V18.262c0-4.57-2.414-6.89-6.96-6.89H8.651c-4.336%200-6.984%202.32-6.984%206.89V37.34c0%204.57%202.414%206.867%206.984%206.867m7.266%205.438c-1.242%200-1.875-.61-1.875-1.875V29.418c0-1.242.633-1.852%201.875-1.852h24.188c1.265%200%201.851.61%201.851%201.852V47.77c0%201.265-.586%201.874-1.852%201.874Zm4.078-13.641H36.05a1.43%201.43%200%200%200%201.453-1.453c0-.797-.633-1.43-1.453-1.43H19.996c-.844%200-1.453.633-1.453%201.43c0%20.82.61%201.453%201.453%201.453m0%208.18h16.055c.82%200%201.453-.61%201.453-1.407c0-.82-.633-1.476-1.453-1.476H19.996c-.844%200-1.453.656-1.453%201.476c0%20.797.61%201.407%201.453%201.407%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/printer-fill.svg?color=%231a73e8&size=48