scan disabled icon

scan-disabled from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
scan-disabled
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the scan disabled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.383 2.076a1 1 0 0 0-1.09.217l-26 26A1 1 0 0 0 3 30h8v-2H5.414l4-4H22a2 2 0 0 0 2-2V9.415l4-4V11h2V3a1 1 0 0 0-.617-.924M22 22H11.414L22 11.415Zm-12-4.245V10h7.755l2-2H10a2.003 2.003 0 0 0-2 2v9.755ZM11 2H2v9h2V4h7zm10 28h9v-9h-2v7h-7zM4 23.755V21H2v4.754zM25.755 2H21v2h2.755z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonScanDisabled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.383 2.076a1 1 0 0 0-1.09.217l-26 26A1 1 0 0 0 3 30h8v-2H5.414l4-4H22a2 2 0 0 0 2-2V9.415l4-4V11h2V3a1 1 0 0 0-.617-.924M22 22H11.414L22 11.415Zm-12-4.245V10h7.755l2-2H10a2.003 2.003 0 0 0-2 2v9.755ZM11 2H2v9h2V4h7zm10 28h9v-9h-2v7h-7zM4 23.755V21H2v4.754zM25.755 2H21v2h2.755z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.383 2.076a1 1 0 0 0-1.09.217l-26 26A1 1 0 0 0 3 30h8v-2H5.414l4-4H22a2 2 0 0 0 2-2V9.415l4-4V11h2V3a1 1 0 0 0-.617-.924M22 22H11.414L22 11.415Zm-12-4.245V10h7.755l2-2H10a2.003 2.003 0 0 0-2 2v9.755ZM11 2H2v9h2V4h7zm10 28h9v-9h-2v7h-7zM4 23.755V21H2v4.754zM25.755 2H21v2h2.755z"/></svg>
</template>

CSS

.icon-scan-disabled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.383%202.076a1%201%200%200%200-1.09.217l-26%2026A1%201%200%200%200%203%2030h8v-2H5.414l4-4H22a2%202%200%200%200%202-2V9.415l4-4V11h2V3a1%201%200%200%200-.617-.924M22%2022H11.414L22%2011.415Zm-12-4.245V10h7.755l2-2H10a2.003%202.003%200%200%200-2%202v9.755ZM11%202H2v9h2V4h7zm10%2028h9v-9h-2v7h-7zM4%2023.755V21H2v4.754zM25.755%202H21v2h2.755z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.383%202.076a1%201%200%200%200-1.09.217l-26%2026A1%201%200%200%200%203%2030h8v-2H5.414l4-4H22a2%202%200%200%200%202-2V9.415l4-4V11h2V3a1%201%200%200%200-.617-.924M22%2022H11.414L22%2011.415Zm-12-4.245V10h7.755l2-2H10a2.003%202.003%200%200%200-2%202v9.755ZM11%202H2v9h2V4h7zm10%2028h9v-9h-2v7h-7zM4%2023.755V21H2v4.754zM25.755%202H21v2h2.755z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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