Music Bowers And Wilkins Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Music Bowers And Wilkins 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/329691.svg" alt="Music Bowers And Wilkins icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329691.svg" alt="Music Bowers And Wilkins icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329691.svg" alt="Music Bowers And Wilkins icon" :width="24" :height="24" />
CSS background
.icon-music-bowers-and-wilkins {
background-image: url('https://proicons.com/icon/329691.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m2.6987,26.9268c7.9741,0,9.9351,13.6246,24.9648,13.6246,7.6482,0,10.7232-1.8526,13.4501-3.5364"/><path class="b" d="m3.3942,30.1515c3.6338-1.2496,6.8862-3.4505,12.3254-3.4505,7.7944,0,17.5514,7.0382,27.4516,7.0382"/><path class="b" d="m45.3488,26.5576c-12.8768,1.6714-29.9388,9.1465-36.8214,12.3693"/><polyline class="b" points="35.5402 13.6427 33.5402 21.6427 31.5402 13.6427 29.5402 21.6427 27.5402 13.6427"/><path class="b" d="m15.7598,17.6427c1.1046,0,2,.8954,2,2s-.8954,2-2,2h-3.3v-8h3.3c1.1046,0,2,.8954,2,2s-.8954,2-2,2h0Z"/><line class="b" x1="15.7598" y1="17.6427" x2="12.4598" y2="17.6427"/><path class="b" d="m26.5526,21.6427h-.676c-.4478,0-.8687-.2143-1.1321-.5764l-2.7747-3.8142c-.3567-.4682-.9838-1.0845-.9838-1.9977,0-.8621.7002-1.6117,1.6742-1.6117.9486,0,1.6212.7495,1.6212,1.6117,0,.913-.7398,1.6936-2.1069,1.9529-1.524.2891-2.4766,1.1253-2.4766,2.5038,0,1.1145.7026,1.9315,2.107,1.9315,1.8463,0,2.9329-1.7507,4.5378-3.9023"/></svg>
Copied!