Vimusic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vimusic 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/349328.svg" alt="Vimusic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349328.svg" alt="Vimusic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349328.svg" alt="Vimusic icon" :width="24" :height="24" />
CSS background
.icon-vimusic {
background-image: url('https://proicons.com/icon/349328.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:#fff;fill-opacity:0;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M20.2246,24.9028a98.832,98.832,0,0,0-12.78-12.65q-2.7006-2.0379-.1807-3.7647l2.9315-1.7168a4.2,4.2,0,0,1,5.7125.6225A80.3318,80.3318,0,0,1,26.4089,24.14L26.0776,6.5206a2.7144,2.7144,0,0,1,2.8512-.9236A22.97,22.97,0,0,0,40.3135,9.1811q1.7067,0,1.6364,1.8372l-.13,6.6762A1.3336,1.3336,0,0,1,40.3135,19,25.3214,25.3214,0,0,1,29.511,16.1986l.04,9.6379v7.67A8.6974,8.6974,0,0,1,17.5842,41.88C9.2113,38.5866,10.9581,25.9871,20.2246,24.9028Z"/><path class="a" d="M15.1446,33.6171q1.9576-.6024,5.01,2.9917c3.0018,3.1926-.9538,5.2708-3.1022,2.7007Q13.97,36.0465,15.1446,33.6171Z"/></svg>
Copied!