print-error-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
print-error-rounded
Set
Material Symbols Light
Style
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

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-.576h12.846q.477 0 .879.13t.402.53q0 .143-.104.242t-.242.099H17.73q-.667 0-1.141.474t-.475 1.14v2.732q0 .212-.143.356t-.356.144h-7q-.27 0-.443.173T8 15.077v3.308q0 .269.173.442t.443.173h7q.212 0 .356.144t.144.357t-.144.356t-.356.143h-7q-.667 0-1.141-.475T7 18.386V16H5.192q-.666 0-1.14-.475t-.475-1.14zM18.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-.357M7.816 7.846q-.356 0-.586-.232T7 7.037v-.81q0-.667.475-1.14q.474-.472 1.14-.472h6.77q.666 0 1.14.476q.475.475.475 1.143v.809q0 .343-.232.573q-.233.23-.576.23z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPrintErrorRounded(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-.576h12.846q.477 0 .879.13t.402.53q0 .143-.104.242t-.242.099H17.73q-.667 0-1.141.474t-.475 1.14v2.732q0 .212-.143.356t-.356.144h-7q-.27 0-.443.173T8 15.077v3.308q0 .269.173.442t.443.173h7q.212 0 .356.144t.144.357t-.144.356t-.356.143h-7q-.667 0-1.141-.475T7 18.386V16H5.192q-.666 0-1.14-.475t-.475-1.14zM18.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-.357M7.816 7.846q-.356 0-.586-.232T7 7.037v-.81q0-.667.475-1.14q.474-.472 1.14-.472h6.77q.666 0 1.14.476q.475.475.475 1.143v.809q0 .343-.232.573q-.233.23-.576.23z"/></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-.576h12.846q.477 0 .879.13t.402.53q0 .143-.104.242t-.242.099H17.73q-.667 0-1.141.474t-.475 1.14v2.732q0 .212-.143.356t-.356.144h-7q-.27 0-.443.173T8 15.077v3.308q0 .269.173.442t.443.173h7q.212 0 .356.144t.144.357t-.144.356t-.356.143h-7q-.667 0-1.141-.475T7 18.386V16H5.192q-.666 0-1.14-.475t-.475-1.14zM18.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-.357M7.816 7.846q-.356 0-.586-.232T7 7.037v-.81q0-.667.475-1.14q.474-.472 1.14-.472h6.77q.666 0 1.14.476q.475.475.475 1.143v.809q0 .343-.232.573q-.233.23-.576.23z"/></svg>
</template>

CSS

.icon-print-error-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-.576h12.846q.477%200%20.879.13t.402.53q0%20.143-.104.242t-.242.099H17.73q-.667%200-1.141.474t-.475%201.14v2.732q0%20.212-.143.356t-.356.144h-7q-.27%200-.443.173T8%2015.077v3.308q0%20.269.173.442t.443.173h7q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-7q-.667%200-1.141-.475T7%2018.386V16H5.192q-.666%200-1.14-.475t-.475-1.14zM18.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-.357M7.816%207.846q-.356%200-.586-.232T7%207.037v-.81q0-.667.475-1.14q.474-.472%201.14-.472h6.77q.666%200%201.14.476q.475.475.475%201.143v.809q0%20.343-.232.573q-.233.23-.576.23z%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-.576h12.846q.477%200%20.879.13t.402.53q0%20.143-.104.242t-.242.099H17.73q-.667%200-1.141.474t-.475%201.14v2.732q0%20.212-.143.356t-.356.144h-7q-.27%200-.443.173T8%2015.077v3.308q0%20.269.173.442t.443.173h7q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-7q-.667%200-1.141-.475T7%2018.386V16H5.192q-.666%200-1.14-.475t-.475-1.14zM18.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-.357M7.816%207.846q-.356%200-.586-.232T7%207.037v-.81q0-.667.475-1.14q.474-.472%201.14-.472h6.77q.666%200%201.14.476q.475.475.475%201.143v.809q0%20.343-.232.573q-.233.23-.576.23z%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-rounded.svg?color=%231a73e8&size=48