printer pos cancel icon

printer-pos-cancel-outline from Material Design Icons by Pictogrammers · Outline · Printer · Apache-2.0 Free for personal and commercial use.

Name
printer-pos-cancel-outline
Set
Material Design Icons
Style
Outline
Category
Printer
Viewbox
24×24
License
Apache 2.0
Aliases
printer-point-of-sale-cancel-outline, printer-receipt-cancel-outline

1 other variant in Material Design Icons

More printer icons from Material Design Icons

Use the printer pos cancel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 14C16 14 14 16 14 18.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5M7 15v-2h4v2zm-1 2v-5h14a2 2 0 0 0-2-2h-1V4H7v6H6a2 2 0 0 0-2 2v7h8.03c-.03-.17-.03-.33-.03-.5c0-.5.07-1 .18-1.5zM9 6h6v4H9z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPrinterPosCancelOutline(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="M18.5 14C16 14 14 16 14 18.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5M7 15v-2h4v2zm-1 2v-5h14a2 2 0 0 0-2-2h-1V4H7v6H6a2 2 0 0 0-2 2v7h8.03c-.03-.17-.03-.33-.03-.5c0-.5.07-1 .18-1.5zM9 6h6v4H9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 14C16 14 14 16 14 18.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5M7 15v-2h4v2zm-1 2v-5h14a2 2 0 0 0-2-2h-1V4H7v6H6a2 2 0 0 0-2 2v7h8.03c-.03-.17-.03-.33-.03-.5c0-.5.07-1 .18-1.5zM9 6h6v4H9z"/></svg>
</template>

CSS

.icon-printer-pos-cancel-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%22M18.5%2014C16%2014%2014%2016%2014%2018.5s2%204.5%204.5%204.5s4.5-2%204.5-4.5s-2-4.5-4.5-4.5m0%207.5c-1.66%200-3-1.34-3-3c0-.56.15-1.08.42-1.5L20%2021.08c-.42.27-.94.42-1.5.42m2.58-1.5L17%2015.92c.42-.27.94-.42%201.5-.42c1.66%200%203%201.34%203%203c0%20.56-.15%201.08-.42%201.5M7%2015v-2h4v2zm-1%202v-5h14a2%202%200%200%200-2-2h-1V4H7v6H6a2%202%200%200%200-2%202v7h8.03c-.03-.17-.03-.33-.03-.5c0-.5.07-1%20.18-1.5zM9%206h6v4H9z%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%22M18.5%2014C16%2014%2014%2016%2014%2018.5s2%204.5%204.5%204.5s4.5-2%204.5-4.5s-2-4.5-4.5-4.5m0%207.5c-1.66%200-3-1.34-3-3c0-.56.15-1.08.42-1.5L20%2021.08c-.42.27-.94.42-1.5.42m2.58-1.5L17%2015.92c.42-.27.94-.42%201.5-.42c1.66%200%203%201.34%203%203c0%20.56-.15%201.08-.42%201.5M7%2015v-2h4v2zm-1%202v-5h14a2%202%200%200%200-2-2h-1V4H7v6H6a2%202%200%200%200-2%202v7h8.03c-.03-.17-.03-.33-.03-.5c0-.5.07-1%20.18-1.5zM9%206h6v4H9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/printer-pos-cancel-outline.svg?color=%231a73e8&size=48