1more Music Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 1more 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/335716.svg" alt="1more Music icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335716.svg" alt="1more Music icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335716.svg" alt="1more Music icon" :width="24" :height="24" />
CSS background
.icon-1more-music {
background-image: url('https://proicons.com/icon/335716.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M32.3235,32.571V4.5L15.6765,20.1436c3.7484-.5096,6.8212-.145,7.1014,3.8337v19.5227"/></svg>
Copied!