print icon
print-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.
- Name
- print-filled
- Set
- Reicon
- Style
- Filled
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All print icons →More devices icons from Reicon
Use the print icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.333 7h-2V3.667A.333.333 0 0 0 15 3.333H9a.333.333 0 0 0-.333.334V7h-2V3.667A2.336 2.336 0 0 1 9 1.333h6a2.336 2.336 0 0 1 2.333 2.334z"/><path d="M18.333 6H5.667A3.67 3.67 0 0 0 2 9.667V15a3.67 3.67 0 0 0 3.667 3.667h1v1.666A2.336 2.336 0 0 0 9 22.667h6a2.336 2.336 0 0 0 2.333-2.334v-1.666h1A3.67 3.67 0 0 0 22 15V9.667A3.67 3.67 0 0 0 18.333 6m-3 14.333a.334.334 0 0 1-.333.334H9a.333.333 0 0 1-.333-.334v-7h6.666z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPrintFilled(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="M17.333 7h-2V3.667A.333.333 0 0 0 15 3.333H9a.333.333 0 0 0-.333.334V7h-2V3.667A2.336 2.336 0 0 1 9 1.333h6a2.336 2.336 0 0 1 2.333 2.334z"/><path d="M18.333 6H5.667A3.67 3.67 0 0 0 2 9.667V15a3.67 3.67 0 0 0 3.667 3.667h1v1.666A2.336 2.336 0 0 0 9 22.667h6a2.336 2.336 0 0 0 2.333-2.334v-1.666h1A3.67 3.67 0 0 0 22 15V9.667A3.67 3.67 0 0 0 18.333 6m-3 14.333a.334.334 0 0 1-.333.334H9a.333.333 0 0 1-.333-.334v-7h6.666z"/></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="M17.333 7h-2V3.667A.333.333 0 0 0 15 3.333H9a.333.333 0 0 0-.333.334V7h-2V3.667A2.336 2.336 0 0 1 9 1.333h6a2.336 2.336 0 0 1 2.333 2.334z"/><path d="M18.333 6H5.667A3.67 3.67 0 0 0 2 9.667V15a3.67 3.67 0 0 0 3.667 3.667h1v1.666A2.336 2.336 0 0 0 9 22.667h6a2.336 2.336 0 0 0 2.333-2.334v-1.666h1A3.67 3.67 0 0 0 22 15V9.667A3.67 3.67 0 0 0 18.333 6m-3 14.333a.334.334 0 0 1-.333.334H9a.333.333 0 0 1-.333-.334v-7h6.666z"/></g></svg> </template>
CSS
.icon-print-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%22M17.333%207h-2V3.667A.333.333%200%200%200%2015%203.333H9a.333.333%200%200%200-.333.334V7h-2V3.667A2.336%202.336%200%200%201%209%201.333h6a2.336%202.336%200%200%201%202.333%202.334z%22%2F%3E%3Cpath%20d%3D%22M18.333%206H5.667A3.67%203.67%200%200%200%202%209.667V15a3.67%203.67%200%200%200%203.667%203.667h1v1.666A2.336%202.336%200%200%200%209%2022.667h6a2.336%202.336%200%200%200%202.333-2.334v-1.666h1A3.67%203.67%200%200%200%2022%2015V9.667A3.67%203.67%200%200%200%2018.333%206m-3%2014.333a.334.334%200%200%201-.333.334H9a.333.333%200%200%201-.333-.334v-7h6.666z%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%22M17.333%207h-2V3.667A.333.333%200%200%200%2015%203.333H9a.333.333%200%200%200-.333.334V7h-2V3.667A2.336%202.336%200%200%201%209%201.333h6a2.336%202.336%200%200%201%202.333%202.334z%22%2F%3E%3Cpath%20d%3D%22M18.333%206H5.667A3.67%203.67%200%200%200%202%209.667V15a3.67%203.67%200%200%200%203.667%203.667h1v1.666A2.336%202.336%200%200%200%209%2022.667h6a2.336%202.336%200%200%200%202.333-2.334v-1.666h1A3.67%203.67%200%200%200%2022%2015V9.667A3.67%203.67%200%200%200%2018.333%206m-3%2014.333a.334.334%200%200%201-.333.334H9a.333.333%200%200%201-.333-.334v-7h6.666z%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/print-filled.svg?color=%231a73e8&size=48