Music Widget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Music Widget 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/329696.svg" alt="Music Widget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329696.svg" alt="Music Widget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329696.svg" alt="Music Widget icon" :width="24" :height="24" />
CSS background
.icon-music-widget {
background-image: url('https://proicons.com/icon/329696.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="i" x="4.5" y="27.2109" width="13.9275" height="13.9212" rx=".9281" ry=".9281"/><path id="d" class="i" d="m8.1802,27.2109l-.2078-16.7139c-.037-2.9783,2.666-4.1836,4.8827-2.8037l17.3493,10.7995c2.7159,1.6906,2.8409,4.818-.1039,6.6458l-11.2089,6.9574"/><path id="e" class="i" d="m19.8288,31.5143l-.0131,2.6572c-.0125,2.535,2.8049,2.6441,5.1944,1.0916l16.6221-10.7995c1.9698-1.2798,2.9411-3.6619.0519-5.5036L24.3348,7.901c-2.5475-1.6239-5.2463-1.5549-5.2463,1.8172v1.8172"/><path id="f" class="i" d="m7.997,12.4742l15.9741,11.4702c1.8119,1.301,1.9136,3.8109.525,4.6728"/><circle id="g" class="i" cx="10.3792" cy="36.7318" r="1.207"/><path id="h" class="i" d="m11.5862,36.7318v-5.4703h1.2539"/></svg>
Copied!