Vanillamusic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vanillamusic 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/349208.svg" alt="Vanillamusic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349208.svg" alt="Vanillamusic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349208.svg" alt="Vanillamusic icon" :width="24" :height="24" />
CSS background
.icon-vanillamusic {
background-image: url('https://proicons.com/icon/349208.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;}</style></defs><path class="b" d="M10.1084,8.5003c.8721-.0055,1.5835.697,1.589,1.569,0,.013,0,.026-.0002.039h0c.0054.8721-.6972,1.5834-1.5693,1.5887-.0065,0-.013,0-.0194,0h0c-.8719.0161-1.5918-.6777-1.6079-1.5497-.0002-.013-.0003-.026-.0002-.039h0c-.0162-.8719.6775-1.5919,1.5494-1.6081.0196-.0004.0391-.0004.0587,0ZM37.8916,8.5003c.8719-.0162,1.5919.6775,1.6081,1.5494.0004.0196.0004.0391,0,.0587h0c.0054.8721-.6972,1.5834-1.5693,1.5887-.0065,0-.013,0-.0194,0h0c-.8719.0161-1.5918-.6777-1.6079-1.5497-.0002-.013-.0003-.026-.0002-.039h0c-.0161-.8719.6777-1.5918,1.5497-1.6079.013-.0002.026-.0003.039-.0002ZM24,9.469c8.0252,0,14.531,6.5057,14.531,14.531s-6.5057,14.531-14.531,14.531-14.531-6.5057-14.531-14.531,6.5057-14.531,14.531-14.531ZM10.1084,36.3029c.8774,0,1.5887.7113,1.5887,1.5887h0c.0161.8719-.6777,1.5918-1.5497,1.6079-.013.0002-.026.0003-.039.0002h0c-.8719.0162-1.5919-.6775-1.6081-1.5494-.0004-.0196-.0004-.0391,0-.0587h0c-.0055-.8721.697-1.5835,1.569-1.589.013,0,.026,0,.039.0002ZM37.8916,36.3029c.8719-.0161,1.5918.6777,1.6079,1.5497.0002.013.0003.026.0002.039h0c.0162.8719-.6775,1.5919-1.5494,1.6081-.0196.0004-.0391.0004-.0587,0h0c-.8721.0054-1.5834-.6972-1.5887-1.5693,0-.0065,0-.013,0-.0194h0c-.0054-.8721.6972-1.5834,1.5693-1.5887.0065,0,.013,0,.0194,0v-.0194Z"/><circle class="b" cx="24" cy="24" r="5.144"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!