Print Disabled icon

Print Disabled is a Google Material Symbol from the Hardware category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

print_disabled_outlined_fill0_wght400.svg

Print Disabled icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=print_disabled" />

<span class="material-symbols-outlined">print_disabled</span>

Print Disabled icon in React

// With the font from the HTML tab:
export function PrintDisabledIcon() {
  return (
    <span className="material-symbols-outlined">
      print_disabled
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import PrintDisabledIcon from "@material-symbols/svg-400/outlined/print_disabled.svg?react";

Print Disabled icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">print_disabled</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import PrintDisabledIcon from "@material-symbols/svg-400/outlined/print_disabled.svg?component"; -->

Print Disabled icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">print_disabled</mat-icon>

Print Disabled icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.print_disabled, fill: 0, weight: 400)

Print Disabled icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/print_disabled.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m20.325 22.475-2.375-2.375v.9H6.05v-4.4H2v-6.15q0-1.126 .763-1.888Q3.525 7.8 4.65 7.8h1L1.525 3.675l1.075-1.075 18.8 18.8-1.075 1.075ZM7.55 19.5h8.9v-.9L12.55 14.7H7.55v4.8Zm11.2-2.9-1.5-1.5h3.25v-4.655Q20.5 9.95 20.17 9.625q-.331-.325-.82-.325H11.45l-1.5-1.5h9.4q1.126 0 1.888 .762Q22 9.324 22 10.45v6.15H18.75Zm-15.25-1.5h2.55v-1.9h5L7.15 9.3H4.645Q4.15 9.3 3.825 9.631q-.325 .33-.325 .819v4.65Zm12.95-7.3v-3.3H6.65l-1.5-1.5h12.8v4.8h-1.5Zm2.025 3.875q.3 0 .525-.225t.225-.525q0-.3-.225-.525t-.525-.225q-.3 0-.525 .225t-.225 .525q0 .3 .225 .525t.525 .225Zm-13.825-2.375h2.5-3.65 1.15Zm14.7 0h1.15-9.05 7.9Z" />
</vector>

Print Disabled icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/print_disabled.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/print_disabled.svg" width="24" height="24" alt="Print Disabled">

Print Disabled icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NamePrint Disabled
Ligatureprint_disabled
Code pointU+E9CF
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/print_disabled.svg, print_disabled-fill.svg
FlutterSymbols.print_disabled
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwareonoffgraphicslashenabledpaperunavailablerestrictedblockedforbiddenoutputaccess denied

Related icons