Music Party Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Music Party icon is commonly used in audio players, playlist apps and music streaming UIs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/329694.svg" alt="Music Party icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329694.svg" alt="Music Party icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329694.svg" alt="Music Party icon" :width="24" :height="24" />
CSS background
.icon-music-party {
background-image: url('https://proicons.com/icon/329694.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.o{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><line id="d" class="o" x1="13.1159" y1="11.7737" x2="13.1159" y2="36.2263"/><line id="e" class="o" x1="8.8039" y1="16.8329" x2="8.8039" y2="31.1671"/><line id="f" class="o" x1="4.5" y1="21.4705" x2="4.5" y2="26.5295"/><line id="g" class="o" x1="17.4569" y1="16.8329" x2="17.4569" y2="31.1671"/><line id="h" class="o" x1="21.9465" y1="21.4705" x2="21.9465" y2="26.5295"/></g><g id="i"><line id="j" class="o" x1="34.6693" y1="11.7737" x2="34.6693" y2="36.2263"/><line id="k" class="o" x1="30.3573" y1="16.8329" x2="30.3573" y2="31.1671"/><line id="l" class="o" x1="26.0535" y1="21.4705" x2="26.0535" y2="26.5295"/><line id="m" class="o" x1="39.0104" y1="16.8329" x2="39.0104" y2="31.1671"/><line id="n" class="o" x1="43.5" y1="21.4705" x2="43.5" y2="26.5295"/></g></svg>
Copied!