Amazon Music Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazon Music 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/336236.svg" alt="Amazon Music icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336236.svg" alt="Amazon Music icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336236.svg" alt="Amazon Music icon" :width="24" :height="24" />
CSS background
.icon-amazon-music {
background-image: url('https://proicons.com/icon/336236.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;}.b{fill:#fff;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M32.2807,29.7009c1.112-.451,3.0916-1.0492,3.6872-.3272.6446.7814-.17,2.4769-.92,3.7942"/><path class="a" d="M11.7984,30.2234c1.7586,1.3965,6.9532,3.5343,12.4876,3.5343a17.0029,17.0029,0,0,0,10.1671-3.0789"/><path class="a" d="M20.4043,20.125v3.3a2,2,0,0,0,2,2h0a2,2,0,0,0,2-2v-3.3"/><line class="a" x1="24.4043" y1="23.425" x2="24.4043" y2="25.425"/><path class="a" d="M10.4,22.225a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2v3.2"/><line class="a" x1="10.4001" y1="20.225" x2="10.4001" y2="25.425"/><path class="a" d="M14.4,22.225a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2v3.2"/><circle class="b" cx="31.88" cy="17.675" r="0.7"/><line class="a" x1="31.88" y1="20.125" x2="31.88" y2="25.425"/><path class="a" d="M26.5407,24.9733a2.249,2.249,0,0,0,1.6448.4472h.4487a1.3236,1.3236,0,0,0,1.3222-1.325h0a1.3236,1.3236,0,0,0-1.3222-1.325h-.8974a1.3235,1.3235,0,0,1-1.3221-1.325h0a1.3235,1.3235,0,0,1,1.3221-1.325h.4487a2.2494,2.2494,0,0,1,1.6449.4472"/><path class="a" d="M37.6,24.4176a1.9991,1.9991,0,0,1-1.7366,1.0074h0a2,2,0,0,1-2-2v-1.3a2,2,0,0,1,2-2h0a1.9989,1.9989,0,0,1,1.7346,1.0039"/></svg>
Copied!