print icon
print-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- print-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
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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.616 20q-.667 0-1.141-.475T7 18.386V16H5.192q-.666 0-1.14-.475t-.475-1.14v-3.77q0-.85.577-1.424q.577-.576 1.423-.576h12.846q.85 0 1.425.576t.575 1.424v3.77q0 .666-.474 1.14T18.808 16H17v2.385q0 .666-.475 1.14t-1.14.475zM17 7.846H7V6.227q0-.667.475-1.14q.474-.472 1.14-.472h6.77q.666 0 1.14.475q.475.475.475 1.14zm.616 4.27q.425 0 .712-.288t.288-.712t-.288-.713t-.712-.288t-.713.288t-.287.713t.287.712t.713.288m-9 6.884h6.769q.269 0 .442-.173t.173-.442v-3.308q0-.27-.173-.442q-.173-.173-.442-.173h-6.77q-.269 0-.442.172q-.173.174-.173.443v3.308q0 .269.173.442t.443.173"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPrintRounded(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="M8.616 20q-.667 0-1.141-.475T7 18.386V16H5.192q-.666 0-1.14-.475t-.475-1.14v-3.77q0-.85.577-1.424q.577-.576 1.423-.576h12.846q.85 0 1.425.576t.575 1.424v3.77q0 .666-.474 1.14T18.808 16H17v2.385q0 .666-.475 1.14t-1.14.475zM17 7.846H7V6.227q0-.667.475-1.14q.474-.472 1.14-.472h6.77q.666 0 1.14.475q.475.475.475 1.14zm.616 4.27q.425 0 .712-.288t.288-.712t-.288-.713t-.712-.288t-.713.288t-.287.713t.287.712t.713.288m-9 6.884h6.769q.269 0 .442-.173t.173-.442v-3.308q0-.27-.173-.442q-.173-.173-.442-.173h-6.77q-.269 0-.442.172q-.173.174-.173.443v3.308q0 .269.173.442t.443.173"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.616 20q-.667 0-1.141-.475T7 18.386V16H5.192q-.666 0-1.14-.475t-.475-1.14v-3.77q0-.85.577-1.424q.577-.576 1.423-.576h12.846q.85 0 1.425.576t.575 1.424v3.77q0 .666-.474 1.14T18.808 16H17v2.385q0 .666-.475 1.14t-1.14.475zM17 7.846H7V6.227q0-.667.475-1.14q.474-.472 1.14-.472h6.77q.666 0 1.14.475q.475.475.475 1.14zm.616 4.27q.425 0 .712-.288t.288-.712t-.288-.713t-.712-.288t-.713.288t-.287.713t.287.712t.713.288m-9 6.884h6.769q.269 0 .442-.173t.173-.442v-3.308q0-.27-.173-.442q-.173-.173-.442-.173h-6.77q-.269 0-.442.172q-.173.174-.173.443v3.308q0 .269.173.442t.443.173"/></svg> </template>
CSS
.icon-print-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%22M8.616%2020q-.667%200-1.141-.475T7%2018.386V16H5.192q-.666%200-1.14-.475t-.475-1.14v-3.77q0-.85.577-1.424q.577-.576%201.423-.576h12.846q.85%200%201.425.576t.575%201.424v3.77q0%20.666-.474%201.14T18.808%2016H17v2.385q0%20.666-.475%201.14t-1.14.475zM17%207.846H7V6.227q0-.667.475-1.14q.474-.472%201.14-.472h6.77q.666%200%201.14.475q.475.475.475%201.14zm.616%204.27q.425%200%20.712-.288t.288-.712t-.288-.713t-.712-.288t-.713.288t-.287.713t.287.712t.713.288m-9%206.884h6.769q.269%200%20.442-.173t.173-.442v-3.308q0-.27-.173-.442q-.173-.173-.442-.173h-6.77q-.269%200-.442.172q-.173.174-.173.443v3.308q0%20.269.173.442t.443.173%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%22M8.616%2020q-.667%200-1.141-.475T7%2018.386V16H5.192q-.666%200-1.14-.475t-.475-1.14v-3.77q0-.85.577-1.424q.577-.576%201.423-.576h12.846q.85%200%201.425.576t.575%201.424v3.77q0%20.666-.474%201.14T18.808%2016H17v2.385q0%20.666-.475%201.14t-1.14.475zM17%207.846H7V6.227q0-.667.475-1.14q.474-.472%201.14-.472h6.77q.666%200%201.14.475q.475.475.475%201.14zm.616%204.27q.425%200%20.712-.288t.288-.712t-.288-.713t-.712-.288t-.713.288t-.287.713t.287.712t.713.288m-9%206.884h6.769q.269%200%20.442-.173t.173-.442v-3.308q0-.27-.173-.442q-.173-.173-.442-.173h-6.77q-.269%200-.442.172q-.173.174-.173.443v3.308q0%20.269.173.442t.443.173%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-rounded.svg?color=%231a73e8&size=48