print error icon
print-error-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- print-error-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
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 error icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.577 10.616q0-.85.577-1.425t1.423-.576h14.154q.212 0 .356.144t.144.357t-.144.356t-.356.144H5.577q-.425 0-.712.287t-.288.713v3.769q0 .269.173.442t.442.173H7q0-.633.452-1.086q.452-.452 1.087-.452h7.076q.213 0 .357.144t.143.356t-.143.356t-.357.144h-7q-.269 0-.442.173T8 15.077v3.308q0 .269.173.442t.442.173h7q.213 0 .357.144t.143.357t-.143.356t-.357.143h-7q-.666 0-1.14-.475T7 18.386V16H5.192q-.666 0-1.14-.475t-.475-1.14zm3.423-2V6.23q0-.666.475-1.141q.474-.475 1.14-.475h6.77q.666 0 1.14.475q.475.475.475 1.14v2.386h-1V6.23q0-.27-.173-.442q-.173-.173-.442-.173h-6.77q-.269 0-.442.173T8 6.23v2.385zM18.48 19.79q-.21-.21-.21-.52t.21-.521q.209-.21.52-.21t.52.21t.21.52t-.21.52Q19.312 20 19 20t-.52-.21m.02-4.52v-3q0-.213.144-.357t.357-.144t.356.144t.143.356v3q0 .213-.144.357t-.357.143t-.356-.143t-.143-.357M4.577 9.616h13.154z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPrintErrorOutlineRounded(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="M3.577 10.616q0-.85.577-1.425t1.423-.576h14.154q.212 0 .356.144t.144.357t-.144.356t-.356.144H5.577q-.425 0-.712.287t-.288.713v3.769q0 .269.173.442t.442.173H7q0-.633.452-1.086q.452-.452 1.087-.452h7.076q.213 0 .357.144t.143.356t-.143.356t-.357.144h-7q-.269 0-.442.173T8 15.077v3.308q0 .269.173.442t.442.173h7q.213 0 .357.144t.143.357t-.143.356t-.357.143h-7q-.666 0-1.14-.475T7 18.386V16H5.192q-.666 0-1.14-.475t-.475-1.14zm3.423-2V6.23q0-.666.475-1.141q.474-.475 1.14-.475h6.77q.666 0 1.14.475q.475.475.475 1.14v2.386h-1V6.23q0-.27-.173-.442q-.173-.173-.442-.173h-6.77q-.269 0-.442.173T8 6.23v2.385zM18.48 19.79q-.21-.21-.21-.52t.21-.521q.209-.21.52-.21t.52.21t.21.52t-.21.52Q19.312 20 19 20t-.52-.21m.02-4.52v-3q0-.213.144-.357t.357-.144t.356.144t.143.356v3q0 .213-.144.357t-.357.143t-.356-.143t-.143-.357M4.577 9.616h13.154z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.577 10.616q0-.85.577-1.425t1.423-.576h14.154q.212 0 .356.144t.144.357t-.144.356t-.356.144H5.577q-.425 0-.712.287t-.288.713v3.769q0 .269.173.442t.442.173H7q0-.633.452-1.086q.452-.452 1.087-.452h7.076q.213 0 .357.144t.143.356t-.143.356t-.357.144h-7q-.269 0-.442.173T8 15.077v3.308q0 .269.173.442t.442.173h7q.213 0 .357.144t.143.357t-.143.356t-.357.143h-7q-.666 0-1.14-.475T7 18.386V16H5.192q-.666 0-1.14-.475t-.475-1.14zm3.423-2V6.23q0-.666.475-1.141q.474-.475 1.14-.475h6.77q.666 0 1.14.475q.475.475.475 1.14v2.386h-1V6.23q0-.27-.173-.442q-.173-.173-.442-.173h-6.77q-.269 0-.442.173T8 6.23v2.385zM18.48 19.79q-.21-.21-.21-.52t.21-.521q.209-.21.52-.21t.52.21t.21.52t-.21.52Q19.312 20 19 20t-.52-.21m.02-4.52v-3q0-.213.144-.357t.357-.144t.356.144t.143.356v3q0 .213-.144.357t-.357.143t-.356-.143t-.143-.357M4.577 9.616h13.154z"/></svg> </template>
CSS
.icon-print-error-outline-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%22M3.577%2010.616q0-.85.577-1.425t1.423-.576h14.154q.212%200%20.356.144t.144.357t-.144.356t-.356.144H5.577q-.425%200-.712.287t-.288.713v3.769q0%20.269.173.442t.442.173H7q0-.633.452-1.086q.452-.452%201.087-.452h7.076q.213%200%20.357.144t.143.356t-.143.356t-.357.144h-7q-.269%200-.442.173T8%2015.077v3.308q0%20.269.173.442t.442.173h7q.213%200%20.357.144t.143.357t-.143.356t-.357.143h-7q-.666%200-1.14-.475T7%2018.386V16H5.192q-.666%200-1.14-.475t-.475-1.14zm3.423-2V6.23q0-.666.475-1.141q.474-.475%201.14-.475h6.77q.666%200%201.14.475q.475.475.475%201.14v2.386h-1V6.23q0-.27-.173-.442q-.173-.173-.442-.173h-6.77q-.269%200-.442.173T8%206.23v2.385zM18.48%2019.79q-.21-.21-.21-.52t.21-.521q.209-.21.52-.21t.52.21t.21.52t-.21.52Q19.312%2020%2019%2020t-.52-.21m.02-4.52v-3q0-.213.144-.357t.357-.144t.356.144t.143.356v3q0%20.213-.144.357t-.357.143t-.356-.143t-.143-.357M4.577%209.616h13.154z%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%22M3.577%2010.616q0-.85.577-1.425t1.423-.576h14.154q.212%200%20.356.144t.144.357t-.144.356t-.356.144H5.577q-.425%200-.712.287t-.288.713v3.769q0%20.269.173.442t.442.173H7q0-.633.452-1.086q.452-.452%201.087-.452h7.076q.213%200%20.357.144t.143.356t-.143.356t-.357.144h-7q-.269%200-.442.173T8%2015.077v3.308q0%20.269.173.442t.442.173h7q.213%200%20.357.144t.143.357t-.143.356t-.357.143h-7q-.666%200-1.14-.475T7%2018.386V16H5.192q-.666%200-1.14-.475t-.475-1.14zm3.423-2V6.23q0-.666.475-1.141q.474-.475%201.14-.475h6.77q.666%200%201.14.475q.475.475.475%201.14v2.386h-1V6.23q0-.27-.173-.442q-.173-.173-.442-.173h-6.77q-.269%200-.442.173T8%206.23v2.385zM18.48%2019.79q-.21-.21-.21-.52t.21-.521q.209-.21.52-.21t.52.21t.21.52t-.21.52Q19.312%2020%2019%2020t-.52-.21m.02-4.52v-3q0-.213.144-.357t.357-.144t.356.144t.143.356v3q0%20.213-.144.357t-.357.143t-.356-.143t-.143-.357M4.577%209.616h13.154z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/print-error-outline-rounded.svg?color=%231a73e8&size=48