print disabled icon
print-disabled-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- print-disabled-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the print disabled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.075 21.9L16 18.85h2V19q0 .825-.587 1.413T16 21H8q-.825 0-1.412-.587T6 19v-2H4q-.825 0-1.412-.587T2 15v-4q0-1.275.875-2.137T5 8h.15L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M8 19h8v-.15L12.15 15H8zm2.85-11H19q1.25 0 2.125.875T22 11v4.525q0 .675-.462 1.075T20.5 17q-.275 0-.562-.1t-.613-.425zm-1-1l-2.3-2.3q-.475-.475-.213-1.088T8.276 3H16q.825 0 1.413.588T18 5v1q0 .425-.288.713T17 7zM18 12.5q.425 0 .713-.288T19 11.5t-.288-.712T18 10.5t-.712.288T17 11.5t.288.713t.712.287"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPrintDisabledRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.075 21.9L16 18.85h2V19q0 .825-.587 1.413T16 21H8q-.825 0-1.412-.587T6 19v-2H4q-.825 0-1.412-.587T2 15v-4q0-1.275.875-2.137T5 8h.15L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M8 19h8v-.15L12.15 15H8zm2.85-11H19q1.25 0 2.125.875T22 11v4.525q0 .675-.462 1.075T20.5 17q-.275 0-.562-.1t-.613-.425zm-1-1l-2.3-2.3q-.475-.475-.213-1.088T8.276 3H16q.825 0 1.413.588T18 5v1q0 .425-.288.713T17 7zM18 12.5q.425 0 .713-.288T19 11.5t-.288-.712T18 10.5t-.712.288T17 11.5t.288.713t.712.287"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.075 21.9L16 18.85h2V19q0 .825-.587 1.413T16 21H8q-.825 0-1.412-.587T6 19v-2H4q-.825 0-1.412-.587T2 15v-4q0-1.275.875-2.137T5 8h.15L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M8 19h8v-.15L12.15 15H8zm2.85-11H19q1.25 0 2.125.875T22 11v4.525q0 .675-.462 1.075T20.5 17q-.275 0-.562-.1t-.613-.425zm-1-1l-2.3-2.3q-.475-.475-.213-1.088T8.276 3H16q.825 0 1.413.588T18 5v1q0 .425-.288.713T17 7zM18 12.5q.425 0 .713-.288T19 11.5t-.288-.712T18 10.5t-.712.288T17 11.5t.288.713t.712.287"/></svg> </template>
CSS
.icon-print-disabled-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.075%2021.9L16%2018.85h2V19q0%20.825-.587%201.413T16%2021H8q-.825%200-1.412-.587T6%2019v-2H4q-.825%200-1.412-.587T2%2015v-4q0-1.275.875-2.137T5%208h.15L2.075%204.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M8%2019h8v-.15L12.15%2015H8zm2.85-11H19q1.25%200%202.125.875T22%2011v4.525q0%20.675-.462%201.075T20.5%2017q-.275%200-.562-.1t-.613-.425zm-1-1l-2.3-2.3q-.475-.475-.213-1.088T8.276%203H16q.825%200%201.413.588T18%205v1q0%20.425-.288.713T17%207zM18%2012.5q.425%200%20.713-.288T19%2011.5t-.288-.712T18%2010.5t-.712.288T17%2011.5t.288.713t.712.287%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.075%2021.9L16%2018.85h2V19q0%20.825-.587%201.413T16%2021H8q-.825%200-1.412-.587T6%2019v-2H4q-.825%200-1.412-.587T2%2015v-4q0-1.275.875-2.137T5%208h.15L2.075%204.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M8%2019h8v-.15L12.15%2015H8zm2.85-11H19q1.25%200%202.125.875T22%2011v4.525q0%20.675-.462%201.075T20.5%2017q-.275%200-.562-.1t-.613-.425zm-1-1l-2.3-2.3q-.475-.475-.213-1.088T8.276%203H16q.825%200%201.413.588T18%205v1q0%20.425-.288.713T17%207zM18%2012.5q.425%200%20.713-.288T19%2011.5t-.288-.712T18%2010.5t-.712.288T17%2011.5t.288.713t.712.287%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/print-disabled-rounded.svg?color=%231a73e8&size=48