Music Ai Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Music Ai 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/329687.svg" alt="Music Ai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329687.svg" alt="Music Ai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329687.svg" alt="Music Ai icon" :width="24" :height="24" />
CSS background
.icon-music-ai {
background-image: url('https://proicons.com/icon/329687.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><path class="b" d="M24.0433,15.912v16.176M17.8327,16.8566v9.2176M30.2539,21.9219v9.2569M36.5,24.1259v4.9236M11.5,19.0213v4.9236"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!