printer pos sync icon
printer-pos-sync-outline from Material Design Icons by Pictogrammers · Outline · Printer · Apache-2.0 Free for personal and commercial use.
- Name
- printer-pos-sync-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Printer
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- printer-point-of-sale-sync-outline, printer-receipt-sync-outline
1 other variant in Material Design Icons
More printer icons from Material Design Icons
printer-3d-nozzleprinter-3d-nozzle-heatprinter-3d-nozzle-offprinter-3d-offprinter-checkprinter-eyeprinter-offprinter-outlineprinter-posprinter-pos-cancelprinter-pos-checkprinter-pos-cogprinter-pos-editprinter-pos-minusprinter-pos-networkprinter-pos-offprinter-pos-pauseprinter-pos-playprinter-pos-plusprinter-pos-refreshprinter-pos-removeprinter-pos-starprinter-pos-stopprinter-pos-wrench
Use the printer pos sync icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 15v-2h4v2zm6 2.5c0 .5.07 1 .18 1.5H4v-7a2 2 0 0 1 2-2h1V4h10v6h1c.74 0 1.38.41 1.73 1h-.23c-1.27 0-2.45.37-3.45 1H6v5h7.03c-.03.17-.03.33-.03.5M9 10h6V6H9zm10 3.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPrinterPosSyncOutline(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="M7 15v-2h4v2zm6 2.5c0 .5.07 1 .18 1.5H4v-7a2 2 0 0 1 2-2h1V4h10v6h1c.74 0 1.38.41 1.73 1h-.23c-1.27 0-2.45.37-3.45 1H6v5h7.03c-.03.17-.03.33-.03.5M9 10h6V6H9zm10 3.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 15v-2h4v2zm6 2.5c0 .5.07 1 .18 1.5H4v-7a2 2 0 0 1 2-2h1V4h10v6h1c.74 0 1.38.41 1.73 1h-.23c-1.27 0-2.45.37-3.45 1H6v5h7.03c-.03.17-.03.33-.03.5M9 10h6V6H9zm10 3.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg> </template>
CSS
.icon-printer-pos-sync-outline {
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%22M7%2015v-2h4v2zm6%202.5c0%20.5.07%201%20.18%201.5H4v-7a2%202%200%200%201%202-2h1V4h10v6h1c.74%200%201.38.41%201.73%201h-.23c-1.27%200-2.45.37-3.45%201H6v5h7.03c-.03.17-.03.33-.03.5M9%2010h6V6H9zm10%203.5V12l-2.25%202.25L19%2016.5V15a2.5%202.5%200%200%201%202.5%202.5c0%20.4-.09.78-.26%201.12l1.09%201.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4m0%206.5a2.5%202.5%200%200%201-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67%201.39-.67%202.21c0%202.21%201.79%204%204%204V23l2.25-2.25L19%2018.5z%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%22M7%2015v-2h4v2zm6%202.5c0%20.5.07%201%20.18%201.5H4v-7a2%202%200%200%201%202-2h1V4h10v6h1c.74%200%201.38.41%201.73%201h-.23c-1.27%200-2.45.37-3.45%201H6v5h7.03c-.03.17-.03.33-.03.5M9%2010h6V6H9zm10%203.5V12l-2.25%202.25L19%2016.5V15a2.5%202.5%200%200%201%202.5%202.5c0%20.4-.09.78-.26%201.12l1.09%201.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4m0%206.5a2.5%202.5%200%200%201-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67%201.39-.67%202.21c0%202.21%201.79%204%204%204V23l2.25-2.25L19%2018.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/printer-pos-sync-outline.svg?color=%231a73e8&size=48