print-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
print-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the print icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M16.25 8h15.5a3.25 3.25 0 0 1 3.245 3.066l.005.184v2.749l1.75.001c2.9 0 5.25 2.35 5.25 5.25v13.5A3.25 3.25 0 0 1 38.75 36L35 35.999v1.751A3.25 3.25 0 0 1 31.75 41h-15.5A3.25 3.25 0 0 1 13 37.75v-1.751L9.25 36A3.25 3.25 0 0 1 6 32.75v-13.5C6 16.35 8.35 14 11.25 14l1.75-.001V11.25a3.25 3.25 0 0 1 3.066-3.245zm15.5 20.5h-15.5a.75.75 0 0 0-.75.75v8.5c0 .414.336.75.75.75h15.5a.75.75 0 0 0 .75-.75v-8.5a.75.75 0 0 0-.75-.75m5-12h-25.5a2.75 2.75 0 0 0-2.75 2.75v13.5c0 .414.336.75.75.75l3.75-.001V29.25A3.25 3.25 0 0 1 16.25 26h15.5A3.25 3.25 0 0 1 35 29.25v4.249l3.75.001a.75.75 0 0 0 .75-.75v-13.5a2.75 2.75 0 0 0-2.75-2.75m-5-6h-15.5a.75.75 0 0 0-.743.648l-.007.102v2.749h17V11.25a.75.75 0 0 0-.648-.743z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPrint48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M16.25 8h15.5a3.25 3.25 0 0 1 3.245 3.066l.005.184v2.749l1.75.001c2.9 0 5.25 2.35 5.25 5.25v13.5A3.25 3.25 0 0 1 38.75 36L35 35.999v1.751A3.25 3.25 0 0 1 31.75 41h-15.5A3.25 3.25 0 0 1 13 37.75v-1.751L9.25 36A3.25 3.25 0 0 1 6 32.75v-13.5C6 16.35 8.35 14 11.25 14l1.75-.001V11.25a3.25 3.25 0 0 1 3.066-3.245zm15.5 20.5h-15.5a.75.75 0 0 0-.75.75v8.5c0 .414.336.75.75.75h15.5a.75.75 0 0 0 .75-.75v-8.5a.75.75 0 0 0-.75-.75m5-12h-25.5a2.75 2.75 0 0 0-2.75 2.75v13.5c0 .414.336.75.75.75l3.75-.001V29.25A3.25 3.25 0 0 1 16.25 26h15.5A3.25 3.25 0 0 1 35 29.25v4.249l3.75.001a.75.75 0 0 0 .75-.75v-13.5a2.75 2.75 0 0 0-2.75-2.75m-5-6h-15.5a.75.75 0 0 0-.743.648l-.007.102v2.749h17V11.25a.75.75 0 0 0-.648-.743z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M16.25 8h15.5a3.25 3.25 0 0 1 3.245 3.066l.005.184v2.749l1.75.001c2.9 0 5.25 2.35 5.25 5.25v13.5A3.25 3.25 0 0 1 38.75 36L35 35.999v1.751A3.25 3.25 0 0 1 31.75 41h-15.5A3.25 3.25 0 0 1 13 37.75v-1.751L9.25 36A3.25 3.25 0 0 1 6 32.75v-13.5C6 16.35 8.35 14 11.25 14l1.75-.001V11.25a3.25 3.25 0 0 1 3.066-3.245zm15.5 20.5h-15.5a.75.75 0 0 0-.75.75v8.5c0 .414.336.75.75.75h15.5a.75.75 0 0 0 .75-.75v-8.5a.75.75 0 0 0-.75-.75m5-12h-25.5a2.75 2.75 0 0 0-2.75 2.75v13.5c0 .414.336.75.75.75l3.75-.001V29.25A3.25 3.25 0 0 1 16.25 26h15.5A3.25 3.25 0 0 1 35 29.25v4.249l3.75.001a.75.75 0 0 0 .75-.75v-13.5a2.75 2.75 0 0 0-2.75-2.75m-5-6h-15.5a.75.75 0 0 0-.743.648l-.007.102v2.749h17V11.25a.75.75 0 0 0-.648-.743z"/></svg>
</template>

CSS

.icon-print-48-regular {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.25%208h15.5a3.25%203.25%200%200%201%203.245%203.066l.005.184v2.749l1.75.001c2.9%200%205.25%202.35%205.25%205.25v13.5A3.25%203.25%200%200%201%2038.75%2036L35%2035.999v1.751A3.25%203.25%200%200%201%2031.75%2041h-15.5A3.25%203.25%200%200%201%2013%2037.75v-1.751L9.25%2036A3.25%203.25%200%200%201%206%2032.75v-13.5C6%2016.35%208.35%2014%2011.25%2014l1.75-.001V11.25a3.25%203.25%200%200%201%203.066-3.245zm15.5%2020.5h-15.5a.75.75%200%200%200-.75.75v8.5c0%20.414.336.75.75.75h15.5a.75.75%200%200%200%20.75-.75v-8.5a.75.75%200%200%200-.75-.75m5-12h-25.5a2.75%202.75%200%200%200-2.75%202.75v13.5c0%20.414.336.75.75.75l3.75-.001V29.25A3.25%203.25%200%200%201%2016.25%2026h15.5A3.25%203.25%200%200%201%2035%2029.25v4.249l3.75.001a.75.75%200%200%200%20.75-.75v-13.5a2.75%202.75%200%200%200-2.75-2.75m-5-6h-15.5a.75.75%200%200%200-.743.648l-.007.102v2.749h17V11.25a.75.75%200%200%200-.648-.743z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.25%208h15.5a3.25%203.25%200%200%201%203.245%203.066l.005.184v2.749l1.75.001c2.9%200%205.25%202.35%205.25%205.25v13.5A3.25%203.25%200%200%201%2038.75%2036L35%2035.999v1.751A3.25%203.25%200%200%201%2031.75%2041h-15.5A3.25%203.25%200%200%201%2013%2037.75v-1.751L9.25%2036A3.25%203.25%200%200%201%206%2032.75v-13.5C6%2016.35%208.35%2014%2011.25%2014l1.75-.001V11.25a3.25%203.25%200%200%201%203.066-3.245zm15.5%2020.5h-15.5a.75.75%200%200%200-.75.75v8.5c0%20.414.336.75.75.75h15.5a.75.75%200%200%200%20.75-.75v-8.5a.75.75%200%200%200-.75-.75m5-12h-25.5a2.75%202.75%200%200%200-2.75%202.75v13.5c0%20.414.336.75.75.75l3.75-.001V29.25A3.25%203.25%200%200%201%2016.25%2026h15.5A3.25%203.25%200%200%201%2035%2029.25v4.249l3.75.001a.75.75%200%200%200%20.75-.75v-13.5a2.75%202.75%200%200%200-2.75-2.75m-5-6h-15.5a.75.75%200%200%200-.743.648l-.007.102v2.749h17V11.25a.75.75%200%200%200-.648-.743z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/print-48-regular.svg?color=%231a73e8&size=48