Bar Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Bar 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/317089.svg" alt="Bar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317089.svg" alt="Bar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317089.svg" alt="Bar icon" :width="24" :height="24" />
CSS background
.icon-bar {
background-image: url('https://proicons.com/icon/317089.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><title>bar</title><path d="M25,11H15a1,1,0,0,0-1,1v4a6.0046,6.0046,0,0,0,5,5.91V28H16v2h8V28H21V21.91A6.0046,6.0046,0,0,0,26,16V12A1,1,0,0,0,25,11Zm-1,5a4,4,0,0,1-8,0V13h8Z" transform="translate(0 0)"/><path d="M15,1H10A1,1,0,0,0,9,2V9.3706A6.09,6.09,0,0,0,6,15V29a1,1,0,0,0,1,1h5V28H8V15c0-3.1875,2.231-4.02,2.3164-4.0513L11,10.7207V3h3V8h2V2A1,1,0,0,0,15,1Z" transform="translate(0 0)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Bar in other icon packs
Copied!