Music Alt 3 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Music Alt 3 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/329690.svg" alt="Music Alt 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329690.svg" alt="Music Alt 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329690.svg" alt="Music Alt 3 icon" :width="24" :height="24" />
CSS background
.icon-music-alt-3 {
background-image: url('https://proicons.com/icon/329690.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 id="b" class="d" d="M24.2974,36.0174c1.0641,2.1762-.5241,5.1508-3.5472,6.6439-3.0232,1.4931-6.3366.9393-7.4007-1.2369h0c-1.0641-2.1762.5241-5.1508,3.5472-6.6439,0,0,0,0,0,0,3.0232-1.4931,6.3366-.9393,7.4007,1.2369h0Z"/><path id="c" class="d" d="M24.6233,37.4166V4.5c2.1122,8.0525,8.1254,10.3513,9.9568,17.3871,1.3595,5.2228-1.0119,8.1276-2.9991,11.6058,6.8174-11.2418.2842-18.7692-6.86-19.5627"/></svg>
Copied!