Ambient Music Mod Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ambient Music Mod 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/336250.svg" alt="Ambient Music Mod icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336250.svg" alt="Ambient Music Mod icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336250.svg" alt="Ambient Music Mod icon" :width="24" :height="24" />
CSS background
.icon-ambient-music-mod {
background-image: url('https://proicons.com/icon/336250.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><circle class="a" cx="20.718" cy="28.956" r="1.5"/><path class="a" d="M15.9978,43.9606A11.0687,11.0687,0,0,0,3.14,29.2244"/><path class="a" d="M17.1476,29.13A15.8325,15.8325,0,0,0,2.5063,24.5074"/><path class="a" d="M20.5853,45.23A15.8464,15.8464,0,0,0,19.47,32.2854"/><path class="a" d="M20.1384,25.405A20.48,20.48,0,0,0,5.671,19.4475a20.7389,20.7389,0,0,0-2.7259.1793"/><path class="a" d="M25.4843,45.4492a20.5664,20.5664,0,0,0,.7323-5.456,20.4582,20.4582,0,0,0-2.3-9.4558"/><rect class="a" x="24.2963" y="16.0638" width="5.6055" height="3.6805"/><circle class="a" cx="20.7181" cy="28.9334" r="3.5783"/><line class="a" x1="24.2963" y1="19.7443" x2="24.2963" y2="28.9334"/></svg>
Copied!