Music Speed Changer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Music Speed Changer 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/344254.svg" alt="Music Speed Changer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344254.svg" alt="Music Speed Changer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344254.svg" alt="Music Speed Changer icon" :width="24" :height="24" />
CSS background
.icon-music-speed-changer {
background-image: url('https://proicons.com/icon/344254.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="b" 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 class="c" d="m20.9186,21.6826l-11.9728-8.3694c-1.8734-1.3096-4.4457.0307-4.4457,2.3165v16.7388c0,2.2858,2.5723,3.6261,4.4457,2.3165l11.9728-8.3694c1.6094-1.125,1.6094-3.508,0-4.6331Z"/><path class="c" d="m21.632,14.5843v-2.8295c0-1.7583,1.9799-2.7926,3.428-1.7805l17.5092,12.2416c1.2412.8644,1.2412,2.7039,0,3.5683l-17.5092,12.2416c-1.448,1.0121-3.428-.0222-3.428-1.7879v-2.8222"/><path class="c" d="m13.2025,31.7093v2.5636c0,2.1203,2.3937,3.3689,4.1298,2.1499l4.2997-3.0068,10.3947-7.2622c1.4997-1.0491,1.4997-3.258,0-4.3071l-10.3947-7.2622-4.2997-3.0068c-1.7361-1.219-4.1298.0222-4.1298,2.1499v2.5636"/></svg>
Copied!