Ami Music Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ami 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/336271.svg" alt="Ami Music icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336271.svg" alt="Ami Music icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336271.svg" alt="Ami Music icon" :width="24" :height="24" />
CSS background
.icon-ami-music {
background-image: url('https://proicons.com/icon/336271.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M20.9192,22.8832c.2669-1.4378,1.6488-2.6034,3.0866-2.6034h0c1.4378,0,2.3871,1.1656,2.1202,2.6034l-.7973,4.2956"/><line class="b" x1="21.4024" y1="20.2798" x2="20.1219" y2="27.1788"/><path class="b" d="M26.126,22.8832c.2669-1.4378,1.6488-2.6034,3.0866-2.6034h0c1.4378,0,2.3871,1.1656,2.1202,2.6034l-.7973,4.2956"/><line class="b" x1="34.6832" y1="20.2798" x2="33.4027" y2="27.1788"/><path class="b" d="M17.6405,24.5754c-.2669,1.4378-1.6399,2.6034-3.0668,2.6034h-.9067c-.9453,0-1.5683-.7722-1.3916-1.7248s1.0864-1.7248,2.0318-1.7248h3.4951"/><path class="b" d="M13.7597,20.9632c.744-.6283,1.1939-.6834,2.4048-.6834,1.3747,0,2.1658.6047,1.8624,2.239l-.8649,4.66"/><circle class="c" cx="35.1011" cy="18.0278" r=".75"/><circle class="b" cx="24" cy="24" r="16.5"/></svg>
Copied!