Booming Music Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Booming Music 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/322873.svg" alt="Booming Music icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322873.svg" alt="Booming Music icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322873.svg" alt="Booming Music icon" :width="24" :height="24" />
CSS background
.icon-booming-music {
background-image: url('https://proicons.com/icon/322873.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M17.7753,21.488l8.9705,13.6423"/><path class="d" d="M9.592,37.3678l13.6733-26.518"/><path class="d" d="M34.3179,30.7383l.0104-5.9251c0-.5179.4972-.9323,1.1084-.9323h1.5849c.6008,0,1.098.4143,1.098.9323l.0207,3.698"/><path class="d" d="M28.6414,34.0323v-13.8701c0-.5594.4972-1.0151,1.1084-1.0151h1.5849c.6008,0,1.098.4558,1.098,1.0151l.0207,11.6534"/><path class="d" d="M14.8956,6.002l25.7514,14.9474c1.1187.6526,1.761,1.761,1.761,3.0558s-.6422,2.4032-1.761,3.0558l-25.7514,14.9474c-1.0862.6555-2.4461.6555-3.5323,0-1.1077-.6138-1.7853-1.7896-1.761-3.0558V9.0577c0-1.2948.6319-2.4135,1.761-3.0661,1.0862-.6555,2.4461-.6555,3.5323,0"/><path class="d" d="M22.9546,29.3606v-1.6884c0-.5179.4972-.953,1.1084-.953h1.5849c.6008,0,1.098.4247,1.098.953v7.4582"/></svg>
Copied!