Scan Disabled Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Scan Disabled icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/318791.svg" alt="Scan Disabled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318791.svg" alt="Scan Disabled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318791.svg" alt="Scan Disabled icon" :width="24" :height="24" />
CSS background
.icon-scan-disabled {
background-image: url('https://proicons.com/icon/318791.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M29.3826,2.0762a.9993.9993,0,0,0-1.09.2168l-26,26A1,1,0,0,0,3,30h8V28H5.4143l4-4H22a2.0021,2.0021,0,0,0,2-2V9.4146l4-4V11h2V3A1,1,0,0,0,29.3826,2.0762ZM22,22H11.4143L22,11.4146Z"/>
<path d="M10,17.7554V10h7.7554l2-2H10a2.0025,2.0025,0,0,0-2,2v9.7554Z"/>
<polygon points="11 2 2 2 2 11 4 11 4 4 11 4 11 2"/>
<polygon points="21 30 30 30 30 21 28 21 28 28 21 28 21 30"/>
<polygon points="4 23.755 4 21 2 21 2 25.754 4 23.755"/>
<polygon points="25.755 2 21 2 21 4 23.755 4 25.755 2"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!