Barcode Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Barcode 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/304755.svg" alt="Barcode icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304755.svg" alt="Barcode icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304755.svg" alt="Barcode icon" :width="24" :height="24" />
CSS background
.icon-barcode {
background-image: url('https://proicons.com/icon/304755.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>barcode</title><path d="M8,7h7V42H8ZM18.5,7H22V42H18.5Zm7,0H29V42H25.5ZM36,7h3.5V42H36ZM50,7h3.5V42H50ZM60.5,7H64V42H60.5ZM43,7h1.75V42H43ZM32.5,7h1.75V42H32.5ZM55.25,7H57V42H55.25ZM8,45.5h3.5V49H8Zm10.5,0H22V49H18.5Zm7,0H29V49H25.5Zm17.5,0h3.5V49H43Zm17.5,0H64V49H60.5ZM50,45.5h7V49H50Zm-17.5,0h7V49h-7V45.5Z"/></svg>
Barcode in other icon packs
Copied!