Scanner Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Scanner Svg 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/308883.svg" alt="Scanner Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308883.svg" alt="Scanner Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308883.svg" alt="Scanner Svg icon" :width="24" :height="24" />
CSS background
.icon-scanner---svg {
background-image: url('https://proicons.com/icon/308883.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M15 3.99976C15 3.44747 15.4477 2.99976 16 2.99976H18C19.6569 2.99976 21 4.3429 21 5.99976V7.99976C21 8.55204 20.5523 8.99976 20 8.99976C19.4477 8.99976 19 8.55204 19 7.99976V5.99976C19 5.44747 18.5523 4.99976 18 4.99976H16C15.4477 4.99976 15 4.55204 15 3.99976ZM3.00001 12C3.00001 11.1716 3.67158 10.5 4.50001 10.5H19.5C20.3284 10.5 21 11.1716 21 12C21 12.8284 20.3284 13.5 19.5 13.5H4.50001C3.67158 13.5 3.00001 12.8284 3.00001 12ZM8 20.9998C8.55228 20.9998 9 20.552 9 19.9998C9 19.4475 8.55228 18.9998 8 18.9998H6C5.44772 18.9998 5 18.552 5 17.9998V15.9998C5 15.4475 4.55229 14.9998 4 14.9998C3.44772 14.9998 3 15.4475 3 15.9998V17.9998C3 19.6566 4.34315 20.9998 6 20.9998H8ZM20 14.9998C20.5523 14.9998 21 15.4475 21 15.9998V17.9998C21 19.6566 19.6569 20.9998 18 20.9998H16C15.4477 20.9998 15 20.552 15 19.9998C15 19.4475 15.4477 18.9998 16 18.9998H18C18.5523 18.9998 19 18.552 19 17.9998V15.9998C19 15.4475 19.4477 14.9998 20 14.9998ZM3 7.99976C3 8.55204 3.44772 8.99976 4 8.99976C4.55228 8.99976 5 8.55204 5 7.99976L5 5.99976C5 5.44747 5.44772 4.99976 6 4.99976L8 4.99976C8.55229 4.99976 9 4.55204 9 3.99976C9 3.44747 8.55229 2.99976 8 2.99976H6C4.34315 2.99976 3 4.3429 3 5.99976V7.99976Z" fill="#292929"/> </svg>
Copied!