printer off icon

printer-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
printer-off
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the printer off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 17H5.333C4.087 17 3.464 17 3 16.732A2 2 0 0 1 2.268 16C2 15.536 2 14.913 2 13.667C2 11.174 2 9.928 2.536 9A4 4 0 0 1 4 7.536c.695-.401 1.568-.502 3.009-.527M11 7h4.333c2.493 0 3.739 0 4.667.536A4 4 0 0 1 21.464 9c.536.928.536 2.174.536 4.667c0 1.246 0 1.869-.268 2.333a2 2 0 0 1-.732.732a1.4 1.4 0 0 1-.18.088M17 7V5c0-1.414 0-2.121-.44-2.56S15.414 2 14 2h-4c-1.415 0-2.122 0-2.561.44c-.171.17-.276.382-.34.66"/><path d="M17 17v2c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44h-4c-1.414 0-2.121 0-2.56-.44C7 21.122 7 20.415 7 19v-5h7m4.875-3.75h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M2 2l20 20"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPrinterOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M7 17H5.333C4.087 17 3.464 17 3 16.732A2 2 0 0 1 2.268 16C2 15.536 2 14.913 2 13.667C2 11.174 2 9.928 2.536 9A4 4 0 0 1 4 7.536c.695-.401 1.568-.502 3.009-.527M11 7h4.333c2.493 0 3.739 0 4.667.536A4 4 0 0 1 21.464 9c.536.928.536 2.174.536 4.667c0 1.246 0 1.869-.268 2.333a2 2 0 0 1-.732.732a1.4 1.4 0 0 1-.18.088M17 7V5c0-1.414 0-2.121-.44-2.56S15.414 2 14 2h-4c-1.415 0-2.122 0-2.561.44c-.171.17-.276.382-.34.66"/><path d="M17 17v2c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44h-4c-1.414 0-2.121 0-2.56-.44C7 21.122 7 20.415 7 19v-5h7m4.875-3.75h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M2 2l20 20"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 17H5.333C4.087 17 3.464 17 3 16.732A2 2 0 0 1 2.268 16C2 15.536 2 14.913 2 13.667C2 11.174 2 9.928 2.536 9A4 4 0 0 1 4 7.536c.695-.401 1.568-.502 3.009-.527M11 7h4.333c2.493 0 3.739 0 4.667.536A4 4 0 0 1 21.464 9c.536.928.536 2.174.536 4.667c0 1.246 0 1.869-.268 2.333a2 2 0 0 1-.732.732a1.4 1.4 0 0 1-.18.088M17 7V5c0-1.414 0-2.121-.44-2.56S15.414 2 14 2h-4c-1.415 0-2.122 0-2.561.44c-.171.17-.276.382-.34.66"/><path d="M17 17v2c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44h-4c-1.414 0-2.121 0-2.56-.44C7 21.122 7 20.415 7 19v-5h7m4.875-3.75h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M2 2l20 20"/></g></svg>
</template>

CSS

.icon-printer-off {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%2017H5.333C4.087%2017%203.464%2017%203%2016.732A2%202%200%200%201%202.268%2016C2%2015.536%202%2014.913%202%2013.667C2%2011.174%202%209.928%202.536%209A4%204%200%200%201%204%207.536c.695-.401%201.568-.502%203.009-.527M11%207h4.333c2.493%200%203.739%200%204.667.536A4%204%200%200%201%2021.464%209c.536.928.536%202.174.536%204.667c0%201.246%200%201.869-.268%202.333a2%202%200%200%201-.732.732a1.4%201.4%200%200%201-.18.088M17%207V5c0-1.414%200-2.121-.44-2.56S15.414%202%2014%202h-4c-1.415%200-2.122%200-2.561.44c-.171.17-.276.382-.34.66%22%2F%3E%3Cpath%20d%3D%22M17%2017v2c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44h-4c-1.414%200-2.121%200-2.56-.44C7%2021.122%207%2020.415%207%2019v-5h7m4.875-3.75h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200M2%202l20%2020%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%2017H5.333C4.087%2017%203.464%2017%203%2016.732A2%202%200%200%201%202.268%2016C2%2015.536%202%2014.913%202%2013.667C2%2011.174%202%209.928%202.536%209A4%204%200%200%201%204%207.536c.695-.401%201.568-.502%203.009-.527M11%207h4.333c2.493%200%203.739%200%204.667.536A4%204%200%200%201%2021.464%209c.536.928.536%202.174.536%204.667c0%201.246%200%201.869-.268%202.333a2%202%200%200%201-.732.732a1.4%201.4%200%200%201-.18.088M17%207V5c0-1.414%200-2.121-.44-2.56S15.414%202%2014%202h-4c-1.415%200-2.122%200-2.561.44c-.171.17-.276.382-.34.66%22%2F%3E%3Cpath%20d%3D%22M17%2017v2c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44h-4c-1.414%200-2.121%200-2.56-.44C7%2021.122%207%2020.415%207%2019v-5h7m4.875-3.75h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200M2%202l20%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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