Bandsintown Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Bandsintown 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/313643.svg" alt="Bandsintown icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313643.svg" alt="Bandsintown icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313643.svg" alt="Bandsintown icon" :width="24" :height="24" />
CSS background
.icon-bandsintown {
background-image: url('https://proicons.com/icon/313643.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Bandsintown</title><path d="M6.399 12.8v4.8H19.2v1.6H4.799V0H0v24h24V12.8H6.399Zm4.801-8H6.399v6.4H11.2V4.8Zm6.4 0h-4.8v6.4h4.8V4.8ZM24 0h-4.8v11.2H24V0Z"/></svg>
Copied!