print connect icon
print-connect-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- print-connect-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 connect icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.95 18.062l3.19-3.19q.136-.141.34-.141q.203 0 .349.14q.165.146.155.357q-.009.21-.155.357l-3.314 3.313q-.242.243-.565.243t-.565-.243l-1.214-1.194q-.165-.148-.165-.345t.165-.367q.166-.155.354-.155t.354.16zM8.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.424q0 .064-.049.096t-.107.003q-.12.203-.388.36t-.67.118q-1.569 0-2.973.768q-1.403.767-2.203 2.117q-.103.173-.269.279t-.372.106H8.616q-.27 0-.443.173T8 15.077v3.308q0 .269.173.442t.443.173h4.85q.212 0 .356.144t.144.357t-.144.356t-.356.143zm-.8-12.154q-.356 0-.586-.233T7 7.038v-.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 MaterialSymbolsLightPrintConnectRounded(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="m17.95 18.062l3.19-3.19q.136-.141.34-.141q.203 0 .349.14q.165.146.155.357q-.009.21-.155.357l-3.314 3.313q-.242.243-.565.243t-.565-.243l-1.214-1.194q-.165-.148-.165-.345t.165-.367q.166-.155.354-.155t.354.16zM8.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.424q0 .064-.049.096t-.107.003q-.12.203-.388.36t-.67.118q-1.569 0-2.973.768q-1.403.767-2.203 2.117q-.103.173-.269.279t-.372.106H8.616q-.27 0-.443.173T8 15.077v3.308q0 .269.173.442t.443.173h4.85q.212 0 .356.144t.144.357t-.144.356t-.356.143zm-.8-12.154q-.356 0-.586-.233T7 7.038v-.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="m17.95 18.062l3.19-3.19q.136-.141.34-.141q.203 0 .349.14q.165.146.155.357q-.009.21-.155.357l-3.314 3.313q-.242.243-.565.243t-.565-.243l-1.214-1.194q-.165-.148-.165-.345t.165-.367q.166-.155.354-.155t.354.16zM8.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.424q0 .064-.049.096t-.107.003q-.12.203-.388.36t-.67.118q-1.569 0-2.973.768q-1.403.767-2.203 2.117q-.103.173-.269.279t-.372.106H8.616q-.27 0-.443.173T8 15.077v3.308q0 .269.173.442t.443.173h4.85q.212 0 .356.144t.144.357t-.144.356t-.356.143zm-.8-12.154q-.356 0-.586-.233T7 7.038v-.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-connect-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%22m17.95%2018.062l3.19-3.19q.136-.141.34-.141q.203%200%20.349.14q.165.146.155.357q-.009.21-.155.357l-3.314%203.313q-.242.243-.565.243t-.565-.243l-1.214-1.194q-.165-.148-.165-.345t.165-.367q.166-.155.354-.155t.354.16zM8.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.424q0%20.064-.049.096t-.107.003q-.12.203-.388.36t-.67.118q-1.569%200-2.973.768q-1.403.767-2.203%202.117q-.103.173-.269.279t-.372.106H8.616q-.27%200-.443.173T8%2015.077v3.308q0%20.269.173.442t.443.173h4.85q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm-.8-12.154q-.356%200-.586-.233T7%207.038v-.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%22m17.95%2018.062l3.19-3.19q.136-.141.34-.141q.203%200%20.349.14q.165.146.155.357q-.009.21-.155.357l-3.314%203.313q-.242.243-.565.243t-.565-.243l-1.214-1.194q-.165-.148-.165-.345t.165-.367q.166-.155.354-.155t.354.16zM8.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.424q0%20.064-.049.096t-.107.003q-.12.203-.388.36t-.67.118q-1.569%200-2.973.768q-1.403.767-2.203%202.117q-.103.173-.269.279t-.372.106H8.616q-.27%200-.443.173T8%2015.077v3.308q0%20.269.173.442t.443.173h4.85q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm-.8-12.154q-.356%200-.586-.233T7%207.038v-.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-connect-rounded.svg?color=%231a73e8&size=48