Rimusic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rimusic icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332167.svg" alt="Rimusic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332167.svg" alt="Rimusic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332167.svg" alt="Rimusic icon" :width="24" :height="24" />
CSS background
.icon-rimusic {
background-image: url('https://proicons.com/icon/332167.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="41.674" y1="5.5" x2="41.674" y2="42.5"/><path class="b" d="M18.7874,33.5379l14.2329-8.2174c1.0166-.5869,1.0166-2.0542,0-2.6411L8.6132,8.588c-1.0166-.5869-2.2873.1467-2.2873,1.3206v28.1829c0,1.1738,1.2707,1.9075,2.2873,1.3206l6.2998-3.6372"/></svg>
Copied!