Bars Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bars 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/304978.svg" alt="Bars icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304978.svg" alt="Bars icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304978.svg" alt="Bars icon" :width="24" :height="24" />
CSS background
.icon-bars {
background-image: url('https://proicons.com/icon/304978.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 907v14c0 9 7 16 16 16h760c9 0 17-7 17-16v-14c0-10-8-17-17-17h-35s-9-7-9-16V79c0-9-7-17-16-17H644c-9 0-17 8-17 17v795c0 9-6 16-14 16s-13-7-13-16V343c0-9-8-16-17-16H408c-9 0-17 7-17 16v531c0 9-6 16-14 16s-14-7-14-16V474c0-9-7-17-16-17H171c-9 0-17 8-17 17v400c0 9-1 16-3 16h-31c-9 0-16 7-16 17zM668 86h127c10 0 17 7 17 17v89c0 9-7 17-17 17H668c-9 0-17-8-17-17v-90c0-9 8-16 17-16zM431 351h128c10 0 17 7 17 16v268c0 9-7 16-17 16H431c-9 0-16-7-16-16V367c0-9 7-16 16-16zM179 582v-84c0-9 7-17 16-17h128c9 0 16 8 16 17v84c0 9-7 17-16 17H195c-9 0-16-8-16-17z"/></svg>
Bars in other icon packs
Copied!